Home
last modified time | relevance | path

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

1234567

/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/boringssl/src/crypto/fipsmodule/ec/
Dmake_p256-x86_64-tests.go57 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) {
Dmake_p256-x86_64-table.go108 func printNum(n, tmp *big.Int) {
127 func toMontgomery(n, p *big.Int) {
Dmake_ec_scalar_base_mult_tests.go25 func printPadded(key string, n, max *big.Int) {
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIntervalIterator.h73 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval()
83 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval()
182 Interval *Int = new Interval(Header); in ProcessInterval() local
201 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
/external/swiftshader/third_party/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()
170 Interval *Int = new Interval(Header); in ProcessInterval() local
191 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/syzkaller/vendor/cloud.google.com/go/internal/optional/
Doptional.go34 Int interface{} interface
68 func ToInt(v Int) int {
/external/clang/test/ASTMerge/Inputs/
Dcategory2.m1 typedef int Int; typedef
13 - (Int)method1; category
Dfunction2.c1 typedef int Int; typedef
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPointerIntPair.h60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) { in PointerIntPair()
85 void setInt(IntType Int) { in setInt()
/external/llvm/lib/DebugInfo/CodeView/
DStreamWriter.cpp28 Error StreamWriter::writeInteger(uint16_t Int) { in writeInteger()
32 Error StreamWriter::writeInteger(uint32_t Int) { in writeInteger()
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h37 struct Int { struct
42 // (where Indexes is a template parameter pack of Int<...> types). argument
/external/syzkaller/pkg/ast/
Dast.go181 type Int struct { struct
182 Pos Pos
184 Value uint64
185 ValueFmt IntFmt
186 Ident string
187 CExpr string
190 func (n *Int) Info() (Pos, string, string) {
/external/clang/test/Index/Inputs/
Dpreamble-with-error.h1 typedef int Int; typedef
/external/clang/test/CXX/basic/basic.start/basic.start.main/
Dp2.cpp24 typedef int Int; typedef
34 typedef int Int; typedef
/external/clang/test/SemaCXX/
Denable_if.cpp52 struct Int { struct
53 constexpr Int(int i) : i(i) { } in Int() argument
59 void default_argument_promotion(int n, int m = Int(0)) __attribute__((enable_if(m == 0, "chosen whe… argument
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test_to_fuzzer.go165 func appendUnsigned(ret []byte, n *big.Int) []byte {
173 func appendSigned(ret []byte, n *big.Int) []byte {
/external/swiftshader/third_party/SPIRV-Tools/test/
Dstring_utils_test.cpp25 TEST(ToString, Int) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/
Dstring_utils_test.cpp25 TEST(ToString, Int) { in TEST() argument
/external/clang/test/Index/
Dcomplete-member-access.m12 @interface Int : Super<MyProtocol> interface
/external/clang/test/CXX/class/class.friend/
Dp1.cpp14 typedef int Int; typedef
/external/jsoncpp/include/json/
Dconfig.h91 typedef int Int; typedef

1234567