Home
last modified time | relevance | path

Searched defs:A2 (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dexecutor_address_test.cpp38 ExecutorAddr A1(1), A2(2); in TEST() local
87 ExecutorAddr A0(0), A1(1), A2(2), A3(3); in TEST() local
H A Derror_test.cpp266 Expected<std::unique_ptr<B>> A2(Expected<std::unique_ptr<D>>(nullptr)); in TEST() local
/freebsd/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, \ argument
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
105 #define VEC8_ROUND_HALFANDHALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, \ argument
124 #define VEC8_ROUND(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, C4, \ argument
290 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c31 static const void *getMinAddr(const void *A1, const void *A2) { in getMinAddr()
35 static const void *getMaxAddr(const void *A1, const void *A2) { in getMaxAddr()
/freebsd/lib/msun/bsdsrc/
H A Db_log.c77 A2 = 1.2499999999943598e-02, /* 0x3f899999, 0x99991a98 */ variable
/freebsd/lib/msun/ld80/
H A Db_logl.c50 #define A2 (a2u.e) macro
H A Dk_expl.h58 A2 = 0.5, variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1145 const APInt &A2, cons in evaluateCMPri() argument
1198 evaluateCMPii(uint32_t Cmp,const APInt & A1,const APInt & A2,bool & Result) evaluateCMPii() argument
1239 evaluateCMPpi(uint32_t Cmp,uint32_t Props,const APInt & A2,bool & Result) evaluateCMPpi() argument
1401 evaluateANDri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateANDri() argument
1431 evaluateANDii(const APInt & A1,const APInt & A2,APInt & Result) evaluateANDii() argument
1468 evaluateORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateORri() argument
1498 evaluateORii(const APInt & A1,const APInt & A2,APInt & Result) evaluateORii() argument
1533 evaluateXORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateXORri() argument
1560 evaluateXORii(const APInt & A1,const APInt & A2,APInt & Result) evaluateXORii() argument
2609 APInt A2 = getCmpImm(Opc, 2, Src2); evaluateHexCompare2() local
2619 APInt A2 = getCmpImm(Opc, 2, Src2); evaluateHexCompare2() local
[all...]
H A DBitTracker.cpp696 const RegisterCell &A2, uint16_t AtN) const { in eINS() argument
/freebsd/lib/msun/ld128/
H A Dk_expl.h68 A2 = 0.5, variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { in sameDecl()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp35 Arena *A2 = Arena::allocateNewArena(2024, A); in TEST() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h423 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c679 char *A1, *A2; in _kdc_do_digest() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1385 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, in create()
1393 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, in create()
1402 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp424 Value *A2 = Builder.CreateAnd(A1, Builder.getIntN(32, 1)); in expandIToFP() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c671 ge25519_p3 A2; in ge25519_double_scalarmult_vartime() local
905 ge25519_p3 A2; in ge25519_mul_l() local
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c280 # define A2 A1 macro
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp353 const uint8_t *A2 = reinterpret_cast<const uint8_t *>(s2); in AddValueForMemcmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp694 __anon4fceb0470202(const ChainT *A1, const ChainT *B1, const ChainT *A2, const ChainT *B2) mergeChainPairs() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1503 APInt A2 = A0 - Q*A1; A0 = A1; A1 = A2; in findGCD() local
2111 bool DependenceInfo::symbolicRDIVtest(const SCEV *A1, const SCEV *A2, in symbolicRDIVtest()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4551 ge_p3 A2; in ge_double_scalarmult_vartime() local