Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h94 #define isinf(x) \ macro
234 int (isinf)(double) __pure2; variable
/bionic/tests/
Dmath_test.cpp127 TEST(math, isinf) { in TEST() argument