Searched refs:aex (Results 1 – 1 of 1) sorted by relevance
132 int32 aex, bex; in test_fmod() local175 test_frexp(a, am, (uint32 *)&aex); in test_fmod()180 while (aex >= bex) { in test_fmod()185 if (aex > bex) { in test_fmod()188 aex--; in test_fmod()197 aex += 0x3fd; in test_fmod()199 test_ldexp(am, (uint32 *)&aex, out); in test_fmod()206 int32 aex, bex; in test_fmodf() local244 test_frexpf(a, &am, (uint32 *)&aex); in test_fmodf()249 while (aex >= bex) { in test_fmodf()[all …]