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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_truncf.S36 weak_alias (__truncf, truncf)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_truncf.c52 weak_alias (__truncf, truncf)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmath.h408 # define truncf rpl_truncf
409 extern float truncf (float x);
412 # undef truncf macro
413 # define truncf(x) \ macro
414 (GL_LINK_WARNING ("truncf is unportable - " \
415 "use gnulib module truncf for portability"), \
416 truncf (x))
H A Dmath.in.h369 # define truncf rpl_truncf macro
370 extern float truncf (float x);
373 # undef truncf macro
374 # define truncf(x) \ macro
375 (GL_LINK_WARNING ("truncf is unportable - " \
376 "use gnulib module truncf for portability"), \
377 truncf (x))
/haiku-fatelf/headers/posix/
H A Dmath.h149 extern float truncf(float x);

Completed in 113 milliseconds