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

  /bionic/libm/
fake_long_double.c 33 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-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 77 milliseconds