Searched refs:frexpp (Results 1 – 1 of 1) sorted by relevance
2645 static double (*frexpp)(double, int *) = NULL; in extract() local2649 if (NULL == frexpp) in extract()2652 frexpp = frexp; in extract()2654 frexpp = fallback_frexp; in extract()2657 *mant = (cl_ulong)(HEX_DBL(+, 1, 0, +, 64) * fabs(frexpp(x, &e))); in extract()