OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__isnormall
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __pure2;
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
116
:
__isnormall
(x))
198
int
__isnormall
(long double) __pure2;
/bionic/libm/include/
math.h
103
:
__isnormall
(x))
183
int
__isnormall
(long double) __pure2;
/bionic/tests/
math_test.cpp
208
TEST(math,
__isnormall
) {
209
ASSERT_TRUE(
__isnormall
(123.0));
210
ASSERT_FALSE(
__isnormall
(double_subnormal()));
Completed in 210 milliseconds
1
2
3