OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:double_subnormal
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
math_test.cpp
65
double
double_subnormal
() {
function
108
ASSERT_EQ(FP_SUBNORMAL, fpclassify(
double_subnormal
()));
148
ASSERT_FALSE(isnormal(
double_subnormal
()));
172
ASSERT_EQ(FP_SUBNORMAL, __fpclassifyd(
double_subnormal
()));
280
ASSERT_FALSE(__isnormal(
double_subnormal
()));
Completed in 781 milliseconds