Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2645 static double (*frexpp)(double, int *) = NULL; in extract() local
2649 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()