HomeSort by relevance Sort by last modified time
    Searched refs:__isnormall (Results 101 - 101 of 101) sorted by null

1 2 3 45

  /bionic/tests/
math_test.cpp 289 TEST(math, __isnormall) {
291 ASSERT_TRUE(__isnormall(123.0L));
292 ASSERT_FALSE(__isnormall(ldouble_subnormal()));
294 GTEST_LOG_(INFO) << "glibc doesn't have __isnormall.\n";
    [all...]

Completed in 100 milliseconds

1 2 3 45