Home
last modified time | relevance | path

Searched refs:Bigint (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dgdtoaimp.h474 typedef struct Bigint Bigint; argument
565 extern int cmp (Bigint*, Bigint*);
569 extern Bigint *diff (Bigint*, Bigint*);
575 extern Bigint *increment (Bigint*);
577 extern Bigint *lshift (Bigint*, int);
579 extern Bigint *mult (Bigint*, Bigint*);
582 extern Bigint *pow5mult (Bigint*, int);
583 extern int quorem (Bigint*, Bigint*);
584 extern double ratio (Bigint*, Bigint*);
588 extern Bigint *set_ones (Bigint*, int);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dgdtoaimp.h474 typedef struct Bigint Bigint; argument
565 extern int cmp (Bigint*, Bigint*);
569 extern Bigint *diff (Bigint*, Bigint*);
575 extern Bigint *increment (Bigint*);
577 extern Bigint *lshift (Bigint*, int);
579 extern Bigint *mult (Bigint*, Bigint*);
582 extern Bigint *pow5mult (Bigint*, int);
583 extern int quorem (Bigint*, Bigint*);
584 extern double ratio (Bigint*, Bigint*);
588 extern Bigint *set_ones (Bigint*, int);
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h476 Bigint { struct
482 typedef struct Bigint Bigint; typedef
557 extern int cmp (Bigint*, Bigint*);
561 extern Bigint *diff (Bigint*, Bigint*);
570 extern Bigint *increment (Bigint*);
572 extern Bigint *lshift (Bigint*, int);
574 extern Bigint *mult (Bigint*, Bigint*);
577 extern Bigint *pow5mult (Bigint*, int);
578 extern int quorem (Bigint*, Bigint*);
583 extern Bigint *set_ones (Bigint*, int);
[all …]
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Dgdtoaimp.h521 Bigint { struct
527 typedef struct Bigint Bigint; argument
604 extern int cmp ANSI((Bigint*, Bigint*));
608 extern Bigint *diff ANSI((Bigint*, Bigint*));
617 extern Bigint *increment ANSI((Bigint*));
619 extern Bigint *lshift ANSI((Bigint*, int));
621 extern Bigint *mult ANSI((Bigint*, Bigint*));
624 extern Bigint *pow5mult ANSI((Bigint*, int));
625 extern int quorem ANSI((Bigint*, Bigint*));
626 extern double ratio ANSI((Bigint*, Bigint*));
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Dgdtoaimp.h521 Bigint { struct
527 typedef struct Bigint Bigint; argument
604 extern int cmp ANSI((Bigint*, Bigint*));
608 extern Bigint *diff ANSI((Bigint*, Bigint*));
617 extern Bigint *increment ANSI((Bigint*));
619 extern Bigint *lshift ANSI((Bigint*, int));
621 extern Bigint *mult ANSI((Bigint*, Bigint*));
624 extern Bigint *pow5mult ANSI((Bigint*, int));
625 extern int quorem ANSI((Bigint*, Bigint*));
626 extern double ratio ANSI((Bigint*, Bigint*));
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/serde_json/tests/lexical/
H A Dmath.rs7 struct Bigint { struct
11 impl Math for Bigint { implementation
43 let x = Bigint { in compare_test()
46 let y = Bigint { in compare_test()
54 let x = Bigint { in compare_test()
57 let y = Bigint { in compare_test()
65 let x = Bigint { in compare_test()
68 let y = Bigint { in compare_test()
76 let x = Bigint { in compare_test()
79 let y = Bigint { in compare_test()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Dgdtoaimp.h515 Bigint { struct
521 typedef struct Bigint Bigint; argument
596 extern int cmp ANSI((Bigint*, Bigint*));
600 extern Bigint *diff ANSI((Bigint*, Bigint*));
609 extern Bigint *increment ANSI((Bigint*));
611 extern Bigint *lshift ANSI((Bigint*, int));
613 extern Bigint *mult ANSI((Bigint*, Bigint*));
616 extern Bigint *pow5mult ANSI((Bigint*, int));
617 extern int quorem ANSI((Bigint*, Bigint*));
618 extern double ratio ANSI((Bigint*, Bigint*));
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/lexical-core-0.4.2/src/atof/algorithm/
H A Dbigcomp.rs52 pub struct Bigint { struct
63 impl SharedOps for Bigint { argument
77 impl SmallOps for Bigint { implementation
85 impl LargeOps for Bigint { implementation
92 fn to_bigint(&self) -> Bigint; in to_bigint() argument
97 fn to_bigint(&self) -> Bigint { in to_bigint() argument
106 fn to_bigint(&self) -> Bigint { in to_bigint() argument
206 -> Bigint in scaling_factor()
219 -> (Bigint, Bigint) in make_ratio()
224 let mut num: Bigint; in make_ratio()
[all …]
H A Dmath.rs2908 struct Bigint { struct
2912 impl Bigint { impl
2914 pub fn new() -> Bigint { in new()
2915 Bigint { data: stackvec![] } in new()
2919 impl SharedOps for Bigint { implementation
2933 impl SmallOps for Bigint { implementation
2936 impl LargeOps for Bigint { implementation
2944 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2945 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2952 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/maennchen/zipstream-php/test/
H A DBigintTest.php8 use ZipStream\Bigint; alias
14 $bigint = new Bigint(0x12345678);
22 $bigint = new Bigint(0x87654321);
30 $bigint = new Bigint(1);
31 $bigint = $bigint->add(Bigint::init(2));
41 $bigint = new Bigint(0xFF);
42 $bigint = $bigint->add(Bigint::init(0x01));
48 $bigint = new Bigint(0xFFFFFFFE);
50 $bigint = $bigint->add(Bigint::init(0x01));
52 $bigint = $bigint->add(Bigint::init(0x01));
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/maennchen/zipstream-php/test/
H A DBigintTest.php8 use ZipStream\Bigint; alias
14 $bigint = new Bigint(0x12345678);
22 $bigint = new Bigint(0x87654321);
30 $bigint = new Bigint(1);
31 $bigint = $bigint->add(Bigint::init(2));
41 $bigint = new Bigint(0xFF);
42 $bigint = $bigint->add(Bigint::init(0x01));
48 $bigint = new Bigint(0xFFFFFFFE);
50 $bigint = $bigint->add(Bigint::init(0x01));
52 $bigint = $bigint->add(Bigint::init(0x01));
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/sysutils/zoxide/zoxide-0.6.0/cargo-crates/lexical-core-0.7.5/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { impl
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { impl
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/x11/sirula/sirula-1.0.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/lexical-core/src/atof/algorithm/
H A Dmath.rs2919 struct Bigint { struct
2923 impl Bigint { impl
2925 pub fn new() -> Bigint { in new()
2926 Bigint { data: arrvec![] } in new()
2930 impl SharedOps for Bigint { implementation
2944 impl SmallOps for Bigint { implementation
2947 impl LargeOps for Bigint { implementation
2955 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2956 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2963 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint {
2915 impl Bigint {
2917 pub fn new() -> Bigint {
2918 Bigint { data: arrvec![] }
2922 impl SharedOps for Bigint {
2936 impl SmallOps for Bigint {
2939 impl LargeOps for Bigint {
2947 let x = Bigint { data: from_u32(&[1]) };
2948 let y = Bigint { data: from_u32(&[2]) };
2955 let y = Bigint { data: from_u32(&[2]) };
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { implementation
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/lexical-core-0.7.6/src/atof/algorithm/
H A Dmath.rs2911 struct Bigint { struct
2915 impl Bigint { impl
2917 pub fn new() -> Bigint { in new()
2918 Bigint { data: arrvec![] } in new()
2922 impl SharedOps for Bigint { implementation
2936 impl SmallOps for Bigint { implementation
2939 impl LargeOps for Bigint { implementation
2947 let x = Bigint { data: from_u32(&[1]) }; in greater_test()
2948 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
2955 let y = Bigint { data: from_u32(&[2]) }; in greater_test()
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DBigint.c126 PHP_METHOD(Bigint, type) in PHP_METHOD() argument
134 PHP_METHOD(Bigint, value) in PHP_METHOD() argument
143 PHP_METHOD(Bigint, add) in PHP_METHOD() argument
170 PHP_METHOD(Bigint, sub) in PHP_METHOD() argument
195 PHP_METHOD(Bigint, mul) in PHP_METHOD() argument
220 PHP_METHOD(Bigint, div) in PHP_METHOD() argument
250 PHP_METHOD(Bigint, mod) in PHP_METHOD() argument
280 PHP_METHOD(Bigint, abs) in PHP_METHOD() argument
297 PHP_METHOD(Bigint, neg) in PHP_METHOD() argument
344 PHP_METHOD(Bigint, min) in PHP_METHOD() argument
[all …]

12345678910>>...39