Home
last modified time | relevance | path

Searched refs:comp2 (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java308 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING); in testJB4971() local
309 decfmt.setMathContextICU(comp2); in testJB4971()
311 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
312 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
313 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
314 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
317 " / expected: " + comp2.toString()); in testJB4971()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c680 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
706 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
727 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
732 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c1203 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local
1217 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1219 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1228 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1230 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1239 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1241 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1250 comp0, comp1, comp2, comp3); in avgsad_64width_msa()
1252 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1285 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply() local
1290 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1295 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/external/crcalc/src/com/hp/creals/
DCR.java485 int comp2 = this_appr.compareTo(x_appr.subtract(big1)); in compareTo() local
486 if (comp2 < 0) return -1; in compareTo()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll397 %comp2 = icmp ult i32 undef, 3
398 br i1 %comp2, label %loop.inner2.begin, label %loop.end