/third_party/boringssl/src/crypto/fipsmodule/ec/ |
D | make_p256-x86_64-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_p256-x86_64-table.go | 108 func printNum(n, tmp *big.Int) { 127 func toMontgomery(n, p *big.Int) {
|
D | make_ec_scalar_base_mult_tests.go | 25 func printPadded(key string, n, max *big.Int) {
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
D | interval.go | 43 func bigIntMul(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Mul(i, j) } 44 func bigIntQuo(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Quo(i, j) } 46 func bigIntLsh(i *big.Int, j *big.Int) *big.Int { 60 func bigIntRsh(i *big.Int, j *big.Int) *big.Int { 202 func (x IntRange) ContainsInt(i *big.Int) bool { 923 func bitFillRight(i *big.Int) {
|
/third_party/boost/libs/type_traits/test/ |
D | negation_test.cpp | 17 struct Int { struct 23 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::negation<Int<5> >::value, false); argument
|
D | conjunction_test.cpp | 17 struct Int { struct 23 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::conjunction<Int<2>, Int<4> >::value), 4); argument
|
D | disjunction_test.cpp | 17 struct Int { struct 23 BOOST_CHECK_INTEGRAL_CONSTANT((::tt::disjunction<Int<2>, Int<4> >::value), 2); argument
|
/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()
|
/third_party/skia/third_party/externals/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() argument 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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/boost/libs/numeric/conversion/test/ |
D | udt_example_0.cpp | 151 struct Int struct 153 Int( int v ) : mV(v) {} in Int() argument 158 typedef conversion_traits<Int,Float> Float2IntTraits ; argument
|
/third_party/boost/libs/optional/test/ |
D | optional_test_map.cpp | 81 struct Int struct 84 explicit Int(int i_) : i(i_) {} in Int() function
|
D | optional_test_flat_map.cpp | 34 struct Int struct 37 explicit Int(int i_) : i(i_) {} in Int() function
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | bounds.go | 92 func add1(i *big.Int) *big.Int { 96 func sub1(i *big.Int) *big.Int { 100 func neg(i *big.Int) *big.Int { 104 func min(i, j *big.Int) *big.Int { 111 func max(i, j *big.Int) *big.Int { 1262 func makeConstValueExpr(tm *t.Map, cv *big.Int) (*a.Expr, error) {
|
D | optimize.go | 47 func (q *checker) optimizeIOMethodAdvance(receiver *a.Expr, advance *big.Int, update bool) (retOK b…
|
D | type.go | 804 func evalConstValueBinaryOp(tm *t.Map, n *a.Expr, l *big.Int, r *big.Int) (*big.Int, error) {
|
/third_party/typescript/tests/cases/compiler/ |
D | inferentialTypingObjectLiteralMethod2.ts | 1 interface Int<T, U> { interface
|
D | inferentialTypingObjectLiteralMethod1.ts | 1 interface Int<T, U> { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 49 Int, enumerator 79 int64_t Int; member
|
/third_party/boringssl/src/crypto/fipsmodule/bn/ |
D | bn_test_to_fuzzer.go | 165 func appendUnsigned(ret []byte, n *big.Int) []byte { 173 func appendSigned(ret []byte, n *big.Int) []byte {
|
/third_party/boost/libs/hana/example/tutorial/ |
D | type.cpp | 119 std::string Int = fusion::at_key<int>(map); in main() local 134 std::string Int = map[hana::type_c<int>]; in main() local
|
/third_party/boost/libs/proto/test/ |
D | noinvoke.cpp | 74 typedef proto::terminal<int>::type Int; in test_noinvoke() typedef
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | operand.cc | 29 Operand Operand::Int(uint32_t val) { in Int() function in tint::writer::spirv::Operand
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | string_utils_test.cpp | 26 TEST(ToString, Int) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | string_utils_test.cpp | 25 TEST(ToString, Int) { in TEST() argument
|