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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_rintl.c 55 rintl(long double x) function
  /bionic/libm/
fake_long_double.c 63 long double rintl(long double a1) { return rint(a1); } function
  /external/bison/darwin-lib/
math.h 2054 # undef rintl macro
    [all...]
  /external/bison/lib/
math.in.h 1740 _GL_CXXALIASWARN (rintl); variable
1742 # undef rintl macro
    [all...]
  /external/bison/linux-lib/
math.h 2054 # undef rintl macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 463 /// long double rintl(long double x);
464 rintl, enumerator in enum:llvm::LibFunc::Func
697 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl:

Completed in 347 milliseconds