Searched refs:frexpl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmal.c | 190 xs = frexpl(x, &ex); in fmal() 191 ys = frexpl(y, &ey); in fmal() 192 zs = frexpl(z, &ez); in fmal()
|
D | s_frexpl.c | 41 frexpl(long double x, int *ex) in frexpl() function
|
D | s_frexp.c | 55 __weak_reference(frexp, frexpl);
|
/bionic/libm/ |
D | libm.map.txt | 146 frexpl; # introduced=21
|
/bionic/tests/headers/posix/ |
D | math_h.c | 213 FUNCTION(frexpl, long double (*f)(long double, int*)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 144 long double frexpl(long double __x, int* __exponent) __RENAME_LDBL(frexp, 3, 21);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 299 frexpl
|
/bionic/tests/ |
D | math_test.cpp | 1560 TEST(MATH_TEST, frexpl) { in TEST() argument 1562 long double ldr = frexpl(1024.0L, &exp); in TEST()
|