Searched refs:pown (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 125 TEST_FUNC_2I(pown);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 805 f = pown(f, i); 806 f2 = pown(f2, i2); 807 f3 = pown(f3, i3); 808 f4 = pown(f4, i4);
|
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 165 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 314 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs.bak | 292 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs.orig | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 361 BENCH_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 515 extern float __attribute__((overloadable)) pown(float v, int p) { in FN_FUNC_FN_FN() 525 FN_FUNC_FN_IN(pown) in FN_FUNC_FN_IN() argument
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 670 name: pown
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 9018 extern float __attribute__((const, overloadable))pown(float x, int y); 9027 extern float2 __attribute__((const, overloadable))pown(float2 x, int2 y); 9036 extern float3 __attribute__((const, overloadable))pown(float3 x, int3 y); 9045 extern float4 __attribute__((const, overloadable))pown(float4 x, int4 y);
|