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

  /bionic/libm/
fake_long_double.c 32 long long llrintl(long double a1) { return llrint(a1); } function
  /ndk/sources/android/support/src/
math_support.c 77 __attribute__((weak)) long long int llrintl(long double x) { return llrint((double)x); } function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 703 __NTH (llrintl (long double __x)) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 794 __MINGW_EXTENSION long long __cdecl llrintl (long double);
862 __MINGW_EXTENSION __CRT_INLINE long long __cdecl llrintl (long double x) function

Completed in 38 milliseconds