Searched refs:frexpl (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_frexp.c63 weak_alias (__frexp, frexpl)
H A Ds_frexpl.c23 * x = frexpl(arg,&exp);
27 * If arg is inf, 0.0, or NaN, then frexpl(arg,&exp) returns arg
70 weak_alias (__frexpl, frexpl)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfrexp.c38 # define FUNC frexpl
H A Dmath.h283 # define frexpl rpl_frexpl macro
286 extern long double frexpl (long double x, int *expptr) _GL_ARG_NONNULL ((2));
289 # undef frexpl macro
290 # define frexpl(x,e) \ macro
291 (GL_LINK_WARNING ("frexpl is unportable - " \
292 "use gnulib module frexpl for portability"), \
293 frexpl (x, e))
H A Dmath.in.h244 # define frexpl rpl_frexpl macro
247 extern long double frexpl (long double x, int *expptr) _GL_ARG_NONNULL ((2));
250 # undef frexpl macro
251 # define frexpl(x,e) \ macro
252 (GL_LINK_WARNING ("frexpl is unportable - " \
253 "use gnulib module frexpl for portability"), \
254 frexpl (x, e))
H A Dprintf-frexp.c21 # include "printf-frexpl.h"
42 # define FREXP frexpl
H A Dgnulib.mk967 ## begin gnulib module frexpl-nolibm
970 EXTRA_DIST += frexp.c frexpl.c
972 EXTRA_libcoreutils_a_SOURCES += frexp.c frexpl.c
974 ## end gnulib module frexpl-nolibm
2320 ## begin gnulib module printf-frexpl
2322 libcoreutils_a_SOURCES += printf-frexpl.c
2324 EXTRA_DIST += printf-frexp.c printf-frexpl.h
2328 ## end gnulib module printf-frexpl
H A Dvasnprintf.c119 # include "printf-frexpl.h"
873 y = frexpl (x, &exp);
1296 y = frexpl (x, &exp);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_frexpl.S97 weak_alias (BP_SYM (__frexpl), BP_SYM (frexpl))
/haiku-fatelf/headers/posix/
H A Dmath.h237 extern long double frexpl(long double num, int *_exponent);
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure22109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl() can be used without linking with libm" >&5
22110 $as_echo_n "checking whether frexpl() can be used without linking with libm... " >&6; }
22122 int e; return frexpl (x, &e) > 0;
22141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether frexpl works" >&5
22142 $as_echo_n "checking whether frexpl works... " >&6; }
22165 extern long double frexpl (long double, int *);
22173 frexpl (x, &exp);
22177 /* Test on finite numbers that fails on MacOS X 10.4, because its frexpl
22185 long double y = frexpl (x, &exp);
22198 frexpl (
[all...]

Completed in 171 milliseconds