Searched refs:partial_cmp (Results 1 – 14 of 14) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/ |
| H A D | table.rs | 42 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method 43 self.rep.partial_cmp(&other.rep) in partial_cmp()
|
| /wasmtime-44.0.1/crates/core/src/alloc/ |
| H A D | try_cow.rs | 168 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() function 169 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-named/src/ |
| H A D | main.rs | 47 results.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in sort_results()
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example/src/ |
| H A D | main.rs | 72 results.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in sort_results()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | v128.rs | 66 fn partial_cmp(&self, other: &V128) -> Option<Ordering> { in partial_cmp() method
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-pytorch/src/ |
| H A D | main.rs | 96 results.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in sort_results()
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-example-winml/src/ |
| H A D | main.rs | 73 results.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in sort_results()
|
| /wasmtime-44.0.1/crates/test-programs/src/ |
| H A D | nn.rs | 152 results.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in sort_results()
|
| /wasmtime-44.0.1/crates/wasi-nn/examples/classification-component-onnx/src/ |
| H A D | main.rs | 108 sorted.sort_by(|a, b| b.1.partial_cmp(&a.1).unwrap()); in main()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | immediates.rs | 713 fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { 714 $(self.$as_float().partial_cmp(&rhs.$as_float()))? 730 return lhs_positive.partial_cmp(&rhs_positive); 734 self.bits().partial_cmp(&rhs.bits()) 737 rhs.bits().partial_cmp(&self.bits())
|
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | data_value.rs | 44 (F16(l), F16(r)) => l.partial_cmp(&r) == Some(Ordering::Equal), in eq() 50 (F128(l), F128(r)) => l.partial_cmp(&r) == Some(Ordering::Equal), in eq()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | key.rs | 270 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | elaborate.rs | 78 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | buffer.rs | 2089 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method
|