HomeSort by relevance Sort by last modified time
    Searched refs:native_exp2 (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeExp2.rs 24 return native_exp2(inV);
28 return native_exp2(inV);
32 return native_exp2(inV);
36 return native_exp2(inV);
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 74 *out = native_exp2(i);
78 *out = native_exp2(i);
  /frameworks/rs/driver/runtime/
rs_cl.c 1107 extern float __attribute__((overloadable)) native_exp2(float v) { function
1121 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { function
1136 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { function
1151 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { function
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 1059 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp2(float v);
1060 FN_FUNC_FN(native_exp2)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 1059 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp2(float v);
1060 FN_FUNC_FN(native_exp2)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 1059 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp2(float v);
1060 FN_FUNC_FN(native_exp2)
  /frameworks/rs/api/
rs_core_math.spec 1412 name: native_exp2
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core_math.rsh     [all...]

Completed in 1270 milliseconds