OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lround
(Results
76 - 100
of
102
) sorted by null
1
2
3
4
5
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
math.h
243
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
math.h
253
long
lround
(double) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
839
TEST(math,
lround
) {
843
fesetround(FE_UPWARD); //
lround
ignores the rounding mode.
844
ASSERT_EQ(1234,
lround
(1234.01));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
879
extern long __cdecl
lround
(double);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
[
all
...]
Completed in 1142 milliseconds
1
2
3
4
5