Searched refs:A2 (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h82 template <typename A1, typename A2>
83 struct MatcherTuple< ::testing::tuple<A1, A2> > {
84 typedef ::testing::tuple<Matcher<A1>, Matcher<A2> > type;
87 template <typename A1, typename A2, typename A3>
88 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > {
89 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
92 template <typename A1, typename A2, typename A3, typename A4>
93 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > {
94 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4> >
98 template <typename A1, typename A2, typenam
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c26 static const void *getMinAddr(const void *A1, const void *A2) { argument
27 return A1 < A2 ? A1 : A2;
30 static const void *getMaxAddr(const void *A1, const void *A2) { argument
31 return A1 > A2 ? A1 : A2;
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-nice-strict.h97 template <typename A1, typename A2, typename... An>
98 NiceMock(A1&& arg1, A2&& arg2, An&&... args)
99 : MockClass(std::forward<A1>(arg1), std::forward<A2>(arg2),
112 template <typename A1, typename A2>
113 NiceMock(const A1& a1, const A2& a2) : MockClass(a1, a2) {
118 template <typename A1, typename A2, typename A3>
119 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) {
124 template <typename A1, typename A2, typename A3, typename A4>
125 NiceMock(const A1& a1, const A2& a2, const A3& a3,
131 template <typename A1, typename A2, typenam
[all...]
H A Dgmock-generated-function-mockers.h105 template <typename R, typename A1, typename A2>
106 class FunctionMocker<R(A1, A2)> : public
107 internal::FunctionMockerBase<R(A1, A2)> {
109 typedef R F(A1, A2);
112 MockSpec<F> With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
116 R Invoke(A1 a1, A2 a2) {
122 internal::forward<A2>(a2)));
126 template <typename R, typename A1, typename A2, typename A3>
127 class FunctionMocker<R(A1, A2, A3)> : public
128 internal::FunctionMockerBase<R(A1, A2, A
[all...]
H A Dgmock-generated-actions.h100 template <typename R, typename A1, typename A2>
101 class InvokeHelper<R, ::testing::tuple<A1, A2> > {
104 static R Invoke(Function function, const ::testing::tuple<A1, A2>& args) {
111 const ::testing::tuple<A1, A2>& args) {
117 const ::testing::tuple<A1, A2>& args) {
122 template <typename R, typename A1, typename A2, typename A3>
123 class InvokeHelper<R, ::testing::tuple<A1, A2, A3> > {
126 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3>& args) {
133 const ::testing::tuple<A1, A2, A3>& args) {
140 const ::testing::tuple<A1, A2, A
[all...]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl110 SHRU $LEN,4,A2 ; A2 is loop counter, number of blocks
111 [!A2] BNOP RA ; no data
112 || [A2] STW FP,*SP--(40) ; save frame pointer and alloca(40)
113 || [A2] MV SP,FP
114 [A2] STDW B13:B12,*SP[4] ; ABI says so
115 || [A2] MV $CTXA,$S3b ; borrow $S3b
116 [A2] STDW B11:B10,*SP[3]
117 || [A2] STDW A13:A12,*FP[-3]
118 [A2] STD
[all...]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-c64x.pl68 # | A2 | A3 | A3:A2 are preserved by KeccakF1600_int
105 STDW A3:A2,*FP[-7]
374 ||[!A0] LDDW *FP[-7],A3:A2
415 || MV A4,A2
418 LDW *A2++[2],A$A[0][0] ; load A[5][5]
420 LDW *A2++[2],A$A[0][1]
422 LDW *A2++[2],A$A[0][2]
424 LDW *A2++[2],A$A[0][3]
426 LDW *A2
[all...]
/freebsd-13-stable/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl44 ZERO A3:A2
54 [A1] STB A2,*A4++[2]
58 [A1] STB A2,*A4++[2]
62 [A1] STB A2,*A4++[2]
65 [A1] STB A2,*A4++[2]
68 STNDW A3:A2,*A4++
77 [A1] STB A2,*A4++[2]
81 [A1] STB A2,*A4++[2]
85 [A1] STB A2,*A4++[2]
88 [A1] STB A2,*A
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \
70 VEC8_LINE1(A2, B2, C2, D2); \
74 VEC8_LINE2(A2, B2, C2, D2); \
78 VEC8_LINE3(A2, B2, C2, D2); \
82 VEC8_LINE4(A2, B2, C2, D2); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \
89 VEC8_LINE1(A2, B2, C2, D2); \
91 VEC8_LINE2(A2, B2, C2, D2); \
93 VEC8_LINE3(A2, B2, C2, D2); \
95 VEC8_LINE4(A2, B
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm59 || [B0] MV ARG0,A2
74 || STW A18,*A2++ ; rp[i]
164 [B0] ZERO A2 ; borrow flag
174 [A2] SUB A1:A0,1,A1:A0
177 || AND 1,A1,A2 ; pass on borrow flag
189 CMPLTU A1,A0,A2
191 [ A2] BNOP RA
192 ||[ A2] MVK -1,A4 ; return overflow
193 ||[!A2] MV A4,A3 ; reassign hi
194 [!A2] M
[all...]
H A Darmv4-mont.pl294 my ($A0,$A1,$A2,$A3)=map("d$_",(0..3));
343 vmull.u32 @ACC[4],$Bi,${A2}[0]
345 vmull.u32 @ACC[5],$Bi,${A2}[1]
393 vmlal.u32 @ACC[4],$Bi,${A2}[0]
394 vmlal.u32 @ACC[5],$Bi,${A2}[1]
481 vmlal.u32 @ACC[4],$Bi,${A2}[0]
483 vmlal.u32 @ACC[5],$Bi,${A2}[1]
518 vmlal.u32 @ACC[4],$Bi,${A2}[0]
520 vmlal.u32 @ACC[5],$Bi,${A2}[1]
562 vmlal.u32 @ACC[4],$Bi,${A2}[
[all...]
H A Dppc64-mont.pl171 $A0="f10"; $A1="f11"; $A2="f12"; $A3="f13";
395 lfd $A2,`$FRAME+80`($sp)
403 fcfid $A2,$A2
416 fmul $T2a,$A2,$ba
417 fmul $T2b,$A2,$bb
418 stfd $A2,24($nap_d) ; save a[j+1] in double format
433 fmadd $T3a,$A2,$bc,$T3a
434 fmadd $T3b,$A2,$bd,$T3b
534 lfd $A2,`
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp433 const RegisterCell &A2) const {
435 assert(W == A2.width());
441 const BitValue &V2 = A2[I];
450 const BitValue &V2 = A2[I];
466 const RegisterCell &A2) const {
468 assert(W == A2.width());
474 const BitValue &V2 = A2[I];
483 const BitValue &V2 = A2[I];
499 const RegisterCell &A2) const {
500 uint16_t W = A1.width() + A2
[all...]
H A DBitTracker.h420 RegisterCell eADD(const RegisterCell &A1, const RegisterCell &A2) const;
421 RegisterCell eSUB(const RegisterCell &A1, const RegisterCell &A2) const;
422 RegisterCell eMLS(const RegisterCell &A1, const RegisterCell &A2) const;
423 RegisterCell eMLU(const RegisterCell &A1, const RegisterCell &A2) const;
431 RegisterCell eAND(const RegisterCell &A1, const RegisterCell &A2) const;
432 RegisterCell eORL(const RegisterCell &A1, const RegisterCell &A2) const;
433 RegisterCell eXOR(const RegisterCell &A1, const RegisterCell &A2) const;
452 RegisterCell eINS(const RegisterCell &A1, const RegisterCell &A2,
H A DHexagonConstPropagation.cpp367 bool evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2,
371 bool evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2,
373 bool evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2,
384 bool evaluateANDri(const RegisterSubReg &R1, const APInt &A2,
386 bool evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result);
389 bool evaluateORri(const RegisterSubReg &R1, const APInt &A2,
391 bool evaluateORii(const APInt &A1, const APInt &A2, APInt &Result);
394 bool evaluateXORri(const RegisterSubReg &R1, const APInt &A2,
396 bool evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result);
1153 const APInt &A2, cons
1152 evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, bool &Result) argument
1205 evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2, bool &Result) argument
1246 evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, bool &Result) argument
1408 evaluateANDri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1438 evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result) argument
1475 evaluateORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1505 evaluateORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1540 evaluateXORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1567 evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result) argument
2617 APInt A2 = getCmpImm(Opc, 2, Src2); local
2627 APInt A2 = getCmpImm(Opc, 2, Src2); local
[all...]
/freebsd-13-stable/lib/msun/bsdsrc/
H A Db_log.c87 static double A2 = .01250000000377174923; variable
393 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
453 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp26 static const MCPhysReg O32IntRegs[4] = {Mips::A0, Mips::A1, Mips::A2, Mips::A3};
120 Mips::A0, Mips::A1, Mips::A2, Mips::A3
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c152 #define COMMON_OVERLAP(A1,A2) \
153 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_ABSENT) || \
154 A1->tag == UNISVE_ANY || A2->tag == UNISVE_ANY) \
156 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_PRESENT) || \
157 (A2->tag == UNISVE_ABSENT && A1->tag == UNISVE_PRESENT)) \
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl344 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2,$T0,$T1,$T2,$T3) =
430 mov $A2,@K[0]
458 my @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,0);
469 @thread2=&NEONROUND($A2,$B2,$C2,$D2,$T2,1);
485 add $A2,$A2,@K[0]
568 eor $A2,$A2,$A0
572 st1.8 {$A2-$D2},[$out],#64
654 st1.8 {$A2
[all...]
H A Dchacha-ppc.pl410 my ($A0,$B0,$C0,$D0,$A1,$B1,$C1,$D1,$A2,$B2,$C2,$D2)
559 vmr $A2,@K[0]
599 my @thread2=&VMXROUND($A2,$B2,$C2,$D2,0);
615 @thread2=&VMXROUND($A2,$B2,$C2,$D2,1);
659 vadduwm $A2,$A2,@K[0]
788 vxor $A2,$A2,@D[0]
792 vperm $A2,$A2,
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua44 local A1, A2 = 727595, 798405 -- 5^17=D20*A1+A2
48 local U = X2*A2
49 local V = (X1*A2 + X2*A1) % D20
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h62 #define A2 6 macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { argument
40 if (const auto *D2 = dyn_cast<DeclRefExpr>(A2->IgnoreParenCasts()))
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \
426 ONEQUAD_UNPCK(A2, B2, C2, D2); \
427 y##A = _mm256_permute2x128_si256(z##A, z##A2, 0x20); \
428 y##A2 = _mm256_permute2x128_si256(z##A, z##A2, 0x31); \
442 y##A2 = \
443 _mm256_xor_si256(y##A2, _mm256_loadu_si256((__m256i*) (m + 256))); \
454 _mm256_storeu_si256((__m256i*) (c + 256), y##A2); \
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c671 ge25519_p3 A2; local
680 ge25519_p1p1_to_p3(&A2, &t);
682 ge25519_add(&t, &A2, &Ai[0]);
686 ge25519_add(&t, &A2, &Ai[1]);
690 ge25519_add(&t, &A2, &Ai[2]);
694 ge25519_add(&t, &A2, &Ai[3]);
698 ge25519_add(&t, &A2, &Ai[4]);
702 ge25519_add(&t, &A2, &Ai[5]);
706 ge25519_add(&t, &A2, &Ai[6]);
905 ge25519_p3 A2; local
[all...]

Completed in 125 milliseconds

123