Searched refs:comp1 (Results 1 - 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java299 MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN);
301 if ((comp1.getDigits() != resultICU.getDigits()) ||
302 (comp1.getForm() != resultICU.getForm()) ||
303 (comp1.getLostDigits() != resultICU.getLostDigits()) ||
304 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
307 " / expected: " + comp1.toString());
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java296 MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN);
298 if ((comp1.getDigits() != resultICU.getDigits()) ||
299 (comp1.getForm() != resultICU.getForm()) ||
300 (comp1.getLostDigits() != resultICU.getLostDigits()) ||
301 (comp1.getRoundingMode() != resultICU.getRoundingMode()))
304 " / expected: " + comp1.toString());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen8_draw_upload.c204 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; local
231 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0;
274 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
H A Dbrw_draw_upload.c1000 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_SRC; local
1032 case 1: comp1 = BRW_VE1_COMPONENT_STORE_0;
1054 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
1059 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
1070 uint32_t comp1 = BRW_VE1_COMPONENT_STORE_0; local
1078 comp1 = BRW_VE1_COMPONENT_STORE_SRC;
1087 (comp1 << BRW_VE1_COMPONENT_1_SHIFT) |
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_msa.c880 v16u8 pred0, pred1, pred2, pred3, comp0, comp1; local
890 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1);
891 sad += SAD_UB2_UH(src0, src1, comp0, comp1);
892 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1);
893 sad += SAD_UB2_UH(src2, src3, comp0, comp1);
901 AVER_UB2_UB(pred0, ref0, pred1, ref1, comp0, comp1);
902 sad += SAD_UB2_UH(src0, src1, comp0, comp1);
903 AVER_UB2_UB(pred2, ref2, pred3, ref3, comp0, comp1);
904 sad += SAD_UB2_UH(src2, src3, comp0, comp1);
917 v16u8 comp0, comp1; local
952 v16u8 comp0, comp1, comp2, comp3; local
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
H A DStoreTile.h625 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>::swizzle(1) * sizeof(simd16scalar))); // float32 gggggggggggggggg local
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); // padde
804 simd16scalar comp1 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>::swizzle(1) * sizeof(simd16scalar))); // float32 gggggggggggggggg local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1297 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); local
1303 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */
1308 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2))
/external/crcalc/src/com/hp/creals/
H A DCR.java497 int comp1 = this_appr.compareTo(x_appr.add(big1));
498 if (comp1 > 0) return 1;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dutils.h711 __m128 comp1 = _mm256_extractf128_ps(src, 1); local
714 __m128i comp1i = _mm_castps_si128(comp1);
H A 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 };
/external/libxml2/
H A Drelaxng.c643 void *comp1,
2576 void *comp1,
2590 if (comp1 == NULL) {
2597 res1 = (xmlSchemaValPtr) comp1;
2601 if (res1 != (xmlSchemaValPtr) comp1)
2606 if (res1 != (xmlSchemaValPtr) comp1)
2686 void *comp1 ATTRIBUTE_UNUSED,
2572 xmlRelaxNGSchemaTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1, void *comp1, const xmlChar * value2, xmlNodePtr ctxt2) argument

Completed in 263 milliseconds