/external/starlark-go/starlark/ |
D | int.go | 20 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/ |
D | p7-1y.cpp | 17 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/boringssl/src/crypto/fipsmodule/ec/ |
D | make_p256-nistz-tests.go | 57 func modMul(z, x, y *big.Int) *big.Int { 62 func toMontgomery(z, x *big.Int) *big.Int { 66 func fromMontgomery(z, x *big.Int) *big.Int { 70 func isAffineInfinity(x, y *big.Int) bool { 76 func randNonZeroInt(max *big.Int) *big.Int { 93 func toJacobian(xIn, yIn *big.Int) (x, y, z *big.Int) { 130 func printMontgomery(name string, a *big.Int) { 135 func printTestCase(ax, ay *big.Int, aCoord coordinates, bx, by *big.Int, bCoord coordinates) {
|
D | make_tables.go | 225 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { 241 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 { 252 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint64 { 301 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 308 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 315 func writeU32Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 327 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… 375 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
|
/external/clang/test/CXX/expr/expr.const/ |
D | p3-0x.cpp | 68 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/openscreen/third_party/abseil/src/absl/container/ |
D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 75 Int() : value(0) { ADD_FAILURE(); } in TEST() function 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/libtextclassifier/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 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/angle/third_party/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 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/webrtc/third_party/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 73 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()
|
/external/abseil-cpp/absl/container/ |
D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 75 Int() : value(0) { ADD_FAILURE(); } in TEST() function 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/libabigail/tests/data/test-diff-dwarf/ |
D | test2-v1.cc | 1 typedef int Int; typedef 5 foo(Int, Char) in foo() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 72 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/ |
D | IntervalIterator.h | 68 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/ |
D | RangeConstraintManager.cpp | 451 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/tensorflow/tensorflow/lite/kernels/ |
D | multinomial_test.cc | 105 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/rust/crates/arbitrary/src/ |
D | unstructured.rs | 292 pub fn int_in_range<T>(&mut self, range: ops::RangeInclusive<T>) -> Result<T> in int_in_range() 306 T: Int, in int_in_range_impl() 411 pub fn ratio<T>(&mut self, numerator: T, denominator: T) -> Result<bool> in ratio() 719 pub trait Int: interface 760 impl Int for $ty { impl
|
/external/clang/test/ASTMerge/Inputs/ |
D | category2.m | 1 typedef int Int; typedef 13 - (Int)method1; category
|
D | function2.c | 1 typedef int Int; typedef
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | StreamWriter.cpp | 28 Error StreamWriter::writeInteger(uint16_t Int) { in writeInteger() 32 Error StreamWriter::writeInteger(uint32_t Int) { in writeInteger()
|
/external/google-fruit/include/fruit/impl/meta/ |
D | basics.h | 37 struct Int { struct 42 // (where Indexes is a template parameter pack of Int<...> types). argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 49 Int, enumerator 79 int64_t Int; member
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
D | p2.cpp | 24 typedef int Int; typedef 34 typedef int Int; typedef
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 52 struct Int { struct 53 constexpr Int(int i) : i(i) { } in Int() function 59 void default_argument_promotion(int n, int m = Int(0)) __attribute__((enable_if(m == 0, "chosen whe… argument
|
/external/clang/test/Index/Inputs/ |
D | preamble-with-error.h | 1 typedef int Int; typedef
|