/external/valgrind/none/tests/mips32/ |
mips32_dsp.stdout.exp-BE | [all...] |
mips32_dsp.stdout.exp-LE | [all...] |
mips32_dspr2.stdout.exp | [all...] |
mips32_dsp.c | 178 printf("%s :: rs 0x%08x rt 0x%08x inHI 0x%08x inLO 0x%08x outHI 0x%08x outLO\
203 printf("%s :: rs 0x%08x rt 0x%08x inHI 0x%08x inLO 0x%08x outHI 0x%08x outLO\
[all...] |
mips32_dspr2.c | 193 printf("%s :: rs 0x%08x rt 0x%08x inHI 0x%08x inLO 0x%08x outHI 0x%08x " \
[all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lpc_analysis.h | 29 void WebRtcIsac_GetLpcCoefLb(double *inLo, double *inHi, MaskFiltstr *maskdata,
|
lpc_analysis.c | 208 void WebRtcIsac_GetLpcCoefLb(double *inLo, double *inHi, MaskFiltstr *maskdata, 262 maskdata->DataBufferHi[pos1] = inHi[pos2++];
|
/external/opencv3/modules/core/src/ |
downhill_simplex.cpp | 288 int ilo = 0, ihi, inhi; local 291 ihi = 0; inhi = 1; 295 ihi = 1; inhi = 0; 304 inhi = ihi; 307 else if (yval > y_[inhi] && i != ihi) 308 inhi = i; 310 CV_Assert( ihi != inhi ); 311 if( ilo == inhi || ilo == ihi ) 316 if( yval == y_[ilo] && i != ihi && i != inhi ) 353 double y_lo = y_[ilo], y_nhi = y_[inhi], y_hi = y_[ihi] [all...] |
/external/llvm/test/CodeGen/ARM/ |
inlineasm-64bit.ll | 102 ; CHECK: OUTLO([[LO:r[0-9]+]]) OUTHI([[HI:r[0-9]+]]) INLO([[LO]]) INHI([[HI]]) 103 %vars = call {i64, i32, i64} asm "OUTLO(${2:Q}) OUTHI(${2:R}) INLO(${3:Q}) INHI(${3:R})", "=r,=r,=r,2"(i64 %in)
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorTypes.cpp | [all...] |