Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 17 of 17) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dfmax.c3 double fmax(double x, double y) in fmax() function
H A DJamfile94 fmax.c fmaxf.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A Dfmax.c5 double fmax(double x, double y) in fmax() function
H A DJamfile33 fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/
H A Dfmax.c3 double fmax(double x, double y) in fmax() function
H A Dfmaxl.c7 return fmax(x, y); in fmaxl()
/haiku/src/bin/network/ping/
H A Dmain.c251 double stddev = sqrt(fmax(0, tsumsq / num - avg * avg)); in pr_summary()
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h322 __MATHCALL (fmax,, (_Mdouble_ __x, _Mdouble_ __y));
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A DJamfile19 floor.c floorf.c fmal.c fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile33 fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile33 fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile33 fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile33 fmax.c fmaxf.c fmaxl.c
/haiku/src/system/libroot/posix/musl/math/x86/
H A DJamfile20 fmax.c fmaxf.c fmaxl.c
/haiku/headers/posix/
H A Dmath.h217 extern double fmax(double x, double y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1686 void fmax() {} in fmax() function
H A Dlibroot_stubs.c1739 void fmax() {} in fmax() function