/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | test_cast_main.cpp | 128 static const float NegInf = -1.0 / 0.0; in testVector() local 242 static const double NegInf = -1.0 / 0.0; in main() local
|
H A D | test_arith_main.cpp | 248 static const Type NegInf = -1.0 / 0.0; in testsFp() local 318 static const float NegInf = -1.0 / 0.0; in testsVecFp() local
|
H A D | test_select_main.cpp | 72 static const float NegInf = -1.0 / 0.0; in testSelect() local
|
H A D | test_fcmp_main.cpp | 47 static const double NegInf = -1.0 / 0.0; in initializeValues() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | dim_arm64.s | 9 #define NegInf 0xFFF0000000000000 macro
|
D | dim_riscv64.s | 8 #define NegInf 0x001 macro
|
D | dim_s390x.s | 11 #define NegInf 0xFFF0000000000000 macro
|
D | dim_amd64.s | 9 #define NegInf 0xFFF0000000000000 macro
|
D | log_amd64.s | 18 #define NegInf 0xFFF0000000000000 macro
|
D | exp_amd64.s | 25 #define NegInf 0xFFF0000000000000 macro
|
D | atan2_s390x.s | 8 #define NegInf 0xFFF0000000000000 macro
|
D | pow_s390x.s | 9 #define NegInf 0xFFF0000000000000 macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/json/ |
H A D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/external/python/cpython3/Lib/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/json/ |
D | decoder.py | 17 NegInf = float('-inf') variable
|
/aosp_15_r20/external/python/cpython2/Lib/json/ |
D | decoder.py | 22 NaN, PosInf, NegInf = _floatconstants() variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 127 Value *NegInf = in expandFPToI() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1060 Value *NegInf = ConstantFP::getInfinity(CI->getType(), true); in optimizePow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1666 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2079 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 7406 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in lowerISFPCLASS() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 8150 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in expandIS_FPCLASS() local
|