HomeSort by relevance Sort by last modified time
    Searched full:fast_length (Results 1 - 25 of 26) 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/scriptc/
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().
  /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/base/docs/html/guide/topics/renderscript/reference/
rs_vector_math.jd 61 <a href='rs_vector_math.html#android_rs:fast_length'>fast_length</a>
265 <a name='android_rs:fast_length'></a>
268 <span class='sympad'>fast_length</span>
274 <td>float fast_length(float v);
280 <td>float fast_length(<a href='rs_value_types.html#android_rs:float2'>float2</a> v);
286 <td>float fast_length(<a href='rs_value_types.html#android_rs:float3'>float3</a> v);
292 <td>float fast_length(<a href='rs_value_types.html#android_rs:float4'>float4</a> v);
397 <p> See also <a href='rs_vector_math.html#android_rs:fast_length'>fast_length</a>(), <a href='rs_vector_math.html#android_rs:native_length'>native_length</a>()
    [all...]
index.jd 920 <a href='rs_vector_math.html#android_rs:fast_length'>fast_length</a>
    [all...]
  /frameworks/rs/api/
rs_vector_math.spec 133 function: fast_length
183 See also @fast_length(), @native_length().
235 See also @length(), @fast_length().
  /frameworks/rs/java/tests/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/java/tests/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/java/tests/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/java/tests/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/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
mandelbulb.rs 67 len = fast_length(p);
  /frameworks/rs/driver/runtime/
rs_cl.c 1163 extern float __attribute__((overloadable)) fast_length(float v) { function
1166 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1169 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1172 extern float __attribute__((overloadable)) fast_length(float4 v) { function
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 1068 f = fast_length(f);
1069 f = fast_length(f2);
1070 f = fast_length(f3);
1071 f = fast_length(f4);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
apitest.rs 1066 f = fast_length(f);
1067 f = fast_length(f2);
1068 f = fast_length(f3);
1069 f = fast_length(f4);
    [all...]
  /external/v8/src/
builtins.cc 773 int fast_length = static_cast<int>(length); local
775 for (int i = 0; i < fast_length; i++) {
785 int fast_length = static_cast<int>(length); local
792 for (int i = 0; i < fast_length; i++) {
1033 int fast_length = static_cast<int>(length); local
1067 int fast_length = static_cast<int>(length); local
    [all...]
api.cc 4952 int fast_length; local
    [all...]
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 403 BENCH_FN_FUNC_FN(fast_length);
  /frameworks/compile/slang/tests/P_all_api_17/
all17.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_21/
all21.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_22/
all22.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_23/
all23.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_24/
all24.rs     [all...]

Completed in 7004 milliseconds

1 2