Searched defs:numerator (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | exceptions-seh.c | 12 void try_body(int numerator, int denominator, int *myres) { in try_body() argument 20 int safe_div(int numerator, int denominator, int *res) { in safe_div() argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
H A D | integer_divide_by_zero.cpp | 11 volatile int numerator = 1; in main() local
|
/llvm-project/clang/tools/scan-build-py/tests/functional/src/ |
H A D | emit-one.c | 3 int div(int numerator, int denominator) in div()
|
/llvm-project/mlir/unittests/Analysis/Presburger/ |
H A D | BarvinokTest.cpp | 114 std::vector<QuasiPolynomial> numerator = { in TEST() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | benchmark_test.cc | 38 double numerator = static_cast<double>(((i % 2) * 2) - 1); in CalculatePi() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp |
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | Barvinok.cpp | 130 ParamPoint numerator(numColumns, numRows); in computeUnimodularConeGeneratingFunction() local [all...] |
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 431 llvm::TypeSize mlir::detail::divideCeil(llvm::TypeSize numerator, in divideCeil() argument
|
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ |
H A D | TosaToLinalgNamed.cpp | 973 Value numerator = matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 2662 buildDivOp(OpBuilder & builder,Location loc,Value numerator,Value denominator,Value output,int64_t dim) buildDivOp() argument 2726 Value numerator = buildSubAndExpOp(b, loc, input, max, output, reductionDim); decomposeOperation() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 1319 Value numerator = matchAndRewrite() local
|