/third_party/ffmpeg/tests/fate/ |
D | libavcodec.mak | 4 fate-avpacket: CMP = null macro 9 fate-cabac: CMP = null macro 14 fate-celp_math: CMP = null macro 19 fate-codec_desc: CMP = null macro 24 fate-golomb: CMP = null macro 30 fate-idct8x8-0: CMP = null macro 34 fate-idct8x8-1: CMP = null macro 38 fate-idct8x8-2: CMP = null macro 42 fate-idct248: CMP = null macro 47 fate-dct8x8: CMP = null macro [all …]
|
D | dnn.mak | 4 fate-dnn-layer-pad: CMP = null macro 9 fate-dnn-layer-conv2d: CMP = null macro 14 fate-dnn-layer-dense: CMP = null macro 19 fate-dnn-layer-depth2space: CMP = null macro 24 fate-dnn-layer-mathbinary: CMP = null macro 29 fate-dnn-layer-maximum: CMP = null macro 34 fate-dnn-layer-mathunary: CMP = null macro 39 fate-dnn-layer-avgpool: CMP = null macro
|
D | libavutil.mak | 4 fate-adler32: CMP = null macro 9 fate-aes: CMP = null macro 14 fate-aes_ctr: CMP = null macro 19 fate-camellia: CMP = null macro 24 fate-cast5: CMP = null macro 49 fate-cpu: CMP = null macro 54 fate-cpu_init: CMP = null macro 67 fate-des: CMP = null macro 76 fate-encryption-info: CMP = null macro 101 fate-integer: CMP = null macro [all …]
|
D | audio.mak | 11 $(FATE_BINKAUDIO-yes): CMP = oneoff macro 24 fate-dolby-e: CMP = oneoff macro 33 fate-dsf-dst: CMP = oneoff macro 38 fate-imc: CMP = oneoff macro 43 fate-nellymoser: CMP = oneoff macro 49 fate-nellymoser-aref-encode: CMP = stddev macro
|
D | api.mak | 4 fate-api-flac: CMP = null macro 9 fate-api-band: CMP = null macro 22 fate-api-seek: CMP = null macro 27 fate-api-threadmessage: CMP = null macro
|
D | truehd.mak | 3 fate-truehd-5.1: CMP = oneline macro 8 fate-truehd-5.1-downmix-2.0: CMP = oneline macro 13 fate-truehd-core-bsf: CMP = oneline macro
|
D | libavresample.mak | 13 fate-lavr-mix-$(3)-$(1)-$(2): CMP = oneoff 24 fate-lavr-mix-output-zero: CMP = oneoff macro 38 fate-lavr-resample-$(3)-$(1)-$(2): CMP = oneoff 52 fate-lavr-resample-linear: CMP = oneoff macro 59 fate-lavr-resample-nearest: CMP = oneoff macro
|
D | real.mak | 7 fate-ra4-288: CMP = oneoff macro 14 fate-ra-288: CMP = oneoff macro 20 fate-ra-cook: CMP = oneoff macro 49 $(FATE_SIPR): CMP = oneoff macro
|
D | filter-audio.mak | 127 fate-filter-firequalizer: CMP = oneoff macro 194 fate-filter-tremolo: CMP = oneoff macro 245 $(FATE_AMIX): CMP = oneoff macro 251 fate-filter-aresample: CMP = oneoff macro 275 fate-filter-channelmap-one-int: CMP = oneline 283 fate-filter-channelmap-one-str: CMP = oneline 292 fate-filter-channelsplit: CMP = oneline macro 300 fate-filter-join: CMP = oneline macro 307 fate-filter-volume: CMP = oneline macro 317 fate-filter-hdcd-mix: CMP = oneline macro [all …]
|
D | dca.mak | 59 $(FATE_DCADEC_LOSSY): CMP = oneoff macro 67 fate-dca-core: CMP = oneoff macro 75 fate-dts_es: CMP = oneoff macro 80 fate-dca-core-bsf: CMP = oneline macro
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Common.h | 77 template <class K, class D, class H = std::hash<K>, class CMP = std::equal_to<K>> 78 class TUnorderedMap : public std::unordered_map<K, D, H, CMP, pool_allocator<std::pair<const K, D>>> 84 TUnorderedMap() : std::unordered_map<K, D, H, CMP, tAllocator>() {} in TUnorderedMap() 87 : std::unordered_map<K, D, H, CMP, tAllocator>( in TUnorderedMap() 88 std::unordered_map<K, D, H, CMP, tAllocator>::key_compare(), in TUnorderedMap() 93 template <class K, class D, class CMP = std::less<K>> 94 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D>>> 100 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() 103 : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) in TMap()
|
/third_party/boost/boost/gil/extension/toolbox/metafunctions/ |
D | is_homogeneous.hpp | 21 template<typename C,typename CMP, int Next, int Last> 24 template<typename C, typename CMP, int Last> 25 struct is_homogeneous_impl<C, CMP, Last, Last> : std::true_type {}; 27 template<typename C, typename CMP, int Next, int Last> 31 is_homogeneous_impl<C, CMP, Next + 1, Last>, 32 std::is_same<CMP, mp11::mp_at_c<C, Next>> 59 template<typename C, typename CMP, int I, int Last>
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 85 OPC(f2b32, CMP, 0_X_X, NE), /* != 0.0 */ 86 UOPC(i2b32, CMP, 0_X_X, NE), /* != 0 */ 104 OPC(feq32, CMP, 0_1_X, EQ), 105 OPC(fneu32, CMP, 0_1_X, NE), 106 OPC(fge32, CMP, 0_1_X, GE), 107 OPC(flt32, CMP, 0_1_X, LT), 108 IOPC(ieq32, CMP, 0_1_X, EQ), 109 IOPC(ine32, CMP, 0_1_X, NE), 110 IOPC(ige32, CMP, 0_1_X, GE), 111 IOPC(ilt32, CMP, 0_1_X, LT), [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Common.h | 82 template <class K, class D, class H = std::hash<K>, class CMP = std::equal_to<K>> 83 class TUnorderedMap : public std::unordered_map<K, D, H, CMP, pool_allocator<std::pair<const K, D>>> 89 TUnorderedMap() : std::unordered_map<K, D, H, CMP, tAllocator>() {} in TUnorderedMap() 92 : std::unordered_map<K, D, H, CMP, tAllocator>( in TUnorderedMap() 93 std::unordered_map<K, D, H, CMP, tAllocator>::key_compare(), in TUnorderedMap() 98 template <class K, class D, class CMP = std::less<K>> 99 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D>>> 105 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() 108 : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_compare(), a) in TMap()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Common.h | 75 template <class K, class D, class CMP = std::less<K> > 76 class TMap : public std::map<K, D, CMP, pool_allocator<std::pair<const K, D> > > { 80 TMap() : std::map<K, D, CMP, tAllocator>() {} in TMap() 82 …TMap(const tAllocator& a) : std::map<K, D, CMP, tAllocator>(std::map<K, D, CMP, tAllocator>::key_c… in TMap()
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 383 #undef CMP 444 #define CMP(type, src1, src1w, src2, src2w) \ macro 1305 add_stub(common, stack_alloc, 0, CMP(SLJIT_C_GREATER, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack() 1358 earlyexit = CMP(SLJIT_C_EQUAL, SLJIT_TEMPORARY_REG2, 0, SLJIT_IMM, 0); in copy_ovector() 1431 jump = CMP(SLJIT_C_LESS_EQUAL, TMP1, 0, STR_PTR, 0); in check_start_used_ptr() 1437 jump = CMP(SLJIT_C_LESS_EQUAL, SLJIT_MEM1(SLJIT_LOCALS_REG), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr() 1576 …jump = CMP(SLJIT_C_GREATER_EQUAL, SLJIT_MEM1(SLJIT_LOCALS_REG), common->start_used_ptr, STR_PTR, 0… in check_partial() 1578 jump = CMP(SLJIT_C_EQUAL, SLJIT_MEM1(SLJIT_LOCALS_REG), common->start_used_ptr, SLJIT_IMM, -1); in check_partial() 1603 return CMP(SLJIT_C_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in check_str_end() 1605 jump = CMP(SLJIT_C_LESS, STR_PTR, 0, STR_END, 0); in check_str_end() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 542 #undef CMP 631 #define CMP(type, src1, src1w, src2, src2w) \ macro 3150 add_stub(common, CMP(SLJIT_LESS, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack() 3495 jump = CMP(SLJIT_LESS_EQUAL, TMP1, 0, STR_PTR, 0); in check_start_used_ptr() 3501 jump = CMP(SLJIT_LESS_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr() 3631 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_partial() 3633 jump = CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, SLJIT_IMM, -1); in check_partial() 3657 add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in check_str_end() 3661 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in check_str_end() 3664 …add_jump(compiler, end_reached, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_… in check_str_end() [all …]
|
D | pcre2_jit_simd_inc.h | 71 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0x80); in jump_if_utf_char_start() 74 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00); in jump_if_utf_char_start() 239 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd() 311 partial_quit[1] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 346 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd() 358 add_jump(compiler, &common->failed_match, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_forward_char_simd() 398 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd() 458 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd() 467 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in fast_requested_char_simd() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_vec4_cmod_propagation.cpp | 166 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 201 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 236 bld.CMP(retype(dest, BRW_REGISTER_TYPE_F), src0, zero, BRW_CONDITIONAL_L); in TEST_F() 271 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 306 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 307 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE); in TEST_F() 347 bld.CMP(bld.null_reg_f(), src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F() 387 bld.CMP(bld.null_reg_f(), offset(src_reg(dest), 8, 2), zero, BRW_CONDITIONAL_GE); in TEST_F() 431 bld.CMP(dest_null, src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F() 471 bld.CMP(dest_null, tmp_src, zero, BRW_CONDITIONAL_GE); in TEST_F() [all …]
|
D | test_fs_cmod_propagation.cpp | 131 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 163 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE) in TEST_F() 197 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE); in TEST_F() 229 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 260 bld.CMP(bld.null_reg_d(), dest, zero, BRW_CONDITIONAL_Z)->exec_size = 32; in TEST_F() 295 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE); in TEST_F() 296 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 333 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE) in TEST_F() 335 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE); in TEST_F() 376 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F() [all …]
|
D | gfx6_gs_visitor.cpp | 221 emit(CMP(dst_null_ud(), this->vertex_count, in gs_end_primitive() 223 vec4_instruction *inst = emit(CMP(dst_null_ud(), in gs_end_primitive() 325 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z)); in emit_thread_end() 369 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G)); in emit_thread_end() 381 emit(CMP(dst_null_d(), vertex, this->vertex_count, BRW_CONDITIONAL_GE)); in emit_thread_end() 570 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write() 589 emit(CMP(dst_null_d(), sol_temp, this->vertex_count, in xfb_write() 612 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
|
/third_party/gettext/gettext-tools/tests/ |
D | msgfmt-qt-2 | 9 : ${CMP=cmp} 10 ${CMP} "$abs_srcdir"/qttest2_de.qm mf-qt-2.qm >/dev/null 2>/dev/null
|
D | msgfmt-qt-1 | 9 : ${CMP=cmp} 10 ${CMP} "$abs_srcdir"/qttest_pl.qm mf-qt-1.qm >/dev/null 2>/dev/null
|
D | msgexec-2 | 77 : ${CMP=cmp} 78 ${CMP} "$abs_srcdir"/mex-test2.ok mex-test2.out >/dev/null 2>/dev/null
|
/third_party/python/Lib/lib2to3/fixes/ |
D | fix_idioms.py | 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable 77 """ % (TYPE, CMP, CMP, TYPE)
|