Home
last modified time | relevance | path

Searched defs:half (Results 1 – 23 of 23) sorted by relevance

/llvm-project/libc/test/src/stdfix/
H A DAbsTest.h19 static constexpr T half = static_cast<T>(0.5); variable
H A DRoundTest.h19 static constexpr T half = static_cast<T>(0.5); variable
H A DSqrtTest.h23 static constexpr T half = static_cast<T>(0.5); variable
/llvm-project/clang/test/CodeGen/
H A Dtarget-builtin-error-3.c11 typedef uint16_t half; typedef
H A Dbuiltins-elementwise-math.c3 typedef _Float16 half; typedef
[all...]
/llvm-project/offload/test/offloading/
H A Dparallel_target_teams_reduction_max.cpp42 const int half = length / 2; in test_max_val_reduction() local
H A Dparallel_target_teams_reduction_min.cpp42 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 Dcxx20_iter_member.pass.cpp46 double half = 0.5; in test() local
/llvm-project/clang/test/CodeGenCUDA/
H A Dlink-builtin-bitcode-denormal-fp-mode.cu81 typedef _Float16 half; typedef
/llvm-project/mlir/lib/Reducer/
H A DReductionNode.cpp90 int half = (maxRange.first + maxRange.second) / 2; in generateNewVariants() local
/llvm-project/libcxx/test/libcxx/algorithms/
H A Dranges_robust_against_copying_projections.pass.cpp64 T half[5] = {}; all_the_algorithms() local
H A Dranges_robust_against_copying_comparators.pass.cpp82 void *half[5] = {}; all_the_algorithms() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp81 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 DPolynomialApproximation.cpp930 Value half = bcast(floatCst(builder, 0.5, elementType)); matchAndRewrite() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp100 const float half = .5; in TestZero() local
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp376 Value half; matchAndRewrite() local
/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-generic.cc132 isl::val half(ctx, "1/2"); in test_parameters_obj() local
H A Disl_map.c9021 isl_set *half; in foreach_orthant() local
/llvm-project/flang/runtime/
H A Dunit.cpp35 auto half{elementBytes >> 1}; in SwapEndianness() local
/llvm-project/mlir/lib/Conversion/ComplexToStandard/
H A DComplexToStandard.cpp216 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 Dreal.cpp424 Real half, adj; MOD() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp288 auto half = [this] (const BT::RegisterCell &RC, unsigned N) evaluate() local
/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h749 length = length - half - 1; in findAttrSorted() local