Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmal.c190 xs = frexpl(x, &ex); in fmal()
191 ys = frexpl(y, &ey); in fmal()
192 zs = frexpl(z, &ez); in fmal()
Ds_frexpl.c41 frexpl(long double x, int *ex) in frexpl() function
Ds_frexp.c55 __weak_reference(frexp, frexpl);
/bionic/libm/
Dlibm.map.txt146 frexpl; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c213 FUNCTION(frexpl, long double (*f)(long double, int*)); in math_h()
/bionic/libc/include/
Dmath.h144 long double frexpl(long double __x, int* __exponent) __RENAME_LDBL(frexp, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt299 frexpl
/bionic/tests/
Dmath_test.cpp1560 TEST(MATH_TEST, frexpl) { in TEST() argument
1562 long double ldr = frexpl(1024.0L, &exp); in TEST()