Searched refs:frexpf (Results 1 – 3 of 3) sorted by relevance
26 frexpf(float x, int *eptr) in frexpf() function
320 float frexpf(float, int *); /* fundamentally !__pure2 */
1275 TEST(math, frexpf) { in TEST() argument1277 float fr = frexpf(1024.0f, &exp); in TEST()1332 float fr = frexpf(14.1f, &exp); in TEST()