OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lroundl
(Results
1 - 14
of
14
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lroundl.c
9
#define fn
lroundl
/bionic/libm/
fake_long_double.c
36
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
440
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-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__;
/development/ndk/platforms/android-L/include/
math.h
440
long
lroundl
(long double) __NDK_FPABI_MATH__;
/external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp
509
static_assert((std::is_same<decltype(
lroundl
(0)), long>::value), "");
/bionic/tests/
math_test.cpp
854
ASSERT_EQ(1234,
lroundl
(1234.01L));
[
all
...]
/external/clang/lib/Headers/
tgmath.h
1025
__tg_lround(long double __x) {return
lroundl
(__x);}
/external/libcxx/test/numerics/c.math/
cmath.disabled.cpp
[
all
...]
Completed in 175 milliseconds