Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java310 …MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN… in testJB4971() local
311 decfmt.setMathContextICU(comp2); in testJB4971()
313 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
314 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
315 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
316 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
319 " / expected: " + comp2.toString()); in testJB4971()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java307 …MathContext comp2 = new MathContext(5, MathContext.ENGINEERING, false, MathContext.ROUND_HALF_EVEN… in testJB4971() local
308 decfmt.setMathContextICU(comp2); in testJB4971()
310 if ((comp2.getDigits() != resultICU.getDigits()) || in testJB4971()
311 (comp2.getForm() != resultICU.getForm()) || in testJB4971()
312 (comp2.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
313 (comp2.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
316 " / expected: " + comp2.toString()); in testJB4971()
/external/libaom/libaom/aom_dsp/mips/
Dsad_msa.c572 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local
586 comp1, comp2, comp3); in avgsad_64width_msa()
588 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
597 comp1, comp2, comp3); in avgsad_64width_msa()
599 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
608 comp1, comp2, comp3); in avgsad_64width_msa()
610 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
619 comp1, comp2, comp3); in avgsad_64width_msa()
621 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h628 …simd16scalar comp2 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
641 comp2 = _simd16_max_ps(comp2, zero);
642 comp2 = _simd16_min_ps(comp2, ones);
652 comp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, comp2);
658 comp2 = _simd16_mul_ps(comp2, _simd16_set1_ps(FormatTraits<DstFormat>::fromFloat(2)));
664 simd16scalari src2 = _simd16_cvtps_epi32(comp2); // padded byte bbbbbbbbbbbbbbbb
800 …simd16scalar comp2 = _simd16_load_ps(reinterpret_cast<const float*>(pSrc + FormatTraits<DstFormat>…
812 comp2 = _simd16_max_ps(comp2, zero);
813 comp2 = _simd16_min_ps(comp2, ones);
820 comp2 = FormatTraits<R32G32B32A32_FLOAT>::convertSrgb(2, comp2);
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c952 v16u8 comp0, comp1, comp2, comp3; in avgsad_64width_msa() local
966 comp1, comp2, comp3); in avgsad_64width_msa()
968 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
977 comp1, comp2, comp3); in avgsad_64width_msa()
979 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
988 comp1, comp2, comp3); in avgsad_64width_msa()
990 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
999 comp1, comp2, comp3); in avgsad_64width_msa()
1001 sad1 += SAD_UB2_UH(src2, src3, comp2, comp3); in avgsad_64width_msa()
/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java945 private Comparator<V> comp2; field in CldrUtility.PairComparator
947 public PairComparator(Comparator<K> comp1, Comparator<V> comp2) { in PairComparator() argument
949 this.comp2 = comp2; in PairComparator()
969 : comp2 == null ? o1Second.compareTo(o2Second) in compare()
970 : comp2.compare(o1Second, o2Second); in compare()
/external/mesa3d/src/amd/vulkan/
Dradv_meta.h202 nir_ssa_def *radv_meta_gen_rect_vertices_comp2(nir_builder *vs_b, nir_ssa_def *comp2);
Dradv_meta.c421 nir_ssa_def *radv_meta_gen_rect_vertices_comp2(nir_builder *vs_b, nir_ssa_def *comp2) in radv_meta_gen_rect_vertices_comp2() argument
447 comp[2] = comp2; in radv_meta_gen_rect_vertices_comp2()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh1411 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); in apply() local
1416 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
1421 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/external/crcalc/src/com/hp/creals/
DCR.java507 int comp2 = this_appr.compareTo(x_appr.subtract(big1)); in compareTo() local
508 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/mesa/drivers/dri/i965/
DgenX_state_upload.c635 uint32_t comp2 = VFCOMP_STORE_SRC; in genX() local
679 case 2: comp2 = VFCOMP_STORE_0; in genX()
712 comp2 = VFCOMP_NOSTORE; in genX()
724 .Component2Control = comp2, in genX()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h38 template<uint32_t 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
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dblock-placement.ll404 %comp2 = icmp ult i32 undef, 3
405 br i1 %comp2, label %loop.inner2.begin, label %loop.end