Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/
H A Dmath.h69 #define isnormal(x) __builtin_isnormal(x) macro
/aosp12/bionic/tests/
H A Dmath_test.cpp164 TEST(MATH_TEST, isnormal) { in TEST() argument