Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.h147 long double reference_atanl(long double);
Dreference_math.cpp2177 return reference_atanl(x) / M_PIL; in reference_atanpil()
5664 long double reference_atanl(long double x) { return atanl(x); } in reference_atanl() function