HomeSort by: relevance | last modified time | path
    Searched defs:X2 (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 212 X2: //[p1] = r1; // Exception should occur here
220 CHECKREG_SYM(r7, X2, r0); // RETX should be value of X2 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 219 X2: //[p1] = r1; // Exception should occur here
227 CHECKREG_SYM(r7, X2, r0); // RETX should be value of X2 (HARDCODED ADDR!!)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
lmu_excpt_prot0.S 212 X2: //[p1] = r1; // Exception should occur here
220 CHECKREG_SYM(r7, X2, r0); // RETX should be value of X2 (HARDCODED ADDR!!)
lmu_excpt_prot1.S 219 X2: //[p1] = r1; // Exception should occur here
227 CHECKREG_SYM(r7, X2, r0); // RETX should be value of X2 (HARDCODED ADDR!!)
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
69 X2 = X1 + inc;
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
88 X2 = X0 + inc;
151 err (A0, A1, X0), err (A0, A1, X1), err (A0, A1, X2));
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
divtab-arc-sf.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
56 long double X0, X1, X2, S;
69 X2 = X1 + inc;
divtab-arc-df.c 39 Given an interval [X0,X2) over which to approximate,
40 with X1 := (X0+X2)/2, D := X1-X0, F := 1/D, and S := D/X1 we have,
75 long double X0, X1, X2, S;
88 X2 = X0 + inc;
151 err (A0, A1, X0), err (A0, A1, X1), err (A0, A1, X2));
  /src/sys/dev/wscons/
mra.c 46 const int *x1, int x1s, const int *x2, int x2s,
60 #define X2(i) AA(x2, x2s, i)
71 X2a += X2(i);
75 X2X2s += X2(i) * X2(i);
76 X1X2s += X1(i) * X2(i);
79 X2Ys += X2(i) * Y(i);
  /src/sys/arch/sparc/fpu/
fpu.c 93 #define X2(x) x,x
100 X2(FSR_DZ),
107 X2(FPE_FLTDIV),
114 X2(FPE_FLTDIV_TRAP),
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 68 ARX(X2, X1, X0, 9) \
69 ARX(X3, X2, X1, 13) \
70 ARX(X0, X3, X2, 18) \
74 X2 = _mm_shuffle_epi32(X2, 0x4E); \
79 ARX(X2, X3, X0, 9) \
80 ARX(X1, X2, X3, 13) \
81 ARX(X0, X1, X2, 18) \
85 X2 = _mm_shuffle_epi32(X2, 0x4E);
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/aria/
aria.c 272 static const uint32_t X2[256] = {
351 (T0) = S1[GET_U8_BE(T0, 0)] ^ S2[GET_U8_BE(T0, 1)] ^ X1[GET_U8_BE(T0, 2)] ^ X2[GET_U8_BE(T0, 3)]; \
352 (T1) = S1[GET_U8_BE(T1, 0)] ^ S2[GET_U8_BE(T1, 1)] ^ X1[GET_U8_BE(T1, 2)] ^ X2[GET_U8_BE(T1, 3)]; \
353 (T2) = S1[GET_U8_BE(T2, 0)] ^ S2[GET_U8_BE(T2, 1)] ^ X1[GET_U8_BE(T2, 2)] ^ X2[GET_U8_BE(T2, 3)]; \
354 (T3) = S1[GET_U8_BE(T3, 0)] ^ S2[GET_U8_BE(T3, 1)] ^ X1[GET_U8_BE(T3, 2)] ^ X2[GET_U8_BE(T3, 3)]; \
360 (T0) = X1[GET_U8_BE(T0, 0)] ^ X2[GET_U8_BE(T0, 1)] ^ S1[GET_U8_BE(T0, 2)] ^ S2[GET_U8_BE(T0, 3)]; \
361 (T1) = X1[GET_U8_BE(T1, 0)] ^ X2[GET_U8_BE(T1, 1)] ^ S1[GET_U8_BE(T1, 2)] ^ S2[GET_U8_BE(T1, 3)]; \
362 (T2) = X1[GET_U8_BE(T2, 0)] ^ X2[GET_U8_BE(T2, 1)] ^ S1[GET_U8_BE(T2, 2)] ^ S2[GET_U8_BE(T2, 3)]; \
363 (T3) = X1[GET_U8_BE(T3, 0)] ^ X2[GET_U8_BE(T3, 1)] ^ S1[GET_U8_BE(T3, 2)] ^ S2[GET_U8_BE(T3, 3)]; \
462 reg0 = rk->u[0] ^ MAKE_U32((uint8_t)(X1[GET_U8_BE(reg0, 0)]), (uint8_t)(X2[GET_U8_BE(reg0, 1)] >> 8), (uint8_t)(S1[GET_U8_BE(reg0, 2)]), (uint8_t)(S2[GET_U8_BE(reg0, 3)]))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/aria/
aria.c 277 static const uint32_t X2[256] = {
360 X2[GET_U8_BE(T0, 3)]; \
365 X2[GET_U8_BE(T1, 3)]; \
370 X2[GET_U8_BE(T2, 3)]; \
375 X2[GET_U8_BE(T3, 3)]; \
383 X2[GET_U8_BE(T0, 1)] ^ \
388 X2[GET_U8_BE(T1, 1)] ^ \
393 X2[GET_U8_BE(T2, 1)] ^ \
398 X2[GET_U8_BE(T3, 1)] ^ \
513 (uint8_t)(X2[GET_U8_BE(reg0, 1)] >> 8)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/aria/
aria.c 277 static const uint32_t X2[256] = {
360 X2[GET_U8_BE(T0, 3)]; \
365 X2[GET_U8_BE(T1, 3)]; \
370 X2[GET_U8_BE(T2, 3)]; \
375 X2[GET_U8_BE(T3, 3)]; \
383 X2[GET_U8_BE(T0, 1)] ^ \
388 X2[GET_U8_BE(T1, 1)] ^ \
393 X2[GET_U8_BE(T2, 1)] ^ \
398 X2[GET_U8_BE(T3, 1)] ^ \
513 (uint8_t)(X2[GET_U8_BE(reg0, 1)] >> 8)
    [all...]
  /src/sys/arch/ia64/unwind/
decode.h 40 #define R2MASKPSP 0x2
184 struct unwind_desc_X2 X2;
193 X1, X2, X3, X4
  /src/sys/dev/pci/
emuxki.c 80 #define X2(x, y) ((sc->sc_type & EMUXKI_AUDIGY) \
741 X2(DSP_OUTL, DSP_OUT_A_FRONT),
746 X2(DSP_OUTR, DSP_OUT_A_FRONT),
754 X2(DSP_OUTL, DSP_OUT_A_REAR),
759 X2(DSP_OUTR, DSP_OUT_A_REAR),
766 X2(DSP_OUTL, DSP_OUT_ADC),
767 X2(DSP_INL, DSP_IN_AC97),
771 X2(DSP_OUTR, DSP_OUT_ADC),
772 X2(DSP_INR, DSP_IN_AC97),
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 62 __m128i X0, X1, X2, X3;
68 X2 = _mm_loadu_si128((const __m128i *) &key[16]);
69 rkeys[i++] = X2;
72 X1 = _mm_shuffle_epi32(_mm_aeskeygenassist_si128(X2, (S)), 0xff); \
82 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x10)); \
83 X2 = _mm_xor_si128(X2, X3); \
84 X3 = _mm_castps_si128(_mm_shuffle_ps(_mm_castsi128_ps(X3), _mm_castsi128_ps(X2), 0x8c)); \
85 X2 = _mm_xor_si128(_mm_xor_si128(X2, X3), X1);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S 3359 #define X2 X0 + 2
3469 #undef X2
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 942 Value *Var = nullptr, *Inv = nullptr, *X1 = nullptr, *X2 = nullptr;
943 if (!match(PV.X, m_Xor(m_Value(X1), m_Value(X2))))
946 auto *I2 = dyn_cast<Instruction>(X2);
948 Var = X2;
952 Inv = X2;
  /src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp 806 int X2;
813 imageItem(int x1, int y1, int x2, int y2,
822 imageItem::imageItem(int x1, int y1, int x2, int y2,
827 X2 = x2;
858 void add(int x1, int y1, int x2, int y2,
996 x = max(h->X2, x);
1010 int x1 = max(min(i->X1, i->X2) * image_res / postscriptRes
1017 int x2 = max(i->X1, i->X2) * image_res / postscriptRe local
1110 int x2 = f->readInt(); local
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 991 FLOAT X, X1, X2, X8, Random1;
2491 X2 = SQRT (X * D);
2492 Y2 = (X2 - Z2) - (Y - Z2);
2493 X2 = X8 / (Y - Half);
2494 X2 = X2 - Half * X2 * X2;
2495 SqEr = (Y2 + Half) + (Half - X2);
2498 SqEr = Y2 - X2;
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 991 FLOAT X, X1, X2, X8, Random1;
2491 X2 = SQRT (X * D);
2492 Y2 = (X2 - Z2) - (Y - Z2);
2493 X2 = X8 / (Y - Half);
2494 X2 = X2 - Half * X2 * X2;
2495 SqEr = (Y2 + Half) + (Half - X2);
2498 SqEr = Y2 - X2;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 1934 Value *X1, *X2, *X3, *X4;
1935 if (match(OrOp0, m_OneUse(m_Xor(m_Value(X1), m_Value(X2)))) &&
1937 // ((X1 ^ X2) || (X3 ^ X4)) == 0 --> (X1 == X2) && (X3 == X4)
1938 // ((X1 ^ X2) || (X3 ^ X4)) != 0 --> (X1 != X2) || (X3 != X4)
1939 Value *Cmp12 = Builder.CreateICmp(Pred, X1, X2);
  /src/external/public-domain/sqlite/dist/
shell.c 7633 a[1] = (m & 0x2) ? 'w' : '-';
10027 int Y,M,D,X1,X2,A,B,sec,min,hr;
10040 X2 = 306001*(M+1)/10000;
10043 JDsec = (i64)((X1 + X2 + D + B - 1524.5)*86400) + hr*3600 + min*60 + sec;
sqlite3.c 18750 #define SQLITE_TOKEN_KEYWORD 0x2 /* Token is a keyword. */
79554 BtreePayload x2; local
157354 int x1, x2; local
210712 RtreeDValue x1, x2; local
    [all...]

Completed in 109 milliseconds