Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp5410 static long double atan_coeffs[] = { in reference_acosl() local
5429 sizeof(atan_coeffs) / sizeof(atan_coeffs[0]); in reference_acosl()
5430 long double y = atan_coeffs[atan_coeff_count - 1]; in reference_acosl()
5432 y = atan_coeffs[i] + y * z2; in reference_acosl()