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

  /bionic/libm/
fake_long_double.c 34 long lrintl(long double a1) { return lrint(a1); } function
  /ndk/sources/android/support/src/
math_support.c 88 __attribute__((weak)) long int lrintl(long double x) { return lrint((double)x); } function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 790 extern long __cdecl lrintl (long double);
838 __CRT_INLINE long __cdecl lrintl (long double x) function

Completed in 171 milliseconds