HomeSort by relevance Sort by last modified time
    Searched defs:fmaxl (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaxl.c 35 fmaxl(long double x, long double y) function
  /bionic/libm/
fake_long_double.c 29 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 269 /// long double fmaxl(long double x, long double y);
270 fmaxl, enumerator in enum:llvm::LibFunc::Func
735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl:

Completed in 71 milliseconds