OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:float_subnormal
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
math_test.cpp
26
float
float_subnormal
() {
function
55
ASSERT_EQ(FP_SUBNORMAL, fpclassify(
float_subnormal
()));
88
ASSERT_FALSE(isnormal(
float_subnormal
()));
122
ASSERT_EQ(FP_SUBNORMAL, __fpclassifyf(
float_subnormal
()));
203
ASSERT_FALSE(__isnormalf(
float_subnormal
()));
Completed in 23 milliseconds