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

  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tanq_kernel.c 69 TH = 3.333333333333333333333333333333333333333E-1Q,
131 r += TH * s;
  /src/external/gpl3/gcc/dist/libquadmath/math/
tanq_kernel.c 69 TH = 3.333333333333333333333333333333333333333E-1Q,
131 r += TH * s;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCInstPrinter.cpp 155 // 2. We must print the short mnemonics for TH == 0 because the
158 // dcbt ra, rb, th [server]
159 // dcbt th, ra, rb [embedded]
160 // where th can be omitted when it is 0. dcbtst is the same.
162 unsigned char TH = MI->getOperand(0).getImm();
166 if (TH == 16)
171 if (IsBookE && TH != 0 && TH != 16)
172 O << (unsigned int) TH << ", ";
178 if (!IsBookE && TH != 0 && TH != 16
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 181 TH = 382, /* TH */
359 #define TH 382
bfin-parse.c 665 TH = 382, /* TH */
843 #define TH 382
1053 YYSYMBOL_TH = 127, /* TH */
1620 "NS", "S", "CO", "SCO", "TH", "TL", "BP", "BREV", "X", "Z", "M", "MMOD",
7127 case 296: /* rnd_op: LPAREN TH RPAREN */
7171 case 300: /* rnd_op: LPAREN TH COMMA R RPAREN */
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 181 TH = 382, /* TH */
359 #define TH 382
bfin-parse.c 665 TH = 382, /* TH */
843 #define TH 382
1053 YYSYMBOL_TH = 127, /* TH */
1620 "NS", "S", "CO", "SCO", "TH", "TL", "BP", "BREV", "X", "Z", "M", "MMOD",
7127 case 296: /* rnd_op: LPAREN TH RPAREN */
7171 case 300: /* rnd_op: LPAREN TH COMMA R RPAREN */
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 3339 SDValue TH = DAG.getNode(ISD::SRL, dl, NVT, T, Shift);
3344 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH);

Completed in 61 milliseconds