Home
last modified time | relevance | path

Searched refs:stackvec (Results 1 – 25 of 34) sorted by relevance

12

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-core-0.4.2/src/atof/algorithm/
H A Dbigcomp.rs208 let mut factor = Bigint { data: stackvec![1], exp: 0 }; in scaling_factor()
233 den = Bigint { data: stackvec![1], exp: -theor.exp }; in make_ratio()
384 …assert_eq!(den1, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,… in make_ratio_test()
387 …assert_eq!(den2, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,… in make_ratio_test()
389 …assert_eq!(num3, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,… in make_ratio_test()
394 …assert_eq!(num1, Bigint { data: stackvec![7410409304047484928, 4369968404176723173, 12051257060168… in make_ratio_test()
395 …assert_eq!(den1, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 134217728], exp: 280… in make_ratio_test()
397 …assert_eq!(num2, Bigint { data: stackvec![3784483838432903168, 13109905212530169520, 1770702710679… in make_ratio_test()
398 …assert_eq!(den2, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 134217728], exp: 280… in make_ratio_test()
400 …assert_eq!(num3, Bigint { data: stackvec![0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4398046511104, 2147483648]… in make_ratio_test()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/3party/
H A Dfast_float.h1632 struct stackvec { struct
1637 stackvec() = default; argument
1638 stackvec(const stackvec &) = delete;
1639 stackvec &operator=(const stackvec &) = delete; argument
1640 stackvec(stackvec &&) = delete;
1641 stackvec &operator=(stackvec &&other) = delete; argument
1644 stackvec(limb_span s) { in stackvec() argument
1918 bool long_mul(stackvec<size>& x, limb_span y) noexcept { in long_mul()
1920 stackvec<size> z(xs); in long_mul()
1928 stackvec<size> zi; in long_mul()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/src/
H A Dlib.rs59 pub mod stackvec; module
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/src/
H A Dlib.rs59 pub mod stackvec; module
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dlib.rs59 pub mod stackvec; module
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/src/
H A Dlib.rs59 pub mod stackvec; module
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dlib.rs59 pub mod stackvec; module
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/tests/
H A Dstackvec.rs5 pub use minimal_lexical::stackvec::StackVec as VecType;
H A Dslow_tests.rs1 mod stackvec; module
8 use stackvec::vec_from_u32;
H A Dvec_tests.rs1 mod stackvec; module
5 use stackvec::{vec_from_u32, VecType};
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/tests/
H A Dstackvec.rs5 pub use minimal_lexical::stackvec::StackVec as VecType;
H A Dslow_tests.rs1 mod stackvec; module
8 use stackvec::vec_from_u32;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/tests/
H A Dstackvec.rs5 pub use minimal_lexical::stackvec::StackVec as VecType;
H A Dslow_tests.rs1 mod stackvec; module
8 use stackvec::vec_from_u32;
H A Dvec_tests.rs1 mod stackvec; module
5 use stackvec::{vec_from_u32, VecType};
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/tests/
H A Dstackvec.rs5 pub use minimal_lexical::stackvec::StackVec as VecType;
H A Dslow_tests.rs1 mod stackvec; module
8 use stackvec::vec_from_u32;
H A Dvec_tests.rs1 mod stackvec; module
5 use stackvec::{vec_from_u32, VecType};
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/tests/
H A Dstackvec.rs5 pub use minimal_lexical::stackvec::StackVec as VecType;
H A Dslow_tests.rs1 mod stackvec; module
8 use stackvec::vec_from_u32;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/
H A DCHANGELOG14 - Removed stackvec dependent, even on `no_alloc`.
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/
H A DCHANGELOG19 - Removed stackvec dependent, even on `no_alloc`.
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/
H A DCHANGELOG19 - Removed stackvec dependent, even on `no_alloc`.
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/
H A DCHANGELOG22 - Removed stackvec dependent, even on `no_alloc`.
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/
H A DCHANGELOG22 - Removed stackvec dependent, even on `no_alloc`.

12