Searched refs:posInf (Results 1 – 9 of 9) sorted by relevance
33 var posInf = 1/0; variable
59 var posInf = 1/0; variable
24 var posInf = 1/0; variable
52 PASS (1234.567).toPrecision(posInf) threw exception RangeError: toPrecision() argument must be betw…55 PASS posInf.toPrecision() is "Infinity"
76 PASS (1234.567).toFixed(posInf) threw exception RangeError: toFixed() digits argument must be betwe…78 PASS posInf.toFixed() is "Infinity"
75 PASS (1234.567).toString(posInf) threw exception RangeError: toString() radix argument must be betw…77 PASS posInf.toString() is "Infinity"
47 PASS (1234.567).toExponential(posInf) threw exception RangeError: toExponential() argument must be …49 PASS posInf.toExponential() is "Infinity"
446 const ULong posInf = 0x7FF0000000000000ULL; in x86amd64g_calculate_FXTRACT() local457 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()