Home
last modified time | relevance | path

Searched refs:posInf (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfConvert.cpp117 return half::posInf(); in uintToHalf()
129 return half::posInf(); in floatToHalf()
DImfLut.h167 half::posInf(), half::negInf(), half::qNan()) in HalfLut()
176 half::posInf(), half::negInf(), half::qNan()), in RgbaLut()
/external/v8/test/webkit/fast/js/
Dnumber-toprecision.js33 var posInf = 1/0; variable
Dnumber-tofixed.js59 var posInf = 1/0; variable
Dnumber-toString.js24 var posInf = 1/0; variable
Dnumber-toprecision-expected.txt52 PASS (1234.567).toPrecision(posInf) threw exception RangeError: toPrecision() argument must be betw…
55 PASS posInf.toPrecision() is "Infinity"
Dnumber-tofixed-expected.txt76 PASS (1234.567).toFixed(posInf) threw exception RangeError: toFixed() digits argument must be betwe…
78 PASS posInf.toFixed() is "Infinity"
Dnumber-toString-expected.txt75 PASS (1234.567).toString(posInf) threw exception RangeError: toString() radix argument must be betw…
77 PASS posInf.toString() is "Infinity"
/external/v8/test/webkit/
Dnumber-toExponential.js24 var posInf = 1/0; variable
Dnumber-toExponential-expected.txt47 PASS (1234.567).toExponential(posInf) threw exception RangeError: toExponential() argument must be …
49 PASS posInf.toExponential() is "Infinity"
/external/opencv3/3rdparty/openexr/Half/
Dhalf.h201 static half posInf ();
718 half::posInf () in posInf() function
DhalfLimits.h85 static half infinity () throw () {return half::posInf();} in infinity()
/external/valgrind/VEX/priv/
Dguest_generic_x87.c446 const ULong posInf = 0x7FF0000000000000ULL; in x86amd64g_calculate_FXTRACT() local
457 if (arg == posInf) in x86amd64g_calculate_FXTRACT()
458 return getExp ? posInf : posInf; in x86amd64g_calculate_FXTRACT()
460 return getExp ? posInf : negInf; in x86amd64g_calculate_FXTRACT()
/external/v8/src/mips/
Dsimulator-mips.cc2688 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
2702 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
2720 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
2729 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
2974 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
2988 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
3006 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
3015 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
/external/v8/src/mips64/
Dsimulator-mips64.cc2448 bool posInf = (classed == 0x7F800000); in DecodeTypeRegisterSRsType() local
2462 if (!negInf && !posInf && (exponent == 0xff)) { in DecodeTypeRegisterSRsType()
2480 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterSRsType()
2489 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
3055 bool posInf = (classed == 0x7FF0000000000000); in DecodeTypeRegisterDRsType() local
3069 if (!negInf && !posInf && exponent == 0x7ff) { in DecodeTypeRegisterDRsType()
3087 if (!posSubnorm && !negSubnorm && !posInf && !negInf && !signalingNan && in DecodeTypeRegisterDRsType()
3096 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()