Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs86 TEST_FUNC_1(cbrt);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs621 f = cbrt(f);
622 f2 = cbrt(f2);
623 f3 = cbrt(f3);
624 f4 = cbrt(f4);
Dmath.rs253 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs641 f = cbrt(f);
642 f2 = cbrt(f2);
643 f3 = cbrt(f3);
644 f4 = cbrt(f4);
Dmath.rs278 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs639 f = cbrt(f);
640 f2 = cbrt(f2);
641 f3 = cbrt(f3);
642 f4 = cbrt(f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs128 TEST_HN_FUNC_HN(cbrt);
Dmath.rs276 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs126 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak239 TEST_FN_FUNC_FN(cbrt);
Dmath.rs253 TEST_FN_FUNC_FN(cbrt);
Dmath.rs.orig253 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs253 TEST_FN_FUNC_FN(cbrt);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs323 BENCH_FN_FUNC_FN(cbrt);
/frameworks/rs/driver/runtime/
Drs_cl.c406 float __attribute__((overloadable)) cbrt(float v) { in cbrt() function
409 FN_FUNC_FN(cbrt)
1615 THUNK_NATIVE_F(cbrt) in THUNK_NATIVE_F()
1893 HN_FUNC_HN(cbrt);
/frameworks/rs/script_api/include/
Drs_math.rsh645 * cbrt: Cube root
652 cbrt(float v);
655 cbrt(float2 v);
658 cbrt(float3 v);
661 cbrt(float4 v);
665 cbrt(half v);
670 cbrt(half2 v);
675 cbrt(half3 v);
680 cbrt(half4 v);
4224 * See also cbrt().
/frameworks/rs/script_api/
Drs_math.spec445 function: cbrt
459 function: cbrt
2114 See also @cbrt().
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2484 *(float*)buf120 = cbrt(*(float*)buf121);
2485 *(float2*)buf122 = cbrt(*(float2*)buf123);
2486 *(float3*)buf124 = cbrt(*(float3*)buf125);
2487 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2414 *(float*)buf120 = cbrt(*(float*)buf121);
2415 *(float2*)buf122 = cbrt(*(float2*)buf123);
2416 *(float3*)buf124 = cbrt(*(float3*)buf125);
2417 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2414 *(float*)buf120 = cbrt(*(float*)buf121);
2415 *(float2*)buf122 = cbrt(*(float2*)buf123);
2416 *(float3*)buf124 = cbrt(*(float3*)buf125);
2417 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2484 *(float*)buf120 = cbrt(*(float*)buf121);
2485 *(float2*)buf122 = cbrt(*(float2*)buf123);
2486 *(float3*)buf124 = cbrt(*(float3*)buf125);
2487 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2576 *(float*)buf120 = cbrt(*(float*)buf121);
2577 *(float2*)buf122 = cbrt(*(float2*)buf123);
2578 *(float3*)buf124 = cbrt(*(float3*)buf125);
2579 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2414 *(float*)buf120 = cbrt(*(float*)buf121);
2415 *(float2*)buf122 = cbrt(*(float2*)buf123);
2416 *(float3*)buf124 = cbrt(*(float3*)buf125);
2417 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs2684 *(float*)buf120 = cbrt(*(float*)buf121);
2685 *(float2*)buf122 = cbrt(*(float2*)buf123);
2686 *(float3*)buf124 = cbrt(*(float3*)buf125);
2687 *(float4*)buf126 = cbrt(*(float4*)buf127);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs6586 *(float*)buf216 = cbrt(*(float*)buf217);
6587 *(float2*)buf218 = cbrt(*(float2*)buf219);
6588 *(float3*)buf220 = cbrt(*(float3*)buf221);
6589 *(float4*)buf222 = cbrt(*(float4*)buf223);
6590 *(half*)buf224 = cbrt(*(half*)buf225);
6591 *(half2*)buf226 = cbrt(*(half2*)buf227);
6592 *(half3*)buf228 = cbrt(*(half3*)buf229);
6593 *(half4*)buf230 = cbrt(*(half4*)buf231);

12