| /third_party/optimized-routines/math/test/rtest/ |
| D | intern.h | 63 compare, /* compare doubles, returns int */ enumerator 77 funcptr func; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_sampler.c | 103 translate_comparison_func(unsigned func) in translate_comparison_func() 137 boolean compare) in translate_filter_mode()
|
| /third_party/ffmpeg/libavcodec/ |
| D | cbs_mpeg2.c | 85 #define nextbits(width, compare, var) \ argument 121 #define nextbits(width, compare, var) (var) argument 277 #define START(start_code, type, func) \ in cbs_mpeg2_write_header() argument
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | mock_tk.py | 250 def compare(self, index1, op, index2): member in Text 299 def bind(sequence=None, func=None, add=None): argument
|
| /third_party/python/Lib/ |
| D | pstats.py | 503 def print_line(self, func): # hack: should print percentages argument 532 def compare (self, left, right): member in TupleComp 550 def func_get_function_name(func): argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcFragDepthTests.cpp | 74 static inline bool compare(deUint32 func, T a, T b) in compare() function
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragDepthTests.cpp | 79 static inline bool compare (deUint32 func, T a, T b) in compare() function
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fDepthRangeTests.cpp | 73 static inline bool compare (deUint32 func, T a, T b) in compare() function
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstcaps.c | 2048 GstStructure *compare; member 2080 GstStructure * simplify, GstStructure * compare) in gst_caps_structure_simplify() 2169 GstStructure *simplify, *compare, *result = NULL; in gst_caps_simplify() local 2558 gst_caps_foreach (const GstCaps * caps, GstCapsForeachFunc func, in gst_caps_foreach() 2599 gst_caps_map_in_place (GstCaps * caps, GstCapsMapFunc func, gpointer user_data) in gst_caps_map_in_place() 2647 gst_caps_filter_and_map_in_place (GstCaps * caps, GstCapsFilterMapFunc func, in gst_caps_filter_and_map_in_place()
|
| D | gstvalue.c | 110 GstValueUnionFunc func; member 118 GstValueIntersectFunc func; member 126 GstValueSubtractFunc func; member 1137 GstValueCompareFunc compare; in gst_value_compare_value_list() local 5964 GstValueCompareFunc compare; in _gst_value_compare_nolist() local 6154 gst_value_register_union_func (GType type1, GType type2, GstValueUnionFunc func) in gst_value_register_union_func() 6328 GstValueIntersectFunc func) in gst_value_register_intersect_func() 6459 GstValueSubtractFunc func) in gst_value_register_subtract_func()
|
| /third_party/python/Modules/ |
| D | _functoolsmodule.c | 63 PyObject *func, *pargs, *nargs, *pkw; in partial_new() local 595 PyObject *compare; in keyobject_richcompare() local 657 PyObject *seq, *func, *result = NULL, *it; in functools_reduce() local 799 PyObject *func; member 1158 PyObject *func, *maxsize_O, *cache_info_type, *cachedict; in lru_cache_new() local
|
| /third_party/skia/src/pathops/ |
| D | SkOpAngle.cpp | 16 static bool CompareResult(const char* func, SkString* bugOut, SkString* bugPart, int append, in CompareResult() 17 bool compare) { in CompareResult() 25 #define COMPARE_RESULT(append, compare) CompareResult(__FUNCTION__, &bugOut, bugPart, append, \ argument 28 #define COMPARE_RESULT(append, compare) compare argument
|
| /third_party/flutter/skia/src/pathops/ |
| D | SkOpAngle.cpp | 16 static bool CompareResult(const char* func, SkString* bugOut, SkString* bugPart, int append, in CompareResult() 17 bool compare) { in CompareResult() 25 #define COMPARE_RESULT(append, compare) CompareResult(__FUNCTION__, &bugOut, bugPart, append, \ argument 28 #define COMPARE_RESULT(append, compare) compare argument
|
| /third_party/python/Tools/demo/ |
| D | sortvisu.py | 165 def compare(self, i, j): member in Array 592 def run(self, func): argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.cpp | 516 …auto func = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, name, jit->mo… in createFunction() local 957 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() local 1015 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() local 1055 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); in createStore() local 1090 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_load, { elV… in createMaskedLoad() local 1109 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_store, { el… in createMaskedStore() local 1120 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createMaskedStore() local 1166 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_gather, { e… in createGather() local 1233 …auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_scatter, { … in createScatter() local 1417 Value *Nucleus::createAtomicCompareExchange(Value *ptr, Value *value, Value *compare, std::memory_o… in createAtomicCompareExchange() [all …]
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| D | generator_impl.cc | 247 } else if (auto* func = decl->As<ast::Function>()) { in Generate() local 798 if (auto* func = target->As<sem::Function>()) { in EmitCall() local 817 const sem::Function* func) { in EmitFunctionCall() 1476 auto func = utils::GetOrCreate(dma_intrinsics_, in EmitStorageAtomicCall() local 1602 std::string compare = UniqueIdentifier("atomic_compare_value"); in EmitWorkgroupAtomicCall() local 2566 bool GeneratorImpl::EmitFunction(const ast::Function* func) { in EmitFunction() 2649 bool GeneratorImpl::EmitFunctionBodyWithDiscard(const ast::Function* func) { in EmitFunctionBodyWithDiscard() 2896 bool GeneratorImpl::EmitEntryPointFunction(const ast::Function* func) { in EmitEntryPointFunction()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 1294 Apply (const ApplyFunc& func, in Apply() 1302 Apply (const ApplyFunc& func, in Apply() 1363 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() 1371 const Func<Sig>& func, in createApply() 1429 ApplyVar (const ApplyFunc& func, in ApplyVar() 1449 ExprP<typename Sig::Ret> applyVar (const Func<Sig>& func, in applyVar() 1756 CFloatFunc1 (const string& name, DoubleFunc1& func) in CFloatFunc1() 1828 DoubleFunc2& func) in CFloatFunc2() 2119 ExpFunc (const string& name, DoubleFunc1& func) in ExpFunc() 2153 LogFunc (const string& name, DoubleFunc1& func) in LogFunc() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_program.c | 416 struct qreg s, t, r, lod, compare; in ntq_emit_tex() local 1019 nir_alu_instr *compare = in ntq_emit_bcsel() local 2111 ntq_emit_function(struct vc4_compile *c, nir_function_impl *func) in ntq_emit_function()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_nir.c | 234 enum pipe_compare_func compare, in fcmp32() 254 enum pipe_compare_func compare, in icmp32() 2377 struct nir_function *func; in lp_build_nir_llvm() local
|
| /third_party/python/Lib/tkinter/ |
| D | __init__.py | 825 def after(self, ms, func=None, *args): argument 853 def after_idle(self, func, *args): argument 1364 def _bind(self, what, sequence, func, add, needcleanup=1): argument 1382 def bind(self, sequence=None, func=None, add=None): argument 1430 def bind_all(self, sequence=None, func=None, add=None): argument 1441 def bind_class(self, className, sequence=None, func=None, add=None): argument 1542 def _register(self, func, subst=None, needcleanup=1): argument 1910 def __init__(self, func, subst, widget): argument 2218 def wm_protocol(self, name=None, func=None): argument 2769 def tag_bind(self, tagOrId, sequence=None, func=None, add=None): argument [all …]
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_state.c | 384 enum pipe_blend_func func, enum pipe_blendfactor src, in si_blend_check_commutativity() 418 static void si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, in si_blend_remove_dst() 896 static uint32_t si_translate_fill(uint32_t func) in si_translate_fill() 2007 static unsigned si_tex_compare(unsigned compare) in si_tex_compare()
|
| /third_party/python/Lib/test/ |
| D | test_itertools.py | 84 def pickletest(self, protocol, it, stop=4, take=1, compare=None): argument 805 def gulp(iterable, keyp=None, func=list): argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | r600_state_common.c | 2533 uint32_t r600_translate_fill(uint32_t func) in r600_translate_fill() 2584 unsigned r600_tex_compare(unsigned compare) in r600_tex_compare()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | builtin_functions.cpp | 6597 ir_variable *compare = in_var(glsl_type::float_type, "compare"); in _textureCubeArrayShadow() local 7234 ir_variable *compare = in_var(glsl_type::uint_type, "compare"); in _atomic_counter_intrinsic2() local 7301 ir_function *const func = in _atomic_counter_op1() local 7323 ir_variable *compare = in_var(glsl_type::uint_type, "compare"); in _atomic_counter_op2() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | nir_to_vir.c | 1218 nir_alu_instr *compare = ntq_get_alu_parent(src); in ntq_emit_bool_to_cond() local 3743 ntq_emit_function(struct v3d_compile *c, nir_function_impl *func) in ntq_emit_function()
|