OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llrint
(Results
1 - 14
of
14
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c
7
#define fn
llrint
/bionic/libm/
fake_long_double.c
33
long long llrintl(long double a1) { return
llrint
(a1); }
/external/clang/test/CodeGen/
libcall-declarations.c
109
long long int
llrint
(double);
283
F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(
llrint
),
408
// CHECK-NOERRNO: declare i64 @
llrint
(double) [[NUW]]
/bionic/libm/include/
math.h
237
long long
llrint
(double);
/external/libcxx/test/numerics/c.math/
cmath.disabled.cpp
[
all
...]
/external/clang/lib/Headers/
tgmath.h
894
//
llrint
902
__tg_llrint(double __x) {return
llrint
(__x);}
908
#undef
llrint
macro
909
#define
llrint
(__x) __tg_llrint(__tg_promote1((__x))(__x))
macro
/external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp
459
static_assert((std::is_same<decltype(
llrint
((double)0)), long long>::value), "");
462
assert(
llrint
(1) == 1LL);
/external/ltrace/etc/
libm.so.conf
268
llong
llrint
(double);
/development/ndk/platforms/android-13/include/
math.h
248
long long
llrint
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
248
long long
llrint
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
248
long long
llrint
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
248
long long
llrint
(double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
237
long long
llrint
(double) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
778
fesetround(FE_UPWARD); //
llrint
/llrintf/llrintl obey the rounding mode.
779
ASSERT_EQ(1235L,
llrint
(1234.01));
782
fesetround(FE_TOWARDZERO); //
llrint
/llrintf/llrintl obey the rounding mode.
783
ASSERT_EQ(1234L,
llrint
(1234.01));
[
all
...]
Completed in 602 milliseconds