Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/third_party/mesa3d/.gitlab-ci/windows/
Dspirv2dxil_run.ps18 $diff = Compare-Object -ReferenceObject $reference -DifferenceObject $result variable
9 if (-Not $diff) { variable
14 Write-Output $diff | Format-Table -Property SideIndicator, InputObject -Wrap variable
/third_party/libabigail/src/
Dabg-comp-filter.cc131 diff_involves_decl_only_class(const class_diff* diff) in diff_involves_decl_only_class()
180 has_type_size_change(const diff* diff) in has_type_size_change()
247 crc_changed(const diff* diff) in crc_changed()
283 namespace_changed(const diff* diff) in namespace_changed()
340 function_name_changed_but_not_symbol(const diff* diff) in function_name_changed_but_not_symbol()
583 non_static_data_member_added_or_removed(const class_diff* diff) in non_static_data_member_added_or_removed()
611 non_static_data_member_added_or_removed(const diff* diff) in non_static_data_member_added_or_removed()
627 has_data_member_replaced_by_anon_dm(const diff* diff) in has_data_member_replaced_by_anon_dm()
703 is_var_1_dim_unknown_size_array_change(const diff* diff) in is_var_1_dim_unknown_size_array_change()
722 static_data_member_added_or_removed(const class_diff* diff) in static_data_member_added_or_removed()
[all …]
/third_party/spirv-tools/test/diff/
Ddiff_test.cpp32 namespace diff { namespace
76 const std::string diff = R"( ; SPIR-V in TEST() local
125 const std::string diff = R"( OpCapability Shader in TEST() local
169 const std::string diff = R"( ; SPIR-V in TEST() local
/third_party/skia/m133/tools/skdiff/
Dskdiff_html.cpp60 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count()
74 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell()
80 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell()
194 static void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativeP… in print_diff_row()
267 const DiffRecord& diff = differences[i]; in print_diff_page() local
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count()
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell()
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell()
213 static void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativeP… in print_diff_row()
288 const DiffRecord& diff = differences[i]; in print_diff_page() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcdist_grad_cpu_kernel.cc34 float CdistOneNormalcompute(float diff, float grad, float dist, float p) { return grad * DistSign(d… in CdistOneNormalcompute()
36 float CdistLessTwoNormalcompute(float diff, float grad, float dist, float p) { in CdistLessTwoNormalcompute()
43 float CdistTwoNormalcompute(float diff, float grad, float dist, float p) { in CdistTwoNormalcompute()
47 float CdistInfNormalcompute(float diff, float grad, float dist, float p) { in CdistInfNormalcompute()
51 float CdistPNormalcompute(float diff, float grad, float dist, float p) { in CdistPNormalcompute()
162 auto diff = t1_tmp - *t2_curr; in Launch() local
Dpdist_grad_cpu_kernel.cc48 static inline T PdistOneNormalcompute(T diff, T grad, T dist, float p) { in PdistOneNormalcompute()
53 static inline T PdistInfNormalcompute(T diff, T grad, T dist, float p) { in PdistInfNormalcompute()
70 static inline T PdistNormalcompute(T diff, T grad, T dist, float p) { in PdistNormalcompute()
154 T diff = x[i] - x[j]; in LaunchKernel() local
Dsmooth_l1_loss_grad_cpu_kernel.cc91 T diff = predict_addr[i] - target_addr[i]; in CalNoReduce() local
112 T diff = predict_addr[i] - target_addr[i]; in CalMean() local
132 T diff = predict_addr[i] - target_addr[i]; in CalSum() local
/third_party/skia/m133/third_party/externals/icu/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/icu/icu4c/source/common/
Ducnvbocu.cpp217 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
223 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
287 packDiff(int32_t diff) { in packDiff()
400 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
660 int32_t prev, c, diff; in _Bocu1FromUnicode() local
884 int32_t diff, count; in decodeBocu1LeadByte() local
964 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1186 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/third_party/skia/m133/third_party/externals/libyuv/source/
Dcompare_gcc.cc28 uint64_t diff = 0u; in HammingDistance_SSE42() local
120 uint32_t diff = 0u; in HammingDistance_SSSE3() local
179 uint32_t diff = 0u; in HammingDistance_AVX2() local
Dcompare_common.cc24 uint32_t diff = 0u; in HammingDistance_C() local
54 int diff = src_a[i] - src_b[i]; in SumSquareError_C() local
Dcompare_mmi.cc27 uint32_t diff = 0u; in HammingDistance_MMI() local
80 uint64_t diff, diff_hi, diff_lo; in SumSquareError_MMI() local
/third_party/curl/lib/
Dtimeval.c203 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff() local
217 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_ceil() local
231 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_us() local
/third_party/rust/rust/src/tools/miri/tests/pass/shims/
Dtime.rs32 let diff = now2.duration_since(now1).unwrap(); in main() localVariable
46 let diff = now2.duration_since(now1); in main() localVariable
/third_party/ffmpeg/libavcodec/
Dtruemotion2rt.c133 int diff = 0; in truemotion2rt_decode_frame() local
159 int diff = 0; in truemotion2rt_decode_frame() local
185 int diff = 0; in truemotion2rt_decode_frame() local
/third_party/skia/third_party/externals/brotli/research/
Ddraw_diff.cc39 void CalculateDiff(int** diff, Image image1, Image image2, in CalculateDiff()
48 void DrawDiff(int** diff, Image image1, Image image2, in DrawDiff()
108 int** diff = new int*[h1]; in main() local
/third_party/skia/m133/src/core/
DSkRectPriv.h79 SkRect diff; in Subtract() local
84 SkIRect diff; in Subtract() local
/third_party/skia/src/core/
DSkRectPriv.h80 SkRect diff; in Subtract() local
85 SkIRect diff; in Subtract() local
/third_party/toybox/toys/net/
Dsntp.c46 static unsigned long long lunchtime(struct timespec *television, long long diff) in lunchtime()
74 long long diff = 0; in sntp_main() local
/third_party/openhitls/crypto/bn/src/
Dbn_ucal.c42 uint32_t diff = maxSize - minSize; in USub() local
91 uint32_t diff = maxSize - minSize; in UAdd() local
/third_party/toybox/toys/pending/
Ddiff.c63 struct diff { struct
64 long a, b, c, d, prev, suff;
374 static int *diff(char **files) in diff() function
/third_party/rust/rust/src/tools/rustfmt/src/
Drustfmt_diff.rs293 let diff = make_diff(src, dest, 1); in diff_simple() localVariable
313 let diff = make_diff(src, dest, 1); in diff_simple2() localVariable
344 let diff = make_diff(src, dest, 0); in diff_zerocontext() localVariable
359 let diff = make_diff(src, dest, 1); in diff_trailing_newline() localVariable
/third_party/skia/third_party/externals/tint/tools/src/substr/
Dsubstr.go18 diff "github.com/sergi/go-diff/diffmatchpatch" packageName

12345678910>>...34