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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestNativeLog2.rs 24 return native_log2(inV);
28 return native_log2(inV);
32 return native_log2(inV);
36 return native_log2(inV);
  /frameworks/rs/driver/runtime/
rs_cl.c 1184 extern float __attribute__((overloadable)) native_log2(float v) { function
1206 extern float2 __attribute__((overloadable)) native_log2(float2 v) { function
1210 extern float3 __attribute__((overloadable)) native_log2(float3 v) { function
1214 extern float4 __attribute__((overloadable)) native_log2(float4 v) { function
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 1096 f = native_log2(f);
1097 f2 = native_log2(f2);
1098 f3 = native_log2(f3);
1099 f4 = native_log2(f4);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 1083 _RS_RUNTIME float __attribute__((const, overloadable)) native_log2(float v);
1084 FN_FUNC_FN(native_log2)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 1083 _RS_RUNTIME float __attribute__((const, overloadable)) native_log2(float v);
1084 FN_FUNC_FN(native_log2)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 1083 _RS_RUNTIME float __attribute__((const, overloadable)) native_log2(float v);
1084 FN_FUNC_FN(native_log2)
  /frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html     [all...]
  /frameworks/rs/api/
rs_core_math.spec 1453 name: native_log2
  /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 2551 milliseconds