Searched refs:expptr (Results 1 – 2 of 2) sorted by relevance
22 M_DECL_FUNC (__frexp) (FLOAT value, int *expptr) in M_DECL_FUNC()34 *expptr = 0; in M_DECL_FUNC()39 *expptr = iexponent; in M_DECL_FUNC()
21 __frexpl (long double value, int *expptr) in __frexpl() argument33 *expptr = 0; in __frexpl()38 *expptr = iexponent; in __frexpl()
Completed in 3 milliseconds