Home
last modified time | relevance | path

Searched refs:powr (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs126 TEST_FUNC_2(powr);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs166 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/driver/runtime/
Drs_cl.c527 extern float __attribute__((overloadable)) powr(float v, float p) { in FN_FUNC_FN_IN()
530 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { in powr() function
533 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { in powr() function
536 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { in powr() function
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs315 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.bak293 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.orig307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs362 BENCH_FN_FUNC_FN_FN(powr);
/frameworks/rs/api/
Drs_core_math.spec682 name: powr
/frameworks/rs/scriptc/
Drs_core_math.rsh9055 extern float __attribute__((const, overloadable))powr(float x, float y);
9065 extern float2 __attribute__((const, overloadable))powr(float2 x, float2 y);
9075 extern float3 __attribute__((const, overloadable))powr(float3 x, float3 y);
9085 extern float4 __attribute__((const, overloadable))powr(float4 x, float4 y);