Searched refs:negZero (Results 1 – 3 of 3) sorted by relevance
102 double negZero = 0.0; in _test() local103 negZero /= -1.0; in _test()104 _test(fmt, negZero); in _test()
159 double negZero = 0.0; negZero /= -1.0; in test() local160 test(fmt, negZero); in test()
451 const ULong negZero = 0x8000000000000000ULL; in x86amd64g_calculate_FXTRACT() local465 if (arg == negZero) in x86amd64g_calculate_FXTRACT()466 return getExp ? negInf : negZero; in x86amd64g_calculate_FXTRACT()508 uSig ^= negZero; in x86amd64g_calculate_FXTRACT()531 if (sExp < 0) uExp ^= negZero; in x86amd64g_calculate_FXTRACT()