OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xin
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
lsp.c
409
spx_word32_t xout1,xout2,
xin
;
local
461
xin
= SHL32(EXTEND32(1), (QIMP-1)); /* 0.5 in QIMP format */
467
xp[i][2] =
xin
;
468
xp[i][2+2*i] =
xin
;
470
xq[i][2] =
xin
;
471
xq[i][2+2*i] =
xin
;
/external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h
63
void work( int stage,Complex * xout, const _Src *
xin
, size_t fstride,size_t in_stride)
76
work(stage+1, xout ,
xin
, fstride*p,in_stride);
77
xin
+= fstride*in_stride;
81
*xout = *
xin
;
82
xin
+= fstride*in_stride;
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java
220
double
xin
= metrics.widthPixels / metrics.xdpi;
local
222
double diag = Math.sqrt(Math.pow(
xin
, 2) + Math.pow(yin, 2));
Completed in 44 milliseconds