Searched refs:roundl (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_round.c96 weak_alias (__round, roundl)
H A Ds_roundl.c106 weak_alias (__roundl, roundl)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmath.h356 # undef roundl
357 # define roundl rpl_roundl
358 extern long double roundl (long double x);
361 # undef roundl macro
362 # define roundl(x) \ macro
363 (GL_LINK_WARNING ("roundl is unportable - " \
364 "use gnulib module roundl for portability"), \
365 roundl (x))
H A Dmath.in.h317 # undef roundl macro
318 # define roundl rpl_roundl macro
319 extern long double roundl (long double x);
322 # undef roundl macro
323 # define roundl(x) \ macro
324 (GL_LINK_WARNING ("roundl is unportable - " \
325 "use gnulib module roundl for portability"), \
326 roundl (x))
/haiku-fatelf/headers/posix/
H A Dmath.h260 extern long double roundl(long double x);

Completed in 44 milliseconds