Home
last modified time | relevance | path

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

12345678910>>...15

/external/starlark-go/starlark/
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 …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
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 …]
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/ec/
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) {
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 …]
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/ec/
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) {
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 …]
/external/boringssl/src/crypto/fipsmodule/ec/
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) {
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 …]
/external/clang/test/CXX/expr/expr.const/
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
/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 …]
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/
Dctor.default.pass.cpp21 struct Int { struct
22 Int(int) {} in Int() function
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/
Dctor.default.pass.cpp21 struct Int { struct
22 Int(int) {} in Int() function
/external/openscreen/third_party/abseil/src/absl/container/
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() function
78 bool operator==(const Int& other) const { return value == other.value; } in TEST()
79 size_t value; in TEST()
/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() 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()
/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dconjunction_test.cpp17 struct Int { struct
23 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::conjunction<Int<2>, Int<4> >::value), 4); argument
Ddisjunction_test.cpp17 struct Int { struct
23 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::disjunction<Int<2>, Int<4> >::value), 2); argument
Dnegation_test.cpp17 struct Int { struct
23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::negation<Int<5> >::value, false); argument
/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DIntervalIterator.h71 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
81 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
180 Interval *Int = new Interval(Header); in ProcessInterval() local
199 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h72 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
82 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
181 Interval *Int = new Interval(Header); in ProcessInterval() local
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
180 Interval *Int = new Interval(Header); in ProcessInterval() local
200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/external/clang/lib/StaticAnalyzer/Core/
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 …]
/external/emboss/doc/
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 …]
/external/tensorflow/tensorflow/lite/kernels/
Dmultinomial_test.cc105 using Int = typename TestFixture::IntegralType; in TYPED_TEST() typedef
135 using Int = typename TestFixture::IntegralType; in TYPED_TEST() typedef
159 using Int = typename TestFixture::IntegralType; in TYPED_TEST() typedef
181 using Int = typename TestFixture::IntegralType; in TYPED_TEST() typedef
207 using Int = typename TestFixture::IntegralType; in TYPED_TEST() typedef
/external/cronet/tot/third_party/abseil-cpp/absl/container/
Dflat_hash_map_test.cc85 struct Int { in TEST() struct
86 explicit Int(size_t value) : value(value) {} in TEST() argument
87 Int() : value(0) { ADD_FAILURE(); } in TEST() argument
88 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() function
90 bool operator==(const Int& other) const { return value == other.value; } in TEST()
91 size_t value; in TEST()

12345678910>>...15