Searched refs:native_sqrt (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_math.spec1163 See also @sqrt(), @native_sqrt().
2325 Returns the approximate native_sqrt(a * a + b * b)
2641 function: native_sqrt
2655 function: native_sqrt
3159 See also @half_sqrt(), @native_sqrt().
/frameworks/rs/scriptc/
H A Drs_math.rsh2135 * See also sqrt(), native_sqrt().
4654 * Returns the approximate native_sqrt(a * a + b * b)
5281 * native_sqrt: Approximate square root
5289 native_sqrt(float v);
5294 native_sqrt(float2 v);
5299 native_sqrt(float3 v);
5304 native_sqrt(float4 v);
5309 native_sqrt(half v);
5314 native_sqrt(half2 v);
5319 native_sqrt(half
[all...]
/frameworks/rs/driver/runtime/
H A Drs_cl.c2319 HN_FUNC_HN(native_sqrt); variable

Completed in 4579 milliseconds