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

  /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/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 1016 extern float __attribute__((overloadable)) native_exp2(float v) { function
1030 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { function
1045 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { function
1060 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 999 _RS_RUNTIME float __attribute__((overloadable)) native_exp2(float v);
1000 FN_FUNC_FN(native_exp2)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 999 _RS_RUNTIME float __attribute__((overloadable)) native_exp2(float v);
1000 FN_FUNC_FN(native_exp2)

Completed in 85 milliseconds