Searched refs:fmax (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/bin/network/ping/
H A Dmain.c251 double stddev = sqrt(fmax(0, tsumsq / num - avg * avg));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1677 void fmax() {} function
H A Dlibroot_stubs.c1732 void fmax() {} function
/haiku/headers/posix/
H A Dmath.h217 extern double fmax(double x, double y);
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A Dfmax.c5 double fmax(double x, double y) function
7 __asm__ ("fmax.d %0, %1, %2" : "=f"(x) : "f"(x), "f"(y));
13 #include "../fmax.c"
/haiku/src/system/libroot/posix/musl/math/
H A Dfmaxl.c7 return fmax(x, y);
H A Dfmax.c3 double fmax(double x, double y) function
/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dfmax.c3 double fmax(double x, double y) function
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h322 __MATHCALL (fmax,, (_Mdouble_ __x, _Mdouble_ __y));

Completed in 87 milliseconds