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

  /bionic/libm/
fake_long_double.c 33 #if !defined(__i386__) // x86 has an assembler lrint/lrintl.
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-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 680 __NTH (lrintl (long 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 272 milliseconds