Searched defs:yhi (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/builtins/Unit/ppc/
H A Dqadd_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1820 b.hi = accuracyTests[i].yhi;
H A Dqdiv_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
743 b.hi = accuracyTests[i].yhi;
H A Dqmul_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
741 b.hi = accuracyTests[i].yhi;
H A Dqsub_test.c21 double yhi; double ylo; member in struct:testVector
111 b.hi = edgeCases[i].yhi;
1822 b.hi = -accuracyTests[i].yhi;
/external/chromium_org/third_party/opus/src/silk/
H A DA2NLSF.c120 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/libopus/silk/
H A DA2NLSF.c120 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...]

Completed in 209 milliseconds