HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 226 - 250 of 2986) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192R1FieldElement.java 140 int[] t1 = Nat192.create(); local
143 SecP192R1Field.square(x1, t1);
144 SecP192R1Field.multiply(t1, x1, t1);
146 SecP192R1Field.squareN(t1, 2, t2);
147 SecP192R1Field.multiply(t2, t1, t2);
149 SecP192R1Field.squareN(t2, 4, t1);
150 SecP192R1Field.multiply(t1, t2, t1);
152 SecP192R1Field.squareN(t1, 8, t2)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 51 long double a=x,b=y,t1,t2,y1,y2,w; local
85 t1=0;
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
87 b *= t1;
88 a *= t1;
101 t1 = a;
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
104 t2 = a-t1;
    [all...]
e_hypotf.c 25 float a,b,t1,t2,y1,y2,w; local
53 SET_FLOAT_WORD(t1,0x7e800000); /* t1=2^126 */
54 b *= t1;
55 a *= t1;
68 SET_FLOAT_WORD(t1,ha&0xfffff000);
69 t2 = a-t1;
70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.pass.cpp 57 typedef std::tuple<alloc_first> T1;
60 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
62 assert(std::get<0>(t1) == 2);
66 typedef std::tuple<std::unique_ptr<B>> T1;
68 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
69 assert(std::get<0>(t1)->id_ == 3);
73 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1;
76 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0))
    [all...]
alloc_convert_move.fail.cpp 28 std::tuple<int> t1(42);
29 return {std::allocator_arg, std::allocator<void>{}, std::move(t1)};
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.pass.cpp 57 typedef std::tuple<alloc_first> T1;
60 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
62 assert(std::get<0>(t1) == 2);
66 typedef std::tuple<std::unique_ptr<B>> T1;
68 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
69 assert(std::get<0>(t1)->id_ == 3);
73 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1;
76 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0))
    [all...]
alloc_convert_move.fail.cpp 28 std::tuple<int> t1(42);
29 return {std::allocator_arg, std::allocator<void>{}, std::move(t1)};
  /bionic/linker/arch/mips64/
begin.S 71 LA t1, _DYNAMIC
72 PTR_ADDU t1, t0
76 REG_L t2, ELF_DYN_TAG(t1)
80 REG_L s0, ELF_DYN_VAL(t1)
86 REG_L s1, ELF_DYN_VAL(t1)
88 2: PTR_ADDU t1, ELF_DYNSZ
100 PTR_L t1, (s0)
101 bgez t1, 9f
106 1: PTR_L t1, (s0)
107 PTR_ADDU t1, t
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr-sizeof.cpp 21 TemplateClass<int> t1; local
22 t1.templateClassFunction();
  /external/clang/test/PCH/Inputs/
namespaces.h 4 typedef int t1; typedef in namespace:N1
16 typedef float t1; typedef in namespace:N2
  /external/clang/test/SemaCXX/
