/external/srec/srec/cfront/ |
himul32.h | 126 asr_uint32_t xhi, xlo, yhi, ylo; 143 yhi = y >> 16; /* <= 2**15 */ 150 // Ditto for yhi * xlo, so their sum is 153 mid = xhi * ylo + yhi * xlo; 154 hi = xhi * yhi;
|
/external/chromium_org/third_party/opus/src/silk/ |
A2NLSF.c | 120 opus_int32 ylo, yhi, ymid, thr; local 156 yhi = silk_A2NLSF_eval_poly( p, xhi, dd ); 159 if( ( ylo <= 0 && yhi >= thr ) || ( ylo >= 0 && yhi <= -thr ) ) { 160 if( yhi == 0 ) { 178 yhi = ymid; 190 den = ylo - yhi; 196 /* No risk of dividing by zero because abs(ylo - yhi) >= abs(ylo) >= 65536 */ 197 ffrac += silk_DIV32( ylo, silk_RSHIFT( ylo - yhi, 8 - BIN_DIV_STEPS_A2NLSF_FIX ) ); 218 ylo = yhi; [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo' 326 int16x4_t xhi, yhi; local 336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */" 341 yhi = t_yhi; 348 /* clamp Y>>16 (aka yhi) to 0..maxY */ 349 yhi = vmax_s16(yhi, zero4); /* now 0.. */ 350 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */ 360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */ [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 308 * xlo,xhi,ylo,yhi distribution and we can ignore the 'lo' 326 int16x4_t xhi, yhi; local 336 asm ("vld4.16 {d0-d3},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */" 341 yhi = t_yhi; 348 /* clamp Y>>16 (aka yhi) to 0..maxY */ 349 yhi = vmax_s16(yhi, zero4); /* now 0.. */ 350 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */ 360 asm ("vld4.16 {d4-d7},[%4] /* xlo=%P0 xhi=%P1 ylo=%P2 yhi=%P3 */ [all...] |
/external/compiler-rt/test/Unit/ppc/ |
qdiv_test.c | 21 double yhi; double ylo; member in struct:testVector 111 b.hi = edgeCases[i].yhi; [all...] |
qmul_test.c | 21 double yhi; double ylo; member in struct:testVector 111 b.hi = edgeCases[i].yhi; [all...] |
qadd_test.c | 21 double yhi; double ylo; member in struct:testVector 111 b.hi = edgeCases[i].yhi; [all...] |
qsub_test.c | 21 double yhi; double ylo; member in struct:testVector 111 b.hi = edgeCases[i].yhi; [all...] |