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.c36 fmax(double x, double y) in fmax() function
42 fmax(double x, double y) in fmax() function
/bionic/libm/
Dbuiltins.cpp56 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() function
/bionic/tests/
Dmath_test.cpp945 TEST(math_h, fmax) { in TEST() argument