HomeSort by relevance Sort by last modified time
    Searched defs:__isinfl (Results 1 - 3 of 3) sorted by null

  /bionic/libm/
isinf.c 57 __isinfl(long double e) function
fpmath.h 81 #define __isinfl __broken__isinfl macro
fake_long_double.c 31 int __isinfl(long double a1) { return __isinf(a1); } function

Completed in 124 milliseconds