OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_length
(Results
1 - 12
of
12
) sorted by null
/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/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/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/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/VrDemo/src/com/example/android/rs/vr/engine/
mandelbulb.rs
67
len =
fast_length
(p);
/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/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
...]
/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
...]
Completed in 1498 milliseconds