Home
last modified time | relevance | path

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

/bionic/libc/include/
Dmath.h61 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) macro
/bionic/tests/
Dmath_test.cpp100 TEST(math_h, fpclassify) { in TEST() argument