OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__isnormal
(Results
101 - 125
of
250
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __pure2;
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __pure2;
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __pure2;
/development/ndk/platforms/android-L/arch-arm/symbols/
libc.so.functions.txt
199
__isnormal
/development/ndk/platforms/android-L/arch-mips/symbols/
libc.so.functions.txt
93
__isnormal
/development/ndk/platforms/android-L/arch-x86/symbols/
libc.so.functions.txt
93
__isnormal
/bionic/tests/
math_test.cpp
277
TEST(math,
__isnormal
) {
279
ASSERT_TRUE(
__isnormal
(123.0));
280
ASSERT_FALSE(
__isnormal
(double_subnormal()));
/development/ndk/platforms/android-13/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-18/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-3/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-9/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/development/ndk/platforms/android-L/include/
math.h
104
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
186
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
/prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
math.h
115
: (sizeof (x) == sizeof (double)) ?
__isnormal
(x) \
197
int
__isnormal
(double) __NDK_FPABI_MATH__ __pure2;
Completed in 682 milliseconds
1
2
3
4
5
6
7
8
9
10