HomeSort by relevance Sort by last modified time
    Searched full:native_divide (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeDivide.rs 26 return native_divide(inLeftVector, inRightVector);
31 return native_divide(inLeftVector, inRightVector);
36 return native_divide(inLeftVector, inRightVector);
41 return native_divide(inLeftVector, inRightVector);
46 return native_divide(inLeftVector, inRightVector);
51 return native_divide(inLeftVector, inRightVector);
56 return native_divide(inLeftVector, inRightVector);
61 return native_divide(inLeftVector, inRightVector);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math_fp16.rs 186 TEST_HN_FUNC_HN_HN(native_divide);
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1650 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 \/ v2;} function
1651 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 \/ v2;} function
1652 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 \/ v2;} function
1653 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 \/ v2;} function
2279 HN_FUNC_HN_HN(native_divide); variable
    [all...]
  /frameworks/compile/slang/tests/P_all_api_24/
all24.rs     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 532 // float fq = native_divide(fa, fb);
  /frameworks/compile/slang/tests/P_all_api_21/
all21.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_22/
all22.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_23/
all23.rs     [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_math.jd 705 <a href='rs_math.html#android_rs:native_divide'>native_divide</a>
    [all...]
index.jd     [all...]
overview.jd     [all...]
  /frameworks/rs/api/
rs_math.spec     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 622 milliseconds