warn-char-subscripts.cpp 4 void t1() { function
18 t1<char>(); // expected-note {{in instantiation of function template specialization 't1<char>' requested here}}
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/
types.pass.cpp 27 typedef std::defer_lock_t T1;
31 T1 t1 = std::defer_lock; ((void)t1); local
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
race.pass.cpp 44 std::thread t1(f0);
46 t1.join();
  /external/llvm/test/MC/Mips/eva/
invalid-noeva.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1
4 # RUN: FileCheck %s < %t1
5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1
6 # RUN: FileCheck %s < %t1
7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
8 # RUN: FileCheck %s < %t1
9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1
10 # RUN: FileCheck %s < %t1
11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1
12 # RUN: FileCheck %s < %t1
    [all...]
  /external/toolchain-utils/cros_utils/
timeline_test.py 21 t1 = tl.events[0].timestamp
22 self.assertEqual(int(t1 - t), 0)
38 t1 = tl.GetEventTime('A')
39 self.assertEqual(int(t1 - t), 0)
47 t1 = tl.GetLastEventTime()
48 self.assertEqual(int(t1 - t), 0)
52 t1 = tl.GetLastEventTime()
53 self.assertEqual(int(t1 - t), 0)
  /prebuilts/go/darwin-x86/test/ken/
shift.go 16 testi(i int, t1,t2,t3 int) {
17 n := ((t1*3) + t2)*2 + t3;
19 print("itest ", t1,t2,t3,pass,
25 index(t1,t2,t3 int) int {
26 return ((t1*3) + t2)*2 + t3;
30 testu(u uint, t1,t2,t3 int) {
31 n := index(t1,t2,t3);
33 print("utest ", t1,t2,t3,pass,
68 for t1:=0; t1<3; t1++ { // +int, -int, uin
    [all...]
  /prebuilts/go/linux-x86/test/ken/
shift.go 16 testi(i int, t1,t2,t3 int) {
17 n := ((t1*3) + t2)*2 + t3;
19 print("itest ", t1,t2,t3,pass,
25 index(t1,t2,t3 int) int {
26 return ((t1*3) + t2)*2 + t3;
30 testu(u uint, t1,t2,t3 int) {
31 n := index(t1,t2,t3);
33 print("utest ", t1,t2,t3,pass,
68 for t1:=0; t1<3; t1++ { // +int, -int, uin
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type1.fail.cpp 20 auto t1 = std::make_tuple<int, std::string> ( 42, "Hi" ); local
21 assert ( std::get<cf>(t1) == cf {1,2} ); // no such type
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type1.fail.cpp 22 auto t1 = std::make_tuple<int, std::string> ( 42, "Hi" ); local
23 assert (( std::get<cf>(t1) == cf {1,2} )); // no such type
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 34 std::tuple<> t1; local
35 std::tuple<> t2 = std::tuple_cat(t1);
47 std::tuple<int> t1(1);
48 std::tuple<int> t = std::tuple_cat(t1);
58 constexpr std::tuple<> t1; local
59 constexpr std::tuple<> t2 = std::tuple_cat(t1);
71 constexpr std::tuple<int> t1(1);
72 constexpr std::tuple<int> t = std::tuple_cat(t1);
76 constexpr std::tuple<int> t1(1);
77 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t1)
101 std::tuple<> t1; local
107 std::tuple<> t1; local
113 std::tuple<> t1; local
119 std::tuple<int*> t1; local
126 std::tuple<int*> t1; local
133 std::tuple<int*> t1; local
141 std::tuple<int*> t1; local
230 auto t1 = std::tuple_cat( local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.creation/
tuple_cat.pass.cpp 33 std::tuple<> t1; local
34 std::tuple<> t2 = std::tuple_cat(t1);
46 std::tuple<int> t1(1);
47 std::tuple<int> t = std::tuple_cat(t1);
57 constexpr std::tuple<> t1; local
58 constexpr std::tuple<> t2 = std::tuple_cat(t1);
70 constexpr std::tuple<int> t1(1);
71 constexpr std::tuple<int> t = std::tuple_cat(t1);
75 constexpr std::tuple<int> t1(1);
76 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t1)
100 std::tuple<> t1; local
106 std::tuple<> t1; local
112 std::tuple<> t1; local
118 std::tuple<int*> t1; local
125 std::tuple<int*> t1; local
132 std::tuple<int*> t1; local
140 std::tuple<int*> t1; local
229 auto t1 = std::tuple_cat( local
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 51 std::thread t1; local
52 std::thread::id id1 = t1.get_id();
53 swap(t0, t1);
55 assert(t1.get_id() == id0);
56 t1.join();
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
swap.pass.cpp 51 std::thread t1; local
52 std::thread::id id1 = t1.get_id();
53 t0.swap(t1);
55 assert(t1.get_id() == id0);
56 t1.join();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 48 std::thread t1; local
49 std::thread::id id1 = t1.get_id();
50 swap(t0, t1);
52 assert(t1.get_id() == id0);
53 t1.join();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
swap.pass.cpp 48 std::thread t1; local
49 std::thread::id id1 = t1.get_id();
50 t0.swap(t1);
52 assert(t1.get_id() == id0);
53 t1.join();

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>