Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.h39 double reference_atanpi(double);
Dreference_math.cpp74 double reference_atanpi(double x) { return reference_atan(x) / M_PI; } in reference_atanpi() function