OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llroundl
(Results
1 - 14
of
14
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_llroundl.c
9
#define fn
llroundl
/bionic/libm/
fake_long_double.c
35
long long
llroundl
(long double a1) { return llround(a1); }
function
/external/clang/test/CodeGen/
libcall-declarations.c
114
long long int
llroundl
(long double);
284
F(llrintf), F(llrintl), F(llround), F(llroundf), F(
llroundl
),
413
// CHECK-NOERRNO: declare i64 @
llroundl
(x86_fp80) [[NUW]]
/bionic/libm/include/
math.h
433
long long
llroundl
(long double);
/external/ltrace/etc/
libm.so.conf
134
llong
llroundl
(ldouble);
/development/ndk/platforms/android-13/include/
math.h
448
long long
llroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
450
long long
llroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
445
long long
llroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
445
long long
llroundl
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
433
long long
llroundl
(long double) __NDK_FPABI_MATH__;
/external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp
469
static_assert((std::is_same<decltype(
llroundl
(0)), long long>::value), "");
/bionic/tests/
math_test.cpp
864
ASSERT_EQ(1234L,
llroundl
(1234.01L));
[
all
...]
/external/clang/lib/Headers/
tgmath.h
923
__tg_llround(long double __x) {return
llroundl
(__x);}
/external/libcxx/test/numerics/c.math/
cmath.disabled.cpp
[
all
...]
Completed in 441 milliseconds