/llvm-project/libc/test/src/stdfix/ |
H A D | AbsTest.h | 19 static constexpr T half = static_cast<T>(0.5); variable
|
H A D | RoundTest.h | 19 static constexpr T half = static_cast<T>(0.5); variable
|
H A D | SqrtTest.h | 23 static constexpr T half = static_cast<T>(0.5); variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | target-builtin-error-3.c | 11 typedef uint16_t half; typedef
|
H A D | builtins-elementwise-math.c | 3 typedef _Float16 half; typedef [all...] |
/llvm-project/offload/test/offloading/ |
H A D | parallel_target_teams_reduction_max.cpp | 42 const int half = length / 2; in test_max_val_reduction() local
|
H A D | parallel_target_teams_reduction_min.cpp | 42 const int half = length / 2; in test_min_val_reduction() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iterator/ |
H A D | cxx20_iter_member.pass.cpp | 46 double half = 0.5; in test() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | link-builtin-bitcode-denormal-fp-mode.cu | 81 typedef _Float16 half; typedef
|
/llvm-project/mlir/lib/Reducer/ |
H A D | ReductionNode.cpp | 90 int half = (maxRange.first + maxRange.second) / 2; in generateNewVariants() local
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | ranges_robust_against_copying_projections.pass.cpp | 64 T half[5] = {}; all_the_algorithms() local
|
H A D | ranges_robust_against_copying_comparators.pass.cpp | 82 void *half[5] = {}; all_the_algorithms() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 81 Value half = createFloatConst(op->getLoc(), opType, 0.5, rewriter); in convertSinhOp() local 97 Value half = createFloatConst(op->getLoc(), opType, 0.5, rewriter); in convertCoshOp() local 200 Value half = createFloatConst(op->getLoc(), opType, 0.5, rewriter); in convertAtanhOp() local 400 Value half = createFloatConst(loc, opType, 0.5, b); convertRoundOp() local 463 auto half = bw / 2; convertCtlzOp() local [all...] |
H A D | PolynomialApproximation.cpp | 930 Value half = bcast(floatCst(builder, 0.5, elementType)); matchAndRewrite() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-float-conversion.cpp | 100 const float half = .5; in TestZero() local
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 376 Value half; matchAndRewrite() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_cpp-generic.cc | 132 isl::val half(ctx, "1/2"); in test_parameters_obj() local
|
H A D | isl_map.c | 9021 isl_set *half; in foreach_orthant() local
|
/llvm-project/flang/runtime/ |
H A D | unit.cpp | 35 auto half{elementBytes >> 1}; in SwapEndianness() local
|
/llvm-project/mlir/lib/Conversion/ComplexToStandard/ |
H A D | ComplexToStandard.cpp | 216 Value half = rewriter.create<arith::ConstantOp>( in matchAndRewrite() local 586 Value half = b.create<arith::ConstantOp>(elementType, matchAndRewrite() local 876 Value half = b.create<arith::ConstantOp>(elementType, matchAndRewrite() local
|
/llvm-project/flang/lib/Evaluate/ |
H A D | real.cpp | 424 Real half, adj; MOD() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 288 auto half = [this] (const BT::RegisterCell &RC, unsigned N) evaluate() local
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OperationSupport.h | 749 length = length - half - 1; in findAttrSorted() local
|