Home
last modified time | relevance | path

Searched refs:fractionhigh (Results 1 – 1 of 1) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Dsemi.c629 int fractionhigh = x[0] & 0x000fffff; in test_isnan() local
630 if ((exponent == 0x7ff00000) && ((fractionhigh != 0) || x[1] != 0)) in test_isnan()