Searched defs:isnormal (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/include/ | ||
H A D | math.h | 69 #define isnormal(x) __builtin_isnormal(x) macro |
/aosp12/bionic/tests/ | ||
H A D | math_test.cpp | 164 TEST(MATH_TEST, isnormal) { in TEST() argument |