/src/lib/libm/noieee_src/ |
n_frexpl.c | 41 frexpl(long double x, int *e) function in typeref:typename:long double 46 * libc, but frexpl is defined in libm, and ELF symbol aliases
|
/src/lib/libm/src/ |
s_frexp.c | 32 __strong_alias(frexpl, frexp)
|
s_frexpl.c | 46 frexpl(long double x, int *ex) function in typeref:typename:long double
|
s_fmal.c | 198 xs = frexpl(x, &ex); 199 ys = frexpl(y, &ey); 200 zs = frexpl(z, &ez);
|
/src/lib/libm/ld128/ |
b_logl.c | 343 g = frexpl(x, &m);
|
/src/lib/libm/ld80/ |
b_logl.c | 347 g = frexpl(x, &m);
|
e_powl.c | 382 x = frexpl( x, &i ); 606 s = frexpl( s, &lx );
|
/src/tests/lib/libc/gen/ |
t_fpclassify.c | 212 f = frexpl(d0, &e); 214 "frexpl(%La) returned normalized %La, exponent %d;" 218 "frexpl(%La) returned normalized %La, exponent %d;" 249 f = frexpl(d1, &e); 251 "[%d] frexpl(%La) returned normalized %La, exponent %d;" 255 "[%d] frexpl(%La) returned normalized %La, exponent %d;" 265 f = frexpl(d1, &e); 267 "frexpl(%La) returned normalized %La, exponent %d;" 271 "frexpl(%La) returned normalized %La, exponent %d;"
|
/src/include/ |
math.h | 374 long double frexpl(long double, int *);
|
/src/lib/libm/ |
Makefile | 572 frexp.3 frexpl.3
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 2479 double rl = frexpl(1.1, &x);
|