Searched defs:xx (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_rt.h40 double x, xx; member in struct:PERF_RTdata_uptime
57 n, x, xx: whole lifecycle
65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate
84 double xx; member in struct:PERF_RTdata_delay
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c43 dDelay->xx = dDelay->x = 0;
122 me->dUptime->xx = me->dUptime->x = me->dUptime->n = 0;
345 dDelay->xx += delta * (double) delta;
368 double xx = 1e-12 * dDelay->xx / dDelay->n; local
369 xx = my_sqrt(xx - x * x);
374 x, xx, dDelay->n);
387 dDelay->xx = dDelay->x = 0;
534 me->dRate[i].xx
836 double xx = me->dUptime->xx / me->dUptime->n; local
886 double xx = me->dRate[i].axx / me->dRate[i].an; local
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c744 unsigned long xx; local
780 // Initial condition starts at 1: xx=(1L<<30);
781 // First iteration is simple: Instead of initializing xx=1, assign to result of first iteration:
782 // xx= (3/2-x0/2);
783 //% NR formula: xx=xx*(3/2-x0*xx*xx/2); = xx*(1.5 - (x0/2)*xx*x
826 long xx, cc; local
885 long two, xx; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c744 unsigned long xx; local
780 // Initial condition starts at 1: xx=(1L<<30);
781 // First iteration is simple: Instead of initializing xx=1, assign to result of first iteration:
782 // xx= (3/2-x0/2);
783 //% NR formula: xx=xx*(3/2-x0*xx*xx/2); = xx*(1.5 - (x0/2)*xx*x
826 long xx, cc; local
885 long two, xx; local
[all...]

Completed in 148 milliseconds