Home
last modified time | relevance | path

Searched defs:fmax (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmax.c38 fmax(double x, double y) in fmax() function
/bionic/libm/
Dbuiltins.cpp59 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() function
/bionic/tests/
Dmath_test.cpp897 TEST(MATH_TEST, fmax) { in TEST() argument