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

  /ndk/sources/android/support/src/
math_support.c 84 __attribute__((weak)) long double nearbyintl(long double x) { return nearbyint((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 442 /// long double nearbyintl(long double x);
443 nearbyintl, enumerator in enum:llvm::LibFunc::Func
738 case LibFunc::nearbyint: case LibFunc::nearbyintf: case LibFunc::nearbyintl:

Completed in 43 milliseconds