HomeSort by relevance Sort by last modified time
    Searched refs:fast_length (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFastLength.rs 24 return fast_length(inV);
28 return fast_length(inV);
32 return fast_length(inV);
36 return fast_length(inV);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
vignette_approx_f.rsh 51 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/script_api/
rs_vector_math.spec 133 function: fast_length
183 See also @fast_length(), @native_length().
235 See also @length(), @fast_length().
  /frameworks/rs/script_api/include/
rs_vector_math.rsh 169 * fast_length: Approximate length of a vector
180 fast_length(float v);
185 fast_length(float2 v);
190 fast_length(float3 v);
195 fast_length(float4 v);
236 * See also fast_length(), native_length().
322 * See also length(), fast_length().
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
mandelbulb.rs 67 len = fast_length(p);
  /prebuilts/sdk/renderscript/include/
rs_vector_math.rsh 169 * fast_length: Approximate length of a vector
180 fast_length(float v);
185 fast_length(float2 v);
190 fast_length(float3 v);
195 fast_length(float4 v);
236 * See also fast_length(), native_length().
322 * See also length(), fast_length().
  /frameworks/rs/driver/runtime/
rs_cl.c 1166 extern float __attribute__((overloadable)) fast_length(float v) { function
1169 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1172 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1175 extern float __attribute__((overloadable)) fast_length(float4 v) { function
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 998 int fast_length = static_cast<int>(length); local
1011 int fast_length = static_cast<int>(length); local
1236 int fast_length = static_cast<int>(length); local
1269 int fast_length = static_cast<int>(length); local
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 1084 f = fast_length(f);
1085 f = fast_length(f2);
1086 f = fast_length(f3);
1087 f = fast_length(f4);
    [all...]
  /external/v8/src/
api.cc 5707 int fast_length; local
    [all...]
  /external/clang/lib/Headers/
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-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/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-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h     [all...]

Completed in 919 milliseconds

1 2