Searched refs:native_log2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1341 extern float __attribute__((overloadable)) native_log2(float v) { function
1363 extern float2 __attribute__((overloadable)) native_log2(float2 v) { function
1364 float2 v2 = {native_log2(v.x), native_log2(v.y)};
1367 extern float3 __attribute__((overloadable)) native_log2(float3 v) { function
1368 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)};
1371 extern float4 __attribute__((overloadable)) native_log2(float4 v) { function
1372 float4 v2 = {native_log2(
2295 HN_FUNC_HN(native_log2); variable
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs213 TEST_HN_FUNC_HN(native_log2);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs1114 f = native_log2(f);
1115 f2 = native_log2(f2);
1116 f3 = native_log2(f3);
1117 f4 = native_log2(f4);
/frameworks/rs/script_api/include/
H A Drs_math.rsh2505 * See also native_log2().
4844 * native_log2: Approximate base 2 logarithm
4854 native_log2(float v);
4859 native_log2(float2 v);
4864 native_log2(float3 v);
4869 native_log2(float4 v);
4874 native_log2(half v);
4879 native_log2(half2 v);
4884 native_log2(half3 v);
4889 native_log2(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1405 See also @native_log2().
2429 function: native_log2
2446 function: native_log2

Completed in 117 milliseconds