Home
last modified time | relevance | path

Searched refs:T3 (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp71 template<typename T0, typename T1, typename T2, typename T3>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) in PB_DS_CLASS_NAME()
77 template<typename T0, typename T1, typename T2, typename T3, typename T4>
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in PB_DS_CLASS_NAME()
83 template<typename T0, typename T1, typename T2, typename T3, typename T4,
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME()
90 template<typename T0, typename T1, typename T2, typename T3, typename T4,
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME()
97 template<typename T0, typename T1, typename T2, typename T3, typename T4,
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in PB_DS_CLASS_NAME()
[all …]
/openbsd/lib/libcrypto/modes/asm/
H A Dghash-x86.pl854 &pxor ($T3,$Hkey);
916 &pxor ($T3,$T3); #
947 &pshufb ($Xi,$T3);
952 &pshufb ($Xi,$T3);
970 &pshufb ($Xi,$T3);
982 &pshufb ($T1,$T3);
983 &pshufb ($Xn,$T3);
1002 &pshufb ($T1,$T3);
1003 &pshufb ($Xn,$T3);
1022 &pxor ($T1,$T3);
[all …]
H A Dghash-x86_64.pl425 pxor $T3,$T3 #
457 movdqa .Lbswap_mask(%rip),$T3
459 pshufb $T3,$Xi
464 pshufb $T3,$Xi
500 pshufb $T3,$Xi
513 pshufb $T3,$T1
514 pshufb $T3,$Xn
538 pshufb $T3,$T1
539 pshufb $T3,$Xn
604 pshufb $T3,$T1
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-intconst-1.c30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
31 #define type_comb4(T1, T2, T3, T4) \ argument
32 type_comb2(T1, type_comb2(T2, type_comb2(T3, T4)))
33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument
36 type_comb2(T3, \
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
47 type_if(T3, (!(E1) && !(E2) && (E3))))
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
60 type_if(T3, (!(E1) && !(E2) && (E3))), \
[all …]
H A Dc90-intconst-1.c30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
31 #define type_comb4(T1, T2, T3, T4) \ argument
32 type_comb2(T1, type_comb2(T2, type_comb2(T3, T4)))
38 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
41 type_if(T3, (!(E1) && !(E2) && (E3))))
44 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
47 type_if(T3, (!(E1) && !(E2) && (E3))), \
53 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
54 __typeof__(*((first_of3p(T1, (E1), T2, (E2), T3, (E3)))0))
55 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc38 template <typename T1, typename T2, typename T3>
39 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3) {
46 template <typename T1, typename T2, typename T3, typename T4>
47 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
56 template <typename T1, typename T2, typename T3, typename T4, typename T5>
57 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
68 template <typename T1, typename T2, typename T3, typename T4, typename T5,
70 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb20.C16 template<class T1, class T2, class T3>
20 a = T1::a + T2::a + T3::a,
21 n = meta_max<meta_max<T1::n,T2::n>::max, T3::n>::max enumerator
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dmips-opc.c104 #define T3 INSN_3900 macro
113 #define G1 (T3 \
116 #define G2 (T3 \
197 {"bc0fl", "p", 0x41020000, 0xffff0000, CBL|RD_CC, I2|T3 },
199 {"bc0tl", "p", 0x41030000, 0xffff0000, CBL|RD_CC, I2|T3 },
213 {"bc2fl", "p", 0x49020000, 0xffff0000, CBL|RD_CC, I2|T3 },
215 {"bc2tl", "p", 0x49030000, 0xffff0000, CBL|RD_CC, I2|T3 },
217 {"bc3fl", "p", 0x4d020000, 0xffff0000, CBL|RD_CC, I2|T3 },
219 {"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, I2|T3 },
221 {"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, I2|T3 },
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A Dtypelist.h105 template<typename T1, typename T2, typename T3> in _GLIBCXX_BEGIN_NAMESPACE()
108 template<typename T1, typename T2, typename T3, typename T4> in _GLIBCXX_BEGIN_NAMESPACE()
114 template<typename T1, typename T2, typename T3, in _GLIBCXX_BEGIN_NAMESPACE()
443 template<typename T1, typename T2, typename T3>
446 typedef node<_GLIBCXX_TYPELIST_CHAIN3(T1,T2,T3)> type;
449 template<typename T1, typename T2, typename T3, typename T4>
452 typedef node<_GLIBCXX_TYPELIST_CHAIN4(T1,T2,T3,T4)> type;
455 template<typename T1, typename T2, typename T3,
459 typedef node<_GLIBCXX_TYPELIST_CHAIN5(T1,T2,T3,T4,T5)> type;
462 template<typename T1, typename T2, typename T3,
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmips-opc.c104 #define T3 INSN_3900 macro
114 #define G1 (T3 \
117 #define G2 (T3 \
242 {"bc3fl", "p", 0x4d020000, 0xffff0000, CBL|RD_CC, 0, I2|T3 },
244 {"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, 0, I2|T3 },
246 {"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, 0, I2|T3 },
253 {"bgel", "s,t,p", 0, (int) M_BGEL, INSN_MACRO, 0, I2|T3 },
260 {"bgezl", "s,p", 0x04030000, 0xfc1f0000, CBL|RD_s, 0, I2|T3 },
265 {"bgtl", "s,t,p", 0, (int) M_BGTL, INSN_MACRO, 0, I2|T3 },
272 {"bgtzl", "s,p", 0x5c000000, 0xfc1f0000, CBL|RD_s, 0, I2|T3 },
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dinit-1.c11 } T3; typedef
17 ((char *)&((T3) {1, (char *) 1}))
/openbsd/lib/libm/src/ld80/
H A Dk_tanl.c41 #define T3 ((long double)T3hi + T3lo) macro
48 T3 = 0.333333333333333333180L, /* 0xaaaaaaaaaaaaaaa5.0p-65 */ variable
98 r += T3 * s; in __kernel_tanl()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty.C42 struct T3 struct
56 if (sizeof (S3) != sizeof (T3)) in main() argument
H A Dprimary.C40 struct T3 : virtual public S1, public S2 struct
62 CHECK_PRIMARY_BASE (T3, S2, 3); in main()
/openbsd/regress/usr.bin/make/
H A Dmk128 T3=mk{1,4{,a},1{0,1}}
19 c: ${T3}
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dformat.h42 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument
/openbsd/usr.sbin/ntpd/
H A Dclient.c286 double T1, T2, T3, T4, offset, delay; in client_dispatch() local
375 T3 = lfp_to_d(msg.xmttime); in client_dispatch()
379 (constraint_check(T2) != 0 || constraint_check(T3) != 0)) { in client_dispatch()
386 p->reply[p->shift].offset = ((T2 - T1) + (T3 - T4)) / 2 - getoffset(); in client_dispatch()
387 p->reply[p->shift].delay = (T4 - T1) - (T3 - T2); in client_dispatch()
398 p->reply[p->shift].error = (T2 - T1) - (T3 - T4); in client_dispatch()
/openbsd/lib/libm/src/ld128/
H A Dk_tanl.c29 T3 = 0x1.5555555555555555555555555553p-2L, variable
93 r += T3 * s; in __kernel_tanl()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility18.C12 struct T3 : public T1, private T2 { struct
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D19990826-3.f141 T3=JOFI*N20*IBX1*N30*(RAD+REQ)
158 TCPU=T1+T2+T3+T4+T5+T6+T7+T8+T9+T10+TNRAN
246 T3=JOFI*N20*N30*(RAD+REQ)*K1
267 TCPU=T1+T2+T3+T4+T5+T6+T7+T8+T9+T10
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h2076 template <typename T0, typename T1, typename T2, typename T3>
2077 struct m_Intrinsic_Ty<T0, T1, T2, T3> {
2079 Argument_match<T3>>;
2083 struct m_Intrinsic_Ty<T0, T1, T2, T3, T4> {
2090 struct m_Intrinsic_Ty<T0, T1, T2, T3, T4, T5> {
2135 typename T3>
2136 inline typename m_Intrinsic_Ty<T0, T1, T2, T3>::Ty
2142 typename T3, typename T4>
2143 inline typename m_Intrinsic_Ty<T0, T1, T2, T3, T4>::Ty
2151 typename T3, typename T4, typename T5>
[all …]
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3452.key22 T3/qVGGhtIEnztofGq0wYJtm3n5Rl5gu3IDxEu8gq540/r81wfBn5DpB+fF5rGBo
H A D1856.key17 eu7pZHTJYcNfeBqHIrMwaDqCrJMsS2EaYqp+sznhcf7m8R+T3/9ic0aqqKJmdDqM
H A D2222.key17 kavfZAu23IPKDZZ/u8nEUe6AmWOwtGfa00/+fXhcw2/XWXt61J0kAaKG/T3+QZJx
/openbsd/sys/arch/mips64/include/
H A Dcpustate.h72 SAVE_REG(t3, T3, frame, bo) ;\
132 RESTORE_REG(t3, T3, frame, bo) ;\

123