Home
last modified time | relevance | path

Searched refs:UnwrappedCast (Results 1 – 17 of 17) sorted by relevance

/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/
H A Dmisc.rs21 pub trait UnwrappedCast<Dst> { interface
24 impl<Dst, Src: CheckedCast<Dst>> UnwrappedCast<Dst> for Src {
34 Self: UnwrappedCast<Dst>; in unwrapped_as()
41 Self: UnwrappedCast<Dst>, in unwrapped_as()
H A Drand.rs52 misc::{UnwrappedAs, UnwrappedCast},
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dserde.rs20 misc::UnwrappedCast,
100 misc::UnwrappedCast,
H A Dtraits.rs25 misc::{UnwrappedAs, UnwrappedCast},
H A Dsmall.rs20 misc::{NegAbs, UnwrappedCast},
H A Dbig.rs28 misc::{self, UnwrappedAs, UnwrappedCast},
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/complex/
H A Dserde.rs21 misc::UnwrappedCast,
114 misc::UnwrappedCast,
H A Dbig.rs36 misc::{self, UnwrappedCast},
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/rational/
H A Dserde.rs72 use crate::{misc::UnwrappedCast, Assign, Rational};
H A Dcmp.rs19 misc::{NegAbs, UnwrappedAs, UnwrappedCast},
H A Dbig.rs20 misc::{UnwrappedAs, UnwrappedCast},
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/integer/
H A Dserde.rs71 use crate::{misc::UnwrappedCast, Assign, Integer};
H A Dbig.rs22 misc::{self, UnwrappedAs, UnwrappedCast},
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/ext/
H A Dxmpc.rs25 misc::UnwrappedCast,
H A Dxmpq.rs19 misc::{NegAbs, UnwrappedAs, UnwrappedCast},
H A Dxmpfr.rs25 misc::{NegAbs, UnwrappedCast},
H A Dxmpz.rs20 misc::{NegAbs, UnwrappedAs, UnwrappedCast},