/third_party/ltp/testcases/network/virt/ |
H A D | vlan03.sh | 19 rh1="reorder_hdr on" 24 TST_TEST_DATA=",$p0 $lb0 $rh1,$p1 $lb1 $rh1"
|
/third_party/typescript/tests/baselines/reference/ |
H A D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 42 var rh1 = a !== b; variable 70 var rh1 = a !== b;
variable
|
H A D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 43 var rh1 = a !== b; variable 71 var rh1 = a !== b;
variable
|
H A D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 45 var rh1 = null & null; variable 99 var rh1 = null & null;
variable
|
H A D | comparisonOperatorWithIdenticalPrimitiveType.js | 74 var rh1 = a !== a; variable 151 var rh1 = a !== a;
variable
|
H A D | comparisonOperatorWithSubtypeObjectOnProperty.js | 76 var rh1 = a1 !== b1; variable 171 var rh1 = a1 !== b1;
variable
|
H A D | comparisonOperatorWithSubtypeEnumAndNumber.js | 64 var rh1 = a !== b; variable 130 var rh1 = a !== b;
variable
|
H A D | comparisonOperatorWithTypeParameter.js | 71 var rh1 = b < t; 143 var rh1 = b < t;
|
H A D | arithmeticOperatorWithAnyAndNumber.js | 76 var rh1 = a & a; variable 172 var rh1 = a & a;
variable
|
H A D | arithmeticOperatorWithNullValueAndValidOperands.js | 84 var rh1 = null & a; variable 187 var rh1 = null & a;
variable
|
H A D | logicalAndOperatorWithEveryType.js | 93 var rh1 = a1 && a8; variable 213 var rh1 = a1 && a8;
variable
|
H A D | logicalOrOperatorWithEveryType.js | 84 var rh1 = a1 || a7; // any || object is any variable 207 var rh1 = a1 || a7; // any || object is any
variable
|
H A D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 84 var rh1 = undefined & a; variable 187 var rh1 = undefined & a;
variable
|
H A D | arithmeticOperatorWithEnum.js | 112 var rh1 = c & a; variable 255 var rh1 = c & a;
variable
|
H A D | arithmeticOperatorWithEnumUnion.js | 116 var rh1 = c & a; variable 264 var rh1 = c & a;
variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | g729postfilter.c | 434 int rh1,rh0; // (3.12) in get_tilt_comp() local 447 rh1 = adsp->scalarproduct_int16(lp_gn + 10, lp_gn + 11, 20); in get_tilt_comp() 453 rh1 >>= temp; in get_tilt_comp() 456 if (FFABS(rh1) > rh0 || !rh0) in get_tilt_comp() 470 return -(rh1 * (1 << 15)) / rh0; in get_tilt_comp()
|
H A D | amrnbdec.c | 886 float rh0, rh1; // autocorrelation at lag 0 and 1 in tilt_factor() local 899 rh1 = p->celpm_ctx.dot_productf(hf, hf + 1, AMR_TILT_RESPONSE - 1); in tilt_factor() 903 return rh1 >= 0.0 ? rh1 / rh0 * AMR_TILT_GAMMA_T : 0.0; in tilt_factor()
|
H A D | wmavoice.c | 596 float rh0, rh1; in tilt_factor() local 599 rh1 = lpcs[0] + avpriv_scalarproduct_float_c(lpcs, &lpcs[1], n_lpcs - 1); in tilt_factor() 601 return rh1 / rh0; in tilt_factor()
|
/third_party/lame/libmp3lame/ |
H A D | quantize_pvt.c | 602 FLOAT rh1, rh2, rh3; in calc_xmin() local 609 rh1 = xmin / width; in calc_xmin() 620 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin() 698 FLOAT rh1, rh2, rh3; in calc_xmin() local 700 rh1 = tmpATH / width; in calc_xmin() 710 rh2 += (x2 < rh1) ? x2 : rh1; in calc_xmin()
|