Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_cl.c1341 extern float __attribute__((overloadable)) native_log2(float v) { in native_log2() function
1363 extern float2 __attribute__((overloadable)) native_log2(float2 v) { in native_log2() function
1364 float2 v2 = {native_log2(v.x), native_log2(v.y)}; in native_log2()
1367 extern float3 __attribute__((overloadable)) native_log2(float3 v) { in native_log2() function
1368 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)}; in native_log2()
1371 extern float4 __attribute__((overloadable)) native_log2(float4 v) { in native_log2() function
1372 float4 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z), native_log2(v.w)}; in native_log2()
1377 return native_log2(v) * (1.f / 1.442695041f); in native_log()
1380 return native_log2(v) * (1.f / 1.442695041f); in native_log()
1383 return native_log2(v) * (1.f / 1.442695041f); in native_log()
[all …]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs1096 f = native_log2(f);
1097 f2 = native_log2(f2);
1098 f3 = native_log2(f3);
1099 f4 = native_log2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs1116 f = native_log2(f);
1117 f2 = native_log2(f2);
1118 f3 = native_log2(f3);
1119 f4 = native_log2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs1114 f = native_log2(f);
1115 f2 = native_log2(f2);
1116 f3 = native_log2(f3);
1117 f4 = native_log2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs213 TEST_HN_FUNC_HN(native_log2);
/frameworks/rs/script_api/include/
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(half4 v);
/frameworks/rs/script_api/
Drs_math.spec1405 See also @native_log2().
2429 function: native_log2
2446 function: native_log2
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs7709 *(float*)buf2923 = native_log2(*(float*)buf2924);
7710 *(float2*)buf2925 = native_log2(*(float2*)buf2926);
7711 *(float3*)buf2927 = native_log2(*(float3*)buf2928);
7712 *(float4*)buf2929 = native_log2(*(float4*)buf2930);
7713 *(half*)buf2931 = native_log2(*(half*)buf2932);
7714 *(half2*)buf2933 = native_log2(*(half2*)buf2934);
7715 *(half3*)buf2935 = native_log2(*(half3*)buf2936);
7716 *(half4*)buf2937 = native_log2(*(half4*)buf2938);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3698 *(float*)buf1203 = native_log2(*(float*)buf1204);
3699 *(float2*)buf1205 = native_log2(*(float2*)buf1206);
3700 *(float3*)buf1207 = native_log2(*(float3*)buf1208);
3701 *(float4*)buf1209 = native_log2(*(float4*)buf1210);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs3978 *(float*)buf1427 = native_log2(*(float*)buf1428);
3979 *(float2*)buf1429 = native_log2(*(float2*)buf1430);
3980 *(float3*)buf1431 = native_log2(*(float3*)buf1432);
3981 *(float4*)buf1433 = native_log2(*(float4*)buf1434);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs3997 *(float*)buf1427 = native_log2(*(float*)buf1428);
3998 *(float2*)buf1429 = native_log2(*(float2*)buf1430);
3999 *(float3*)buf1431 = native_log2(*(float3*)buf1432);
4000 *(float4*)buf1433 = native_log2(*(float4*)buf1434);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs4894 *(float*)buf1969 = native_log2(*(float*)buf1970);
4895 *(float2*)buf1971 = native_log2(*(float2*)buf1972);
4896 *(float3*)buf1973 = native_log2(*(float3*)buf1974);
4897 *(float4*)buf1975 = native_log2(*(float4*)buf1976);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5544 *(float*)buf1969 = native_log2(*(float*)buf1970);
5545 *(float2*)buf1971 = native_log2(*(float2*)buf1972);
5546 *(float3*)buf1973 = native_log2(*(float3*)buf1974);
5547 *(float4*)buf1975 = native_log2(*(float4*)buf1976);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5614 *(float*)buf1969 = native_log2(*(float*)buf1970);
5615 *(float2*)buf1971 = native_log2(*(float2*)buf1972);
5616 *(float3*)buf1973 = native_log2(*(float3*)buf1974);
5617 *(float4*)buf1975 = native_log2(*(float4*)buf1976);