Home | History | Annotate | Download | only in common

Lines Matching refs:gInf

180 static const BitPatternConversion gInf = { (int64_t) INT64_C(0x7FF0000000000000) };
360 return (UBool)((convertedNumber.i64 & U_INT64_MAX) > gInf.i64);
386 return (UBool)((convertedNumber.i64 & U_INT64_MAX) == gInf.i64);
444 return gInf.d64;