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