Searched refs:frexpl (Results 1 – 13 of 13) 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()
147 frexpl;
146 frexpl;
384 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
299 frexpl
1312 TEST(math, frexpl) { in TEST() argument1314 long double ldr = frexpl(1024.0L, &exp); in TEST()