Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java312 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING); in testJB4971() local
313 decfmt.setMathContextICU(comp2); in testJB4971()
315 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
316 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
317 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
318 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
321 " / expected: " + comp2.toString()); in testJB4971()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java313 MathContext comp2 = new MathContext(5, MathContext.ENGINEERING); in testJB4971() local
314 decfmt.setMathContextICU(comp2); in testJB4971()
316 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
317 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
318 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
319 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
322 " / expected: " + comp2.toString()); in testJB4971()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_draw_upload.c205 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_SRC; in gen8_emit_vertices() local
232 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
264 comp2 = BRW_VE1_COMPONENT_NOSTORE; in gen8_emit_vertices()
275 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in gen8_emit_vertices()
Dbrw_draw_upload.c1001 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
1033 case 2: comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1055 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
1060 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
1071 uint32_t comp2 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices() local
1081 comp2 = BRW_VE1_COMPONENT_STORE_VID; in brw_emit_vertices()
1088 (comp2 << BRW_VE1_COMPONENT_2_SHIFT) | in brw_emit_vertices()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h626 …simd16scalar comp2 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
639 comp2 = _simd16_max_ps(comp2, zero);
640 comp2 = _simd16_min_ps(comp2, ones);
650 comp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, comp2);
656 comp2 = _simd16_mul_ps(comp2, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(2)));
662 simd16scalari src2 = _simd16_cvtps_epi32(comp2); // padded byte bbbbbbbbbbbbbbbb
805 …simd16scalar comp2 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
817 comp2 = _simd16_max_ps(comp2, zero);
818 comp2 = _simd16_min_ps(comp2, ones);
825 comp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, comp2);
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c1212 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local
1226 comp1, comp2, comp3); in avgsad_64width_msa()
1228 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1237 comp1, comp2, comp3); in avgsad_64width_msa()
1239 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1248 comp1, comp2, comp3); in avgsad_64width_msa()
1250 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
1259 comp1, comp2, comp3); in avgsad_64width_msa()
1261 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1306 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply() local
1311 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1316 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/eigen/cmake/
DFindScotch.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPTSCOTCH.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPastix.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h38 template<UINT comp0 = 0, uint32_t comp1 = 0, uint32_t comp2 = 0, uint32_t comp3 = 0>
44 static const uint32_t s[4] = { comp0, comp1, comp2, comp3 }; in swizzle()
/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