Home
last modified time | relevance | path

Searched defs:FloatToInt (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/library/core/src/convert/
Dnum.rs15 pub trait FloatToInt<Int>: private::Sealed + Sized { interface
27 impl FloatToInt<$Int> for $Float { impl
/third_party/rust/rust/tests/ui/numbers-arithmetic/
Dsaturating-float-casts-impl.rs84 trait FloatToInt<Int>: Copy { interface
/third_party/rust/rust/src/tools/miri/tests/pass/
Dfloat.rs25 trait FloatToInt<Int>: Copy { trait
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dconvert_utils_base.h100 inline int FloatToInt(float u) { in FloatToInt() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcrop_and_resize.cc40 inline int FloatToInt(CpuKernelContext &ctx, float u) { in FloatToInt() function
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dsyntax.rs1239 FloatToInt, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dmir.rs785 FloatToInt, enumerator