HomeSort by relevance Sort by last modified time
    Searched refs:nat (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/math/big/
arith_test.go 61 z, x, y nat
67 {nat{0}, nat{0}, nat{0}, 0},
68 {nat{1}, nat{1}, nat{0}, 0},
69 {nat{0}, nat{_M}, nat{1}, 1}
    [all...]
nat_test.go 15 x, y nat
19 {nil, nat(nil), 0},
20 {nat(nil), nil, 0},
21 {nat(nil), nat(nil), 0},
22 {nat{0}, nat{0}, 0},
23 {nat{0}, nat{1}, -1},
24 {nat{1}, nat{0}, 1}
    [all...]
natconv_test.go 15 func itoa(x nat, base int) []byte {
29 q := nat(nil).set(x)
43 x nat // nat value to be converted
48 {nat{1}, 2, "1"},
49 {nat{0xc5}, 2, "11000101"},
50 {nat{03271}, 8, "3271"},
51 {nat{10}, 10, "10"},
52 {nat{1234567890}, 10, "1234567890"},
53 {nat{0xdeadbeef}, 16, "deadbeef"}
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_test.go 61 z, x, y nat
67 {nat{0}, nat{0}, nat{0}, 0},
68 {nat{1}, nat{1}, nat{0}, 0},
69 {nat{0}, nat{_M}, nat{1}, 1}
    [all...]
nat_test.go 15 x, y nat
19 {nil, nat(nil), 0},
20 {nat(nil), nil, 0},
21 {nat(nil), nat(nil), 0},
22 {nat{0}, nat{0}, 0},
23 {nat{0}, nat{1}, -1},
24 {nat{1}, nat{0}, 1}
    [all...]
natconv_test.go 15 func itoa(x nat, base int) []byte {
29 q := nat(nil).set(x)
43 x nat // nat value to be converted
48 {nat{1}, 2, "1"},
49 {nat{0xc5}, 2, "11000101"},
50 {nat{03271}, 8, "3271"},
51 {nat{10}, 10, "10"},
52 {nat{1234567890}, 10, "1234567890"},
53 {nat{0xdeadbeef}, 16, "deadbeef"}
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMethodRef.java 28 * @param nat {@code non-null;} the name-and-type
30 public CstMethodRef(CstType definingClass, CstNat nat) {
31 super(definingClass, nat);
CstMemberRef.java 27 private final CstNat nat; field in class:CstMemberRef
33 * @param nat {@code non-null;} the name-and-type
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) {
40 if (nat == null) {
41 throw new NullPointerException("nat == null");
45 this.nat = nat;
57 nat.equals(otherRef.nat);
63 return (definingClass.hashCode() * 31) ^ nat.hashCode()
    [all...]
CstEnumRef.java 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived
35 public CstEnumRef(CstNat nat) {
36 super(new CstType(nat.getFieldType()), nat);
CstInterfaceMethodRef.java 34 * @param nat {@code non-null;} the name-and-type
36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
37 super(definingClass, nat);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMethodRef.java 28 * @param nat {@code non-null;} the name-and-type
30 public CstMethodRef(CstType definingClass, CstNat nat) {
31 super(definingClass, nat);
CstMemberRef.java 27 private final CstNat nat; field in class:CstMemberRef
33 * @param nat {@code non-null;} the name-and-type
35 /*package*/ CstMemberRef(CstType definingClass, CstNat nat) {
40 if (nat == null) {
41 throw new NullPointerException("nat == null");
45 this.nat = nat;
57 nat.equals(otherRef.nat);
63 return (definingClass.hashCode() * 31) ^ nat.hashCode()
    [all...]
CstEnumRef.java 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived
35 public CstEnumRef(CstNat nat) {
36 super(new CstType(nat.getFieldType()), nat);
CstInterfaceMethodRef.java 34 * @param nat {@code non-null;} the name-and-type
36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
37 super(definingClass, nat);
CstInvokeDynamic.java 33 private final CstNat nat; field in class:CstInvokeDynamic
35 /** {@code non-null;} the prototype derived from {@code nat} */
52 * @param nat the name and type
55 public static CstInvokeDynamic make(int bootstrapMethodIndex, CstNat nat) {
56 return new CstInvokeDynamic(bootstrapMethodIndex, nat);
63 * @param nat the name and type
65 private CstInvokeDynamic(int bootstrapMethodIndex, CstNat nat) {
67 this.nat = nat;
68 this.prototype = Prototype.fromDescriptor(nat.getDescriptor().toHuman())
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
operand-or.s 5 fclass.m p3, p4 = f4, @nat|@qnan
6 fclass.m p3, p4 = f4, @nat|@qnan|@snan
7 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos
8 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg
9 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm
10 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm
11 fclass.m p3, p4 = f4, @nat|@qnan|@snan|@pos|@neg|@unorm|@norm|@inf
  /frameworks/base/tests/net/java/com/android/server/connectivity/
Nat464XlatTest.java 89 Nat464Xlat nat = makeNat464Xlat(); local
93 nat.start();
95 verify(mNms).registerObserver(eq(nat));
99 nat.interfaceLinkStateChanged(STACKED_IFACE, true);
107 assertRunning(nat);
110 nat.stop();
116 nat.interfaceRemoved(STACKED_IFACE);
119 verify(mNms).unregisterObserver(eq(nat));
123 assertIdle(nat);
130 Nat464Xlat nat = makeNat464Xlat() local
170 Nat464Xlat nat = makeNat464Xlat(); local
201 Nat464Xlat nat = makeNat464Xlat(); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdMember.java 35 private final CstNat nat; field in class:StdMember
45 * @param nat {@code non-null;} member name and type (descriptor)
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
54 if (nat == null) {
55 throw new NullPointerException("nat == null");
64 this.nat = nat;
75 sb.append(nat.toHuman());
93 return nat;
98 return nat.getName()
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java 35 private final CstNat nat; field in class:StdMember
45 * @param nat {@code non-null;} member name and type (descriptor)
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
54 if (nat == null) {
55 throw new NullPointerException("nat == null");
64 this.nat = nat;
75 sb.append(nat.toHuman());
93 return nat;
98 return nat.getName()
    [all...]
StdMethod.java 37 * @param nat {@code non-null;} member name and type (descriptor)
40 public StdMethod(CstType definingClass, int accessFlags, CstNat nat,
42 super(definingClass, accessFlags, nat, attributes);
48 nat.isInstanceInit());
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile 12 %.nat: %.s
15 %.cbe.out: %.cbe.nat
18 %.out: %.nat
23 $(patsubst %.clean,%.*.nat,$@) $(patsubst %.clean,%.*.out,$@)
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 64 struct nat { struct in namespace:libcxx_example
65 nat() = delete;
66 nat(const nat&) = delete;
67 nat &operator=(const nat&) = delete;
68 ~nat() = delete;
80 nat swap(any, any);
84 static const bool value = !is_same<type, nat>::value;
  /external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 26 struct nat {}; struct in struct:A
34 nat, element_type>::type& et)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 26 struct nat {}; struct in struct:A
34 nat, element_type>::type& et)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
pointer_to.pass.cpp 26 struct nat {}; struct in struct:A
34 nat, element_type>::type& et)

Completed in 2257 milliseconds

1 2 3 4 5 6 7