Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.h125 double reference_relaxed_sin(double x);
Dreference_math.cpp3988 double reference_relaxed_sin(double x) { return (float)sin((float)x); } in reference_relaxed_sin() function
4009 return reference_relaxed_sin(x); in reference_relaxed_sincos()
4034 return ((float)reference_relaxed_sin((float)x)) in reference_relaxed_tan()