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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_isnormal.c 52 __isnormall(long double e) function
  /bionic/libm/
fpmath.h 83 #define __isnormall __broken__isnormall macro
fake_long_double.c 33 int __isnormall(long double a1) { return __isnormal(a1); } function

Completed in 213 milliseconds