HomeSort by relevance Sort by last modified time
    Searched refs:lrintf (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /bionic/libm/x86_64/
lrintf.S 28 ENTRY(lrintf) function
32 END(lrintf)
35 ALIAS_SYMBOL(llrintf, lrintf);
  /bionic/libm/x86/
lrintf.S 28 ENTRY(lrintf) function
33 END(lrintf)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrintf.c 7 #define fn lrintf
  /bionic/libm/arm64/
lrint.S 25 ENTRY(lrintf) function
29 END(lrintf)
34 ALIAS_SYMBOL(llrintf, lrintf);
  /external/valgrind/none/tests/mips32/
test_math.cpp 15 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
18 printf("lrintf(1234.01f): %ld\n", lrintf(1234.01f));
20 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
23 printf("lrintf(1234.01f): %ld\n", lrintf(1234.01f));
test_math.stdout.exp 3 lrintf(1234.01f): 1235
7 lrintf(1234.01f): 1234
  /external/libopus/celt/
float_cast.h 44 ** Fortunately the ISO C99 specifications define the functions lrint, lrintf,
53 ** The C99 prototypes for lrint and lrintf are as follows:
55 ** long int lrintf (float x) ;
80 #define float2int(x) lrintf(x)
123 #warning "Don't have the functions lrint() and lrintf ()."
  /external/valgrind/none/tests/mips64/
test_math.stdout.exp 3 lrintf(1234.01f): 1235
7 lrintf(1234.01f): 1234
  /external/pdfium/third_party/libopenjpeg20/
opj_includes.h 123 /* MSVC before 2013 and Borland C do not have lrintf */
161 return lrintf(f);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathinline.h 83 __NTH (lrintf (float __x)) function
  /external/clang/test/CodeGen/
libcall-declarations.c 131 long int lrintf(float);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
430 // CHECK-NOERRNO: declare i64 @lrintf(float) [[NUW]]
  /bionic/libm/include/
math.h 308 long lrintf(float);
  /bionic/libm/
Android.mk 355 x86/lrintf.S \
430 x86_64/lrintf.S \
512 # self recursions for lrint, lrintf, and lrintl.
  /external/ltrace/etc/
libm.so.conf 265 long lrintf(float);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 789 extern long __cdecl lrintf (float);
830 __CRT_INLINE long __cdecl lrintf (float x) function
  /bionic/tests/
math_test.cpp 761 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
763 ASSERT_EQ(1235, lrintf(1234.01f));
765 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
767 ASSERT_EQ(1234, lrintf(1234.01f));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 357 long lrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 359 long lrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 352 long lrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 355 long lrintf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 355 long lrintf(float) __NDK_FPABI_MATH__;
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 493 return (int)lrintf(value);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 670 __NTH (lrintf (float __x)) function
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 355 long lrintf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 355 long lrintf(float) __NDK_FPABI_MATH__;

Completed in 839 milliseconds

1 2 3 4