Home
last modified time | relevance | path

Searched refs:comp3 (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java326 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971() local
327 decfmt.setMathContext(comp3); in testJB4971()
329 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
330 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
333 " / expected: " + comp3.toString()); in testJB4971()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java322 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971() local
323 decfmt.setMathContext(comp3); in testJB4971()
325 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
326 (comp3.getRoundingMode() != result.getRoundingMode())) in testJB4971()
329 " / expected: " + comp3.toString()); in testJB4971()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c681 uint32_t comp3 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
707 case 3: comp3 = input->glarray->Integer ? BRW_VE1_COMPONENT_STORE_1_INT in brw_emit_vertices()
728 (comp3 << BRW_VE1_COMPONENT_3_SHIFT)); in brw_emit_vertices()
733 (comp3 << BRW_VE1_COMPONENT_3_SHIFT) | in brw_emit_vertices()
/external/libweave/src/
Dcomponent_manager_unittest.cc479 "comp3": { in TEST_F()
512 "comp3": { in TEST_F()
544 "comp3": { in TEST_F()
926 "comp3": { in TEST_F()
958 "comp3": { in TEST_F()
991 "comp3": { in TEST_F()
1027 "comp3": { in TEST_F()
/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/libweave/src/privet/
Dprivet_handler_unittest.cc750 "comp3": { in TEST_F()
795 "comp3": {} in TEST_F()
822 "comp3": { in TEST_F()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll404 %comp3 = icmp eq i32 undef, 1769472
405 br i1 %comp3, label %loop.end, label %loop.inner2.begin