Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 13 of 13) sorted by relevance

/wasmtime-44.0.1/cranelift/jit/src/
H A Dcompiled_blob.rs165 let diff = ((what as isize) - (at as isize)) >> 2; in perform_relocations() localVariable
170 if (diff >> 25 == -1) || (diff >> 25 == 0) { in perform_relocations()
174 let imm26 = (diff as u32) << chop >> chop; in perform_relocations()
200 let diff = ((veneer as isize) - (at as isize)) >> 2; in perform_relocations() localVariable
201 assert!((diff >> 25 == -1) || (diff >> 25 == 0)); in perform_relocations()
203 let imm26 = (diff as u32) << chop >> chop; in perform_relocations()
/wasmtime-44.0.1/examples/
H A Dmpk.rs167 let diff = if self.growing { in record() localVariable
174 self.next = self.next + diff; in record()
176 self.next = self.next - diff; in record()
/wasmtime-44.0.1/docs/js/
H A Dindex.js17 const monthsSince20 = Math.floor(today.diff(WASMTIME_20, 'months'));
88 dur = eol.diff(date, 'days')
H A Dmoment.min.2.30.1.js12 …ata().calendar(u,this,Rt(s)))},bn.clone=function(){return new p(this)},bn.diff=function(e,t,n){var…
14 …is[e]=t,"s"===e&&(is.ss=t-1),!0))},n.calendarFormat=function(e,t){var n=e.diff(t,"days",!0);return…
H A Dmermaid.min.11.6.0.js1diff=function(R,O,M){var B,F=this,P=_.p(O),z=S(R),$=(z.utcOffset()-this.utcOffset())*e,H=this-z,Q=…
885 …<M)&&(M=Q),(B===void 0||j>B)&&(B=j);if(!M||!B)return;if((0,p6.default)(B).diff((0,p6.default)(M),"…
1949 ….hasElementWithId(p);m||n.push(d)}},"add");return s(i,a),s(a,i),n},"xor"),diff:o(function(e){var r…
2523 …aC[t.id];Y.trace("Transforming node",t.diff,t,"translate("+(t.x-t.width/2-5)+", "+t.width/2+")");l…
/wasmtime-44.0.1/crates/test-programs/src/
H A Dpreview1.rs124 let diff = if $l > $r { $l - $r } else { $r - $l }; localVariable
125 assert!(diff < $crate::preview1::config().fs_time_precision(), $n);
/wasmtime-44.0.1/ci/
H A Densure_deterministic_build.sh44 diff -qr /tmp/reference /tmp/try
/wasmtime-44.0.1/cranelift/filetests/filetests/runtests/
H A Dreturn-call.clif117 ;;;; Test diff blocks with diff return calls with diff # of stack args ;;;;;;;;;
/wasmtime-44.0.1/crates/component-macro/tests/
H A Dexpanded.rs59 diff = similar::TextDiff::from_lines(&expected, &formatted_src) in process_expanded()
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/aarch64/
H A Dreturn-call.clif361 ;;;; Test diff blocks with diff return calls with diff # of stack args ;;;;;;;;;
/wasmtime-44.0.1/cranelift/filetests/filetests/isa/riscv64/
H A Dreturn-call.clif432 ;;;; Test diff blocks with diff return calls with diff # of stack args ;;;;;;;;;
/wasmtime-44.0.1/.github/workflows/
H A Dmain.yml82 - run: git diff --exit-code
196 gh pr diff $pr --name-only | tee names.log || echo "failed to get files"
531 - run: git diff --exit-code
536 - run: git diff --exit-code
1152 - run: git diff --exit-code
/wasmtime-44.0.1/supply-chain/
H A Daudits.toml2636 notes = "Trusted crate from rust-lang/rust, diff skimmed and generally looks ok as well."
2786 This diff does what it says on the tin for this version range, notably fixing a
2843 notes = "This updates `syn` to 2.x.x, nothing else in this diff."
2866 This diff brings in a number of minor updates of which none are related to
3008 notes = "No new `unsafe` and no large changes in function. This diff is mostly refactoring with a l…
3266 notes = "The diff looks plausible. Much of it is low-level memory-layout code and I can't be 100% c…
3272 notes = "I read through the diff between v0.13.1 and v0.13.2, and verified that the changes made ma…
3713 This diff primarily fixes a few issues with the `fma`-related functions,
3977 No unsafe blocks or I/O in the diff. The only changes clearly implement what
4136 notes = "This diff simply re-generates slightly newer C headers with a slightly newer version of bi…
[all …]