/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | lower.c | 331 gpir_alu_node *cmp1 = gpir_node_create(block, cmp_node_op); in gpir_lower_eq_ne() local 332 list_addtail(&cmp1->node.list, &node->list); in gpir_lower_eq_ne() 336 cmp1->children[0] = e->children[0]; in gpir_lower_eq_ne() 337 cmp1->children[1] = e->children[1]; in gpir_lower_eq_ne() 338 cmp1->num_child = 2; in gpir_lower_eq_ne() 344 gpir_node_add_dep(&cmp1->node, e->children[0], GPIR_DEP_INPUT); in gpir_lower_eq_ne() 345 gpir_node_add_dep(&cmp1->node, e->children[1], GPIR_DEP_INPUT); in gpir_lower_eq_ne() 354 gpir_node_add_dep(node, &cmp1->node, GPIR_DEP_INPUT); in gpir_lower_eq_ne() 358 e->children[0] = &cmp1->node; in gpir_lower_eq_ne()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_lpf_sao_msa.c | 44 v2i64 cmp0, cmp1, cmp2, p_is_pcm_vec, q_is_pcm_vec; in hevc_loopfilter_luma_hor_msa() local 72 cmp1 = __msa_fill_d(p_is_pcm4); in hevc_loopfilter_luma_hor_msa() 73 p_is_pcm_vec = __msa_ilvev_d(cmp1, cmp0); in hevc_loopfilter_luma_hor_msa() 80 cmp1 = (v2i64) __msa_fill_w(d0434); in hevc_loopfilter_luma_hor_msa() 81 cmp3 = (v2i64) __msa_ilvev_w((v4i32) cmp1, (v4i32) cmp0); in hevc_loopfilter_luma_hor_msa() 92 cmp1 = __msa_fill_d(q_is_pcm4); in hevc_loopfilter_luma_hor_msa() 93 q_is_pcm_vec = __msa_ilvev_d(cmp1, cmp0); in hevc_loopfilter_luma_hor_msa() 104 cmp1 = (v2i64) __msa_fill_h(tc4); in hevc_loopfilter_luma_hor_msa() 119 tc_pos = (v8i16) __msa_ilvev_d(cmp1, cmp0); in hevc_loopfilter_luma_hor_msa() 129 cmp1 = (v2i64) __msa_fill_w(flag1); in hevc_loopfilter_luma_hor_msa() [all …]
|
/third_party/optimized-routines/math/ |
D | v_exp2f.c | 30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument 41 return v_as_f32_u32 ((cmp2 & r2) | (~cmp2 & cmp1 & r1) | (~cmp1 & r0)); in specialcase()
|
D | v_expf.c | 33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument 44 return v_as_f32_u32 ((cmp2 & r2) | (~cmp2 & cmp1 & r1) | (~cmp1 & r0)); in specialcase()
|
/third_party/rust/crates/minimal-lexical/src/ |
D | bellerophon.rs | 261 let cmp1 = halfway.wrapping_sub(errors) < extra; in error_is_accurate() localVariable 267 !(cmp1 && cmp2) in error_is_accurate()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | common.h | 103 glm_vec4 const cmp1 = _mm_cmpgt_ps(x, zro0); in glm_vec4_sign() local 105 glm_vec4 const and1 = _mm_and_ps(cmp1, _mm_set1_ps(1.0f)); in glm_vec4_sign()
|
/third_party/python/Objects/ |
D | rangeobject.c | 386 int cmp1, cmp2, cmp3; in range_contains_long() local 393 cmp1 = PyObject_RichCompareBool(r->step, zero, Py_GT); in range_contains_long() 394 if (cmp1 == -1) in range_contains_long() 396 if (cmp1 == 1) { /* positive steps: start <= ob < stop */ in range_contains_long()
|
/third_party/ffmpeg/libavfilter/ |
D | avfiltergraph.c | 978 uint64_t cmp1 = ch_subst[k][1]; in swap_channel_layouts_on_filter() local 980 (out_chlayout & cmp1) && (!( in_chlayout & cmp1))) { in swap_channel_layouts_on_filter() 982 out_chlayout &= ~cmp1; in swap_channel_layouts_on_filter() 985 score += 10 * av_get_channel_layout_nb_channels(cmp1) - 2; in swap_channel_layouts_on_filter()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 212 …const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedP… in isLinearCompareValid() local 215 | (deUint32(cmp1.isTrue)<<1); in isLinearCompareValid() 217 | (deUint32(cmp1.isFalse)<<1); in isLinearCompareValid() 278 …const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedP… in isBilinearAnyCompareValid() local 282 const bool canBeTrue = cmp0.isTrue || cmp1.isTrue || cmp2.isTrue || cmp3.isTrue; in isBilinearAnyCompareValid() 283 const bool canBeFalse = cmp0.isFalse || cmp1.isFalse || cmp2.isFalse || cmp3.isFalse; in isBilinearAnyCompareValid() 312 …const CmpResultSet cmp1 = execCompare(compareMode, d1, cmpReference, prec.referenceBits, isFixedP… in isBilinearPCFCompareValid() local 317 | (deUint32(cmp1.isTrue)<<1) in isBilinearPCFCompareValid() 321 | (deUint32(cmp1.isFalse)<<1) in isBilinearPCFCompareValid()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 440 GstUInt64 v, cmp1, cmp2; in gst_util_div128_64() local 459 cmp1.l.high = rhat.l.low; in gst_util_div128_64() 460 cmp1.l.low = c0.l.high; in gst_util_div128_64() 463 while (q1.l.high || cmp2.ll > cmp1.ll) { in gst_util_div128_64() 468 cmp1.l.high = rhat.l.low; in gst_util_div128_64() 477 cmp1.l.high = rhat.l.low; in gst_util_div128_64() 478 cmp1.l.low = c0.l.low; in gst_util_div128_64() 481 while (q0.l.high || cmp2.ll > cmp1.ll) { in gst_util_div128_64() 486 cmp1.l.high = rhat.l.low; in gst_util_div128_64()
|
D | gstvalue.c | 5781 gint cmp1, cmp2; in gst_value_subtract_fraction_range_fraction_range() local 5789 cmp1 = gst_value_compare_fraction (max2, max1); in gst_value_subtract_fraction_range_fraction_range() 5790 g_return_val_if_fail (cmp1 != GST_VALUE_UNORDERED, FALSE); in gst_value_subtract_fraction_range_fraction_range() 5791 if (cmp1 == GST_VALUE_LESS_THAN) in gst_value_subtract_fraction_range_fraction_range() 5793 cmp1 = gst_value_compare_fraction (min1, min2); in gst_value_subtract_fraction_range_fraction_range() 5794 g_return_val_if_fail (cmp1 != GST_VALUE_UNORDERED, FALSE); in gst_value_subtract_fraction_range_fraction_range() 5795 if (cmp1 == GST_VALUE_GREATER_THAN) in gst_value_subtract_fraction_range_fraction_range() 5798 cmp1 = gst_value_compare_fraction (min1, max1); in gst_value_subtract_fraction_range_fraction_range() 5801 if (cmp1 == GST_VALUE_LESS_THAN && cmp2 == GST_VALUE_LESS_THAN) { in gst_value_subtract_fraction_range_fraction_range() 5804 } else if (cmp1 == GST_VALUE_LESS_THAN) { in gst_value_subtract_fraction_range_fraction_range() [all …]
|
/third_party/python/Lib/test/ |
D | test_functools.py | 867 def cmp1(x, y): function 869 key = self.cmp_to_key(cmp1) 883 def cmp1(x, y): function 885 key = self.cmp_to_key(mycmp=cmp1) 895 key = self.cmp_to_key(cmp1, None) # too many args 896 key = self.cmp_to_key(cmp1) 903 def cmp1(x, y): function 905 key = self.cmp_to_key(cmp1) 912 def cmp1(x, y): function 918 def cmp1(x, y): function [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | ULocaleTest.java | 4672 int cmp1 = locales[i].compareTo(locales[j]); in TestComparable() local 4675 if ((cmp1 == 0) != eqls1) { in TestComparable() 4679 if (cmp1 < 0 && cmp2 <= 0 || cmp1 > 0 && cmp2 >= 0 || cmp1 == 0 && cmp2 != 0) { in TestComparable()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ULocaleTest.java | 4741 int cmp1 = locales[i].compareTo(locales[j]); in TestComparable() local 4744 if ((cmp1 == 0) != eqls1) { in TestComparable() 4748 if (cmp1 < 0 && cmp2 <= 0 || cmp1 > 0 && cmp2 >= 0 || cmp1 == 0 && cmp2 != 0) { in TestComparable()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_simd_inc.h | 958 static inline vect_t fast_forward_char_pair_compare(compare_type ctype, vect_t dst, vect_t cmp1, ve… in fast_forward_char_pair_compare() argument 963 dst = VCEQQ(dst, cmp1); in fast_forward_char_pair_compare() 971 dst = VCEQQ(dst, cmp1); in fast_forward_char_pair_compare()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_64bit.cpp | 662 auto cmp1 = nir_build_alu(b, op2, src[1][0], src[1][1], nullptr, nullptr); in split_reduction() local 663 return nir_build_alu(b, reduction, cmp0, cmp1, nullptr, nullptr); in split_reduction()
|
/third_party/toybox/toys/pending/ |
D | bc.c | 2206 ssize_t cmp = 1, cmp1 = SSIZE_MAX, cmp2 = SSIZE_MAX; in bc_num_sqrt() local 2276 cmp2 = cmp1; in bc_num_sqrt() 2277 cmp1 = cmp; in bc_num_sqrt()
|