HomeSort by relevance Sort by last modified time
    Searched refs:NegInf (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/math/
dim_arm64.s 9 #define NegInf 0xFFF0000000000000
34 MOVD $NegInf, R0
dim_amd64.s 9 #define NegInf 0xFFF0000000000000
58 MOVQ $NegInf, AX
dim_s390x.s 11 #define NegInf 0xFFF0000000000000
58 MOVD $NegInf, R4
log_amd64.s 18 #define NegInf 0xFFF0000000000000
110 MOVQ $NegInf, AX
atan2_s390x.s 8 #define NegInf 0xFFF0000000000000
98 MOVD $NegInf, R4
125 MOVD $NegInf, R3
134 MOVD $NegInf, R3
exp_amd64.s 25 #define NegInf 0xFFF0000000000000
113 MOVQ $NegInf, AX
pow_s390x.s 9 #define NegInf 0xFFF0000000000000
191 MOVD $NegInf, R3
224 MOVD $NegInf, R4
229 MOVD $NegInf, R4
240 MOVD $NegInf, R4
643 MOVD $NegInf, R3
  /prebuilts/go/linux-x86/src/math/
dim_arm64.s 9 #define NegInf 0xFFF0000000000000
34 MOVD $NegInf, R0
dim_amd64.s 9 #define NegInf 0xFFF0000000000000
58 MOVQ $NegInf, AX
dim_s390x.s 11 #define NegInf 0xFFF0000000000000
58 MOVD $NegInf, R4
log_amd64.s 18 #define NegInf 0xFFF0000000000000
110 MOVQ $NegInf, AX
atan2_s390x.s 8 #define NegInf 0xFFF0000000000000
98 MOVD $NegInf, R4
125 MOVD $NegInf, R3
134 MOVD $NegInf, R3
exp_amd64.s 25 #define NegInf 0xFFF0000000000000
113 MOVQ $NegInf, AX
  /external/swiftshader/third_party/subzero/crosstest/
test_fcmp_main.cpp 47 static const double NegInf = -1.0 / 0.0;
52 assert(std::fpclassify(NegInf) == FP_INFINITE);
56 assert(NegInf < Zero);
57 assert(NegInf < PosInf);
60 FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_cast_main.cpp 128 static const float NegInf = -1.0 / 0.0;
132 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
198 static const double NegInf = -1.0 / 0.0;
202 volatile float ValsF32[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
205 volatile double ValsF64[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_arith_main.cpp 246 static const Type NegInf = -1.0 / 0.0;
250 volatile Type Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
317 static const float NegInf = -1.0 / 0.0;
321 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
test_select_main.cpp 72 static const float NegInf = -1.0 / 0.0;
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,
  /external/python/cpython2/Lib/json/
decoder.py 22 NaN, PosInf, NegInf = _floatconstants()
50 '-Infinity': NegInf,
  /external/python/cpython3/Lib/json/
decoder.py 17 NegInf = float('-inf')
47 '-Infinity': NegInf,
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 24 NaN, PosInf, NegInf = _floatconstants()
52 '-Infinity': NegInf,

Completed in 356 milliseconds

1 2