Searched refs:frexpl (Results 1 – 5 of 5) sorted by relevance
39 frexpl(long double x, int *ex) in frexpl() function
55 __weak_reference(frexp, frexpl);
188 xs = frexpl(x, &ex); in fmal()189 ys = frexpl(y, &ey); in fmal()190 zs = frexpl(z, &ez); in fmal()
415 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
1123 TEST(math, frexpl) { in TEST() argument1125 long double ldr = frexpl(1024.0, &exp); in TEST()