OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lroundl
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lroundl.c
9
#define fn
lroundl
/bionic/libm/
fake_long_double.c
37
long
lroundl
(long double a1) { return lround(a1); }
function
/external/clang/test/CodeGen/
libcall-declarations.c
135
long int
lroundl
(long double);
289
F(
lroundl
), F(nearbyint), F(nearbyintf), F(nearbyintl), F(nextafter),
434
// CHECK-NOERRNO: declare i64 @
lroundl
(x86_fp80) [[NUW]]
/bionic/libm/include/
math.h
397
long
lroundl
(long double);
/external/ltrace/etc/
libm.so.conf
130
long
lroundl
(ldouble);
/development/ndk/platforms/android-13/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
460
long
lroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-21/include/
math.h
440
long
lroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
454
long
lroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
454
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
454
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
454
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h
454
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
math.h
457
long
lroundl
(long double) __NDK_FPABI_MATH__;
Completed in 339 milliseconds
1
2
3
4