Home
last modified time | relevance | path

Searched refs:exp10 (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs96 TEST_FUNC_1(exp10);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs690 f = exp10(f);
691 f2 = exp10(f2);
692 f3 = exp10(f3);
693 f4 = exp10(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs692 f = exp10(f);
693 f2 = exp10(f2);
694 f3 = exp10(f3);
695 f4 = exp10(f4);
Dmath.rs294 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs672 f = exp10(f);
673 f2 = exp10(f2);
674 f3 = exp10(f3);
675 f4 = exp10(f4);
Dmath.rs269 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs140 TEST_HN_FUNC_HN(exp10);
Dmath.rs292 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs136 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs269 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs269 TEST_FN_FUNC_FN(exp10);
Dmath.rs.bak255 TEST_FN_FUNC_FN(exp10);
Dmath.rs.orig269 TEST_FN_FUNC_FN(exp10);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs339 BENCH_FN_FUNC_FN(exp10);
/frameworks/rs/script_api/
Drs_math.spec766 function: exp10
780 function: exp10
2260 Fast approximate exp10.
2265 See also @exp10().
/frameworks/rs/script_api/include/
Drs_math.rsh1466 * exp10: 10 raised to a number
1473 exp10(float v);
1476 exp10(float2 v);
1479 exp10(float3 v);
1482 exp10(float4 v);
1486 exp10(half v);
1491 exp10(half2 v);
1496 exp10(half3 v);
1501 exp10(half4 v);
4507 * Fast approximate exp10.
[all …]
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake162 /* Define to 1 if you have the `exp10' function. */
/frameworks/rs/driver/runtime/
Drs_cl.c466 extern float __attribute__((overloadable)) exp10(float v) { in exp10() function
469 FN_FUNC_FN(exp10)
1927 HN_FUNC_HN(exp10);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2642 *(float*)buf604 = exp10(*(float*)buf605);
2643 *(float2*)buf606 = exp10(*(float2*)buf607);
2644 *(float3*)buf608 = exp10(*(float3*)buf609);
2645 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2712 *(float*)buf604 = exp10(*(float*)buf605);
2713 *(float2*)buf606 = exp10(*(float2*)buf607);
2714 *(float3*)buf608 = exp10(*(float3*)buf609);
2715 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2712 *(float*)buf604 = exp10(*(float*)buf605);
2713 *(float2*)buf606 = exp10(*(float2*)buf607);
2714 *(float3*)buf608 = exp10(*(float3*)buf609);
2715 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2804 *(float*)buf604 = exp10(*(float*)buf605);
2805 *(float2*)buf606 = exp10(*(float2*)buf607);
2806 *(float3*)buf608 = exp10(*(float3*)buf609);
2807 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2642 *(float*)buf604 = exp10(*(float*)buf605);
2643 *(float2*)buf606 = exp10(*(float2*)buf607);
2644 *(float3*)buf608 = exp10(*(float3*)buf609);
2645 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2642 *(float*)buf604 = exp10(*(float*)buf605);
2643 *(float2*)buf606 = exp10(*(float2*)buf607);
2644 *(float3*)buf608 = exp10(*(float3*)buf609);
2645 *(float4*)buf610 = exp10(*(float4*)buf611);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs2912 *(float*)buf604 = exp10(*(float*)buf605);
2913 *(float2*)buf606 = exp10(*(float2*)buf607);
2914 *(float3*)buf608 = exp10(*(float3*)buf609);
2915 *(float4*)buf610 = exp10(*(float4*)buf611);

12