Searched refs:TD2 (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/wpa/dist/src/crypto/ |
| H A D | aes-internal-dec.c | 93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \ in rijndaelDecrypt() 94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \ in rijndaelDecrypt() 95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \ in rijndaelDecrypt() 96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3] in rijndaelDecrypt()
|
| H A D | aes_i.h | 55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro 95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | macdefs.h | 178 #define TD2 59 /* t3:t2 */ macro 338 { TD3, TD2, -1 }, \ 339 { TD1, TD2, -1 }, \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
| H A D | errorfunction.d | 562 immutable real[10] TD2 = [ 853 y = erfConst + rationalPoly(ax - 1.0L, TN2, TD2); in erf()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/ |
| H A D | errorfunction.d | 563 immutable real[10] TD2 = [ 854 y = erfConst + rationalPoly(ax - 1.0L, TN2, TD2); in erf()
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | erfq.c | 196 static const __float128 TD2[NTD2 + 1] = variable 795 y = erf_const + neval (a, TN2, NTN2) / deval (a, TD2, NTD2); in erfq()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| H A D | erfq.c | 196 static const __float128 TD2[NTD2 + 1] = variable 795 y = erf_const + neval (a, TN2, NTN2) / deval (a, TD2, NTD2); in erfq()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11626 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) in IsEquivalentForUsingDecl() local 11628 TD2->getUnderlyingType()); in IsEquivalentForUsingDecl()
|