Searched refs:fractionhigh (Results 1 – 1 of 1) sorted by relevance
629 int fractionhigh = x[0] & 0x000fffff; in test_isnan() local630 if ((exponent == 0x7ff00000) && ((fractionhigh != 0) || x[1] != 0)) in test_isnan()