Home
last modified time | relevance | path

Searched refs:comp1 (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java301 MathContext comp1 = new MathContext(0, MathContext.PLAIN); in testJB4971() local
303 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
304 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
305 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
306 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
309 " / expected: " + comp1.toString()); in testJB4971()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java302 MathContext comp1 = new MathContext(0, MathContext.PLAIN); in testJB4971() local
304 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
305 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
306 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
307 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
310 " / expected: " + comp1.toString()); in testJB4971()
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c1140 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; in avgsad_16width_msa() local
1150 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
1151 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
1152 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
1153 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
1161 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1); in avgsad_16width_msa()
1162 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in avgsad_16width_msa()
1163 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1); in avgsad_16width_msa()
1164 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in avgsad_16width_msa()
1177 v16u8 comp0, comp1; in avgsad_32width_msa() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_draw_upload.c204 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; in gen8_emit_vertices() local
231 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0; in gen8_emit_vertices()
274 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in gen8_emit_vertices()
Dbrw_draw_upload.c1000 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices() local
1032 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices()
1054 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
1059 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
1070 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_0; in brw_emit_vertices() local
1078 comp1 = BRW_VE1_COMPONENT_STORE_SRC; in brw_emit_vertices()
1087 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) | in brw_emit_vertices()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h625 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
636 comp1 = _simd16_max_ps(comp1, zero);
637 comp1 = _simd16_min_ps(comp1, ones);
649 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
655 comp1 = _simd16_mul_ps(comp1, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(1)));
661 simd16scalari src1 = _simd16_cvtps_epi32(comp1); // padded byte gggggggggggggggg
804 …simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
814 comp1 = _simd16_max_ps(comp1, zero);
815 comp1 = _simd16_min_ps(comp1, ones);
824 comp1 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(1, comp1);
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1305 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); 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.java483 int comp1 = this_appr.compareTo(x_appr.add(big1)); in compareTo() local
484 if (comp1 > 0) return 1; in compareTo()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h711 __m128 comp1 = _mm256_extractf128_ps(src, 1); in Transpose() local
714 __m128i comp1i = _mm_castps_si128(comp1); in Transpose()
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/eigen/cmake/
DFindScotch.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPTSCOTCH.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
DFindPastix.cmake15 # [COMPONENTS <comp1> <comp2> ...] # dependencies
/external/libxml2/
Drelaxng.c643 void *comp1,
2576 void *comp1, in xmlRelaxNGSchemaTypeCompare() argument
2590 if (comp1 == NULL) { in xmlRelaxNGSchemaTypeCompare()
2597 res1 = (xmlSchemaValPtr) comp1; in xmlRelaxNGSchemaTypeCompare()
2601 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2606 if (res1 != (xmlSchemaValPtr) comp1) in xmlRelaxNGSchemaTypeCompare()
2686 void *comp1 ATTRIBUTE_UNUSED, in xmlRelaxNGDefaultTypeCompare()
/external/llvm/test/CodeGen/X86/
Dblock-placement.ll384 %comp1 = icmp eq i32 undef, 48
385 br i1 %comp1, label %loop.inner1.end, label %loop.body4