Home
last modified time | relevance | path

Searched defs:NegInf (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast_main.cpp128 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 Dtest_arith_main.cpp248 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 Dtest_select_main.cpp72 static const float NegInf = -1.0 / 0.0; in testSelect() local
H A Dtest_fcmp_main.cpp47 static const double NegInf = -1.0 / 0.0; in initializeValues() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Ddim_arm64.s9 #define NegInf 0xFFF0000000000000 macro
Ddim_riscv64.s8 #define NegInf 0x001 macro
Ddim_s390x.s11 #define NegInf 0xFFF0000000000000 macro
Ddim_amd64.s9 #define NegInf 0xFFF0000000000000 macro
Dlog_amd64.s18 #define NegInf 0xFFF0000000000000 macro
Dexp_amd64.s25 #define NegInf 0xFFF0000000000000 macro
Datan2_s390x.s8 #define NegInf 0xFFF0000000000000 macro
Dpow_s390x.s9 #define NegInf 0xFFF0000000000000 macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/json/
Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/json/
H A Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/json/
Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/external/python/cpython3/Lib/json/
Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/json/
Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/json/
Ddecoder.py17 NegInf = float('-inf') variable
/aosp_15_r20/external/python/cpython2/Lib/json/
Ddecoder.py22 NaN, PosInf, NegInf = _floatconstants() variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp127 Value *NegInf = in expandFPToI() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1060 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 DSimplifyLibCalls.cpp1666 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2079 *NegInf = ConstantFP::getInfinity(Ty, true); in replacePowWithSqrt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7406 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 DTargetLowering.cpp8150 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in expandIS_FPCLASS() local

12