OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fast_length
(Results
1 - 14
of
14
) sorted by null
/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/driver/runtime/
rs_cl.c
970
extern float __attribute__((overloadable))
fast_length
(float v) {
function
973
extern float __attribute__((overloadable))
fast_length
(float2 v) {
function
976
extern float __attribute__((overloadable))
fast_length
(float3 v) {
function
979
extern float __attribute__((overloadable))
fast_length
(float4 v) {
function
[
all
...]
/frameworks/rs/scriptc/
rs_cl.rsh
1023
_RS_RUNTIME float __attribute__((const, overloadable))
fast_length
(float v);
1024
F_FUNC_FN(
fast_length
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
1023
_RS_RUNTIME float __attribute__((const, overloadable))
fast_length
(float v);
1024
F_FUNC_FN(
fast_length
)
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs
389
BENCH_FN_FUNC_FN(
fast_length
);
/external/chromium_org/v8/src/
api.cc
4693
int
fast_length
;
local
[
all
...]
runtime.cc
[
all
...]
/frameworks/base/docs/html/reference/renderscript/
rs__cl_8rsh_source.html
[
all
...]
globals_func.html
190
<li>
fast_length
()
rs__cl_8rsh.html
125
<tr><td class="memItemLeft" align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="rs__cl_8rsh.html#a7c8f2f987044a360b5f616a80a74a4d5">
fast_length
</a> (float v)</td></tr>
[
all
...]
globals.html
209
<li>
fast_length
()
[
all
...]
/external/v8/src/
runtime.cc
[
all
...]
Completed in 597 milliseconds