Home
last modified time | relevance | path

Searched refs:rootn (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs130 TEST_FUNC_2I(rootn);
/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_cl.c514 extern float __attribute__((overloadable)) rootn(float v, int r) { in FN_FUNC_FN()
517 extern float2 __attribute__((overloadable)) rootn(float2 v, int2 r) { in rootn() function
521 extern float3 __attribute__((overloadable)) rootn(float3 v, int3 r) { in rootn() function
525 extern float4 __attribute__((overloadable)) rootn(float4 v, int4 r) { in rootn() function
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
Dmath.rs312 TEST_FN_FUNC_FN_IN(rootn);
/frameworks/base/libs/rs/scriptc/
Drs_cl.rsh556 _RS_RUNTIME float __attribute__((overloadable)) rootn(float v, int n);
557 FN_FUNC_FN_IN(rootn)