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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestHalfRecip.rs 24 return half_recip(inV);
28 return half_recip(inV);
32 return half_recip(inV);
36 return half_recip(inV);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
vignette_approx_f.rsh 52 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
vignette_approx.rsh 53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
vignette_approx.rsh 53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
vignette_approx.rsh 53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/driver/runtime/arch/
generic.c 650 * half_RECIP
653 extern float2 __attribute__((overloadable)) half_recip(float2 v) { function
657 extern float3 __attribute__((overloadable)) half_recip(float3 v) { function
661 extern float4 __attribute__((overloadable)) half_recip(float4 v) { function
  /frameworks/rs/script_api/
rs_math.spec 1132 function: half_recip
    [all...]
  /frameworks/rs/script_api/include/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1220 extern float __attribute__((overloadable)) half_recip(float v) { function
    [all...]
  /external/clang/lib/Headers/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h     [all...]

Completed in 1152 milliseconds