Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/
Dfpclassify.c53 return (FP_NORMAL); in __fpclassifyf()
72 return (FP_NORMAL); in __fpclassifyd()
92 return (FP_NORMAL); in __fpclassifyl()
/bionic/libm/include/
Dmath.h93 #define FP_NORMAL 0x04 macro