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

  /external/mesa3d/include/
c99_math.h 157 static inline enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
169 return FP_NORMAL;
  /bionic/libc/include/
math.h 42 #define FP_NORMAL 0x04
63 #define fpclassify(x) __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 415 #define FP_NORMAL 0x02

Completed in 621 milliseconds