OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axx
(Results
1 - 5
of
5
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h
62
an, ax,
axx
: average temporal statistics - yields stdev */
65
double xx, txx, ax,
axx
;
member in struct:PERF_RTdata_rate
/external/opencv3/modules/imgproc/src/opencl/
warp_perspective.cl
212
float
axx
= INTER_SCALE * ax;
214
interpolateCubic(
axx
, tab1x);
warp_affine.cl
309
float
axx
= INTER_SCALE * ax;
311
interpolateCubic(
axx
, tab1x);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c
335
dRate->
axx
+= x * x;
536
me->dRate[i].
axx
= me->dRate[i].ax = me->dRate[i].an = 0;
886
double xx = me->dRate[i].
axx
/ me->dRate[i].an;
[
all
...]
/external/v8/test/webkit/fast/regex/
parentheses.js
175
shouldBeNull("regexp35.exec('
axx
')");
Completed in 324 milliseconds