Home
last modified time | relevance | path

Searched defs:Int (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dint.go33 type Int struct { struct
34 neg bool // sign
35 abs nat // absolute value of the integer
44 func (x *Int) Sign() int {
58 func (z *Int) SetInt64(x int64) *Int {
70 func (z *Int) SetUint64(x uint64) *Int {
95 func (z *Int) Set(x *Int) *Int {
108 func (x *Int) Bits() []Word {
120 func (z *Int) SetBits(abs []Word) *Int {
127 func (z *Int) Abs(x *Int) *Int {
[all …]
Dalias_test.go16 func equal(z, x *big.Int) bool {
21 *big.Int anonMember
40 *big.Int anonMember
55 *big.Int anonMember
64 *big.Int anonMember
100 func checkAliasingOneArg(t *testing.T, f func(v, x *big.Int) *big.Int, v, x *big.Int) bool {
129 func checkAliasingTwoArgs(t *testing.T, f func(v, x, y *big.Int) *big.Int, v, x, y *big.Int) bool {
/aosp_15_r20/external/starlark-go/starlark/
H A Dint.go20 type Int struct{ impl intImpl } argument
48 func MakeBigInt(x *big.Int) Int {
64 func (i Int) Unary(op syntax.Token) (Value, error) {
78 func (i Int) Int64() (_ int64, ok bool) {
91 func (i Int) BigInt() *big.Int {
102 func (i Int) bigInt() *big.Int {
112 func (i Int) Uint64() (_ uint64, ok bool) {
128 func bigintToInt64(i *big.Int) (int64, big.Accuracy) {
143 func bigintToUint64(i *big.Int) (uint64, big.Accuracy) {
160 func (i Int) Format(s fmt.State, ch rune) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/misc/cgo/gmp/
Dgmp.go128 type Int struct { struct
129 i C.mpz_t
130 init bool
142 func (z *Int) doinit() {
151 func (z *Int) Bytes() []byte {
159 func (z *Int) Len() int {
165 func (z *Int) Set(x *Int) *Int {
173 func (z *Int) SetBytes(b []byte) *Int {
184 func (z *Int) SetInt64(x int64) *Int {
194 func (z *Int) SetString(s string, base int) error {
[all …]
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-1y.cpp17 using Int = int; typedef
25 using Int = decltype(x3a); typedef
26 using Int = decltype(x3d); typedef
30 using Int = decltype(x4a); typedef
35 using Int = decltype(x5a); typedef
71 using Int = decltype(f1a()); typedef
72 using Int = decltype(f1d()); typedef
76 using Int = decltype(f2a(0)); typedef
77 using Int = decltype(f2d(0)); typedef
81 using Int = decltype(f3a(0)); typedef
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_tables.go349 func montgomeryR(p *big.Int, wordSize int) *big.Int {
358 func montgomeryRR(p *big.Int, wordSize int) *big.Int {
365 func montgomeryN0(p *big.Int) uint64 {
377 func toMontgomery(n, p *big.Int, wordSize int) *big.Int {
384 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 {
395 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint32 {
471 func writeDecl(w *columnWriter, curve elliptic.Curve, bits int, decl string, n *big.Int) error {
504 func writeBNMont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
513 func writeU64Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
518 func writeU32Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
[all …]
H A Dmake_p256-nistz-tests.go59 func modMul(z, x, y *big.Int) *big.Int {
64 func toMontgomery(z, x *big.Int) *big.Int {
68 func fromMontgomery(z, x *big.Int) *big.Int {
72 func isAffineInfinity(x, y *big.Int) bool {
78 func randNonZeroInt(max *big.Int) *big.Int {
95 func toJacobian(xIn, yIn *big.Int) (x, y, z *big.Int) {
132 func printMontgomery(name string, a *big.Int) {
137 func printTestCase(ax, ay *big.Int, aCoord coordinates, bx, by *big.Int, bCoord coordinates) {
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_tables.go349 func montgomeryR(p *big.Int, wordSize int) *big.Int {
358 func montgomeryRR(p *big.Int, wordSize int) *big.Int {
365 func montgomeryN0(p *big.Int) uint64 {
377 func toMontgomery(n, p *big.Int, wordSize int) *big.Int {
384 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 {
395 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint32 {
471 func writeDecl(w *columnWriter, curve elliptic.Curve, bits int, decl string, n *big.Int) error {
504 func writeBNMont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
513 func writeU64Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
518 func writeU32Mont(w *columnWriter, curve elliptic.Curve, n *big.Int) error {
[all …]
H A Dmake_p256-nistz-tests.go59 func modMul(z, x, y *big.Int) *big.Int {
64 func toMontgomery(z, x *big.Int) *big.Int {
68 func fromMontgomery(z, x *big.Int) *big.Int {
72 func isAffineInfinity(x, y *big.Int) bool {
78 func randNonZeroInt(max *big.Int) *big.Int {
95 func toJacobian(xIn, yIn *big.Int) (x, y, z *big.Int) {
132 func printMontgomery(name string, a *big.Int) {
137 func printTestCase(ax, ay *big.Int, aCoord coordinates, bx, by *big.Int, bCoord coordinates) {
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/integer/
Dint.rs183 pub struct Int { struct
185 inner: BytesOwned,
188 impl Int { impl
216 impl<'a> DecodeValue<'a> for Int { implementation
232 impl EncodeValue for Int { implementation
243 impl<'a> From<&IntRef<'a>> for Int { implementation
244 fn from(value: &IntRef<'a>) -> Int { in from()
250 impl From<Uint> for Int { implementation
266 impl FixedTag for Int { implementation
270 impl OrdIsValueOrd for Int {} implementation
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dflat_hash_map_test.cc73 struct Int { in TEST() struct
74 explicit Int(size_t value) : value(value) {} in TEST() argument
75 Int() : value(0) { ADD_FAILURE(); } in TEST() argument
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() function
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc73 struct Int { in TEST() struct
74 explicit Int(size_t value) : value(value) {} in TEST() function
75 Int() : value(0) { ADD_FAILURE(); } in TEST() argument
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() argument
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/elliptic/
Delliptic.go40 IsOnCurve(x, y *big.Int) bool
45 Add(x1, y1, x2, y2 *big.Int) (x, y *big.Int)
50 Double(x1, y1 *big.Int) (x, y *big.Int)
57 ScalarMult(x1, y1 *big.Int, k []byte) (x, y *big.Int)
109 func Marshal(curve Curve, x, y *big.Int) []byte {
126 func MarshalCompressed(curve Curve, x, y *big.Int) []byte {
212 func panicIfNotOnCurve(curve Curve, x, y *big.Int) {
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_map_test.cc73 struct Int { in TEST() struct
74 explicit Int(size_t value) : value(value) {} in TEST() argument
75 Int() : value(0) { ADD_FAILURE(); } in TEST() argument
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() function
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dflat_hash_map_test.cc73 struct Int { in TEST() struct
74 explicit Int(size_t value) : value(value) {} in TEST() argument
75 Int() : value(0) { ADD_FAILURE(); } in TEST() function
76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() argument
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/aosp_15_r20/external/clang/test/CXX/expr/expr.const/
H A Dp3-0x.cpp68 using Int = A<E6>; typedef
69 using Int = A<EE::EE32>; // expected-error {{not implicitly convertible}} typedef
70 using Int = A<(int)EE::EE32>; typedef
71 using Int = A<200>; typedef
72 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narro… typedef
73 using Int = A<-3>; // expected-error {{template argument evaluates to -3, which cannot be narrowed … typedef
84 using Int = A<1.0>; // expected-error {{conversion from 'double' to 'unsigned char' is not allowed … typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc80 struct Int { in TEST() struct
81 explicit Int(size_t value) : value(value) {} in TEST() argument
82 Int() : value(0) { ADD_FAILURE(); } in TEST() function
83 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() argument
85 bool operator==(const Int& other) const { return value == other.value; } in TEST()
86 size_t value; in TEST()
/aosp_15_r20/external/emboss/doc/
H A Dcpp-reference.md1298 ### Type `ValueType`
1316 ### `Read` method
1330 ### `UncheckedRead` method
1344 ### `Write` method
1356 ### `TryToWrite` method
1368 ### `CouldWriteValue` method
1383 ### `UncheckedWrite` method
1396 ### `Ok` method
1406 ### `IsComplete` method
1416 ### `UpdateFromTextStream` method
[all …]
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp451 const llvm::APSInt &Int, in assumeSymNE()
471 const llvm::APSInt &Int, in assumeSymEQ()
486 const llvm::APSInt &Int, in getSymLTRange()
514 const llvm::APSInt &Int, in assumeSymLT()
522 const llvm::APSInt &Int, in getSymGTRange()
550 const llvm::APSInt &Int, in assumeSymGT()
558 const llvm::APSInt &Int, in getSymGERange()
586 const llvm::APSInt &Int, in assumeSymGE()
594 const llvm::APSInt &Int, in getSymLERange()
622 const llvm::APSInt &Int, in getSymLERange()
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dcmp.rs164 struct Int(isize); in cmp_default() struct
166 impl PartialEq for Int { in cmp_default() implementation
168 let Int(this) = *self; in cmp_default() localVariable
169 let Int(other) = *other; in cmp_default() localVariable
174 impl PartialOrd for Int { in cmp_default() implementation
176 let Int(this) = *self; in cmp_default() localVariable
177 let Int(other) = *other; in cmp_default() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dcmp.rs164 struct Int(isize); in cmp_default() struct
166 impl PartialEq for Int { in cmp_default() implementation
168 let Int(this) = *self; in cmp_default() localVariable
169 let Int(other) = *other; in cmp_default() localVariable
174 impl PartialOrd for Int { in cmp_default() implementation
176 let Int(this) = *self; in cmp_default() localVariable
177 let Int(other) = *other; in cmp_default() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dcmp.rs164 struct Int(isize); in cmp_default() struct
166 impl PartialEq for Int { in cmp_default() implementation
168 let Int(this) = *self; in cmp_default() localVariable
169 let Int(other) = *other; in cmp_default() localVariable
174 impl PartialOrd for Int { in cmp_default() implementation
176 let Int(this) = *self; in cmp_default() localVariable
177 let Int(other) = *other; in cmp_default() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dcmp.rs164 struct Int(isize); in cmp_default() struct
166 impl PartialEq for Int { in cmp_default() implementation
168 let Int(this) = *self; in cmp_default() localVariable
169 let Int(other) = *other; in cmp_default() localVariable
174 impl PartialOrd for Int { in cmp_default() implementation
176 let Int(this) = *self; in cmp_default() localVariable
177 let Int(other) = *other; in cmp_default() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dcmp.rs164 struct Int(isize); in cmp_default() struct
166 impl PartialEq for Int { in cmp_default() implementation
168 let Int(this) = *self; in cmp_default() localVariable
169 let Int(other) = *other; in cmp_default() localVariable
174 impl PartialOrd for Int { in cmp_default() implementation
176 let Int(this) = *self; in cmp_default() localVariable
177 let Int(other) = *other; in cmp_default() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dtypes.rs336 pub struct Int<'btf> { struct
339 pub encoding: IntEncoding, argument
347 /// The kinds of ways a btf [Int] can be encoded. argument
360 impl<'btf> TryFrom<BtfType<'btf>> for Int<'btf> { implementation
406 impl<'btf> Deref for Int<'btf> { implementation
414 impl super::sealed::Sealed for Int<'_> {} implementation
415 unsafe impl<'btf> HasSize<'btf> for Int<'btf> {} implementation

12345678910>>...30