HomeSort by relevance Sort by last modified time
    Searched defs:TB (Results 1 - 13 of 13) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 29 Type.Builder TB = new Type.Builder(mRS, E);
30 Type T = TB.setX(1).create();
41 T = TB.setX(2).create();
  /external/cblas/src/
cblas_cgemm.c 18 char TA, TB;
23 #define F77_TB &TB
56 if(TransB == CblasTrans) TB='T';
57 else if ( TransB == CblasConjTrans ) TB='C';
58 else if ( TransB == CblasNoTrans ) TB='N';
69 F77_TB = C2F_CHAR(&TB);
77 if(TransA == CblasTrans) TB='T';
78 else if ( TransA == CblasConjTrans ) TB='C';
79 else if ( TransA == CblasNoTrans ) TB='N';
99 F77_TB = C2F_CHAR(&TB);
    [all...]
cblas_dgemm.c 18 char TA, TB;
23 #define F77_TB &TB
56 if(TransB == CblasTrans) TB='T';
57 else if ( TransB == CblasConjTrans ) TB='C';
58 else if ( TransB == CblasNoTrans ) TB='N';
69 F77_TB = C2F_CHAR(&TB);
77 if(TransA == CblasTrans) TB='T';
78 else if ( TransA == CblasConjTrans ) TB='C';
79 else if ( TransA == CblasNoTrans ) TB='N';
99 F77_TB = C2F_CHAR(&TB);
    [all...]
cblas_sgemm.c 18 char TA, TB;
23 #define F77_TB &TB
56 if(TransB == CblasTrans) TB='T';
57 else if ( TransB == CblasConjTrans ) TB='C';
58 else if ( TransB == CblasNoTrans ) TB='N';
70 F77_TB = C2F_CHAR(&TB);
77 if(TransA == CblasTrans) TB='T';
78 else if ( TransA == CblasConjTrans ) TB='C';
79 else if ( TransA == CblasNoTrans ) TB='N';
101 F77_TB = C2F_CHAR(&TB);
    [all...]
cblas_zgemm.c 18 char TA, TB;
23 #define F77_TB &TB
56 if(TransB == CblasTrans) TB='T';
57 else if ( TransB == CblasConjTrans ) TB='C';
58 else if ( TransB == CblasNoTrans ) TB='N';
69 F77_TB = C2F_CHAR(&TB);
77 if(TransA == CblasTrans) TB='T';
78 else if ( TransA == CblasConjTrans ) TB='C';
79 else if ( TransA == CblasNoTrans ) TB='N';
99 F77_TB = C2F_CHAR(&TB);
    [all...]
  /external/clang/test/SemaCXX/
virtual-override.cpp 225 template <int N> struct TB {};
226 struct D : public TB<0> {};
230 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
234 virtual D* f2(); // expected-error{{return type of virtual function 'f2' is not covariant with the return type of the function it overrides ('type_dependent_covariance::D *' is not derived from 'TB<1> *')}}
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 66 struct TB {
67 ~TB() throw(int);
72 TB<T> b;
114 TB<T> b;
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 119 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6
827 case X86Local::TB:
836 case X86Local::TB: opcodeType = TWOBYTE; break;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 109 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB,
111 : SplitB(B), TrueB(TB), FalseB(FB), JoinB(JB), PredR(PR) {}
222 MachineBasicBlock *TB = 0, *FB = 0;
253 TB = T1B, FB = T2B;
255 TB = T2B, FB = T1B;
257 if (!MDT->properlyDominates(B, TB) || !MDT->properlyDominates(B, FB))
260 // Detect triangle first. In case of a triangle, one of the blocks TB/FB
264 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
265 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
278 MachineBasicBlock *TSB = (TNS > 0) ? *TB->succ_begin() : 0
    [all...]
HexagonHardwareLoops.cpp 436 MachineBasicBlock *TB = nullptr, *FB = nullptr;
437 bool NotAnalyzed = TII->AnalyzeBranch(*ExitingBlock, TB, FB, Cond, false);
583 MachineBasicBlock *TB = nullptr, *FB = nullptr;
584 bool NotAnalyzed = TII->AnalyzeBranch(*ExitingBlock, TB, FB, Cond, false);
589 // TB must be non-null. If FB is also non-null, one of them must be
590 // the header. Otherwise, branch to TB could be exiting the loop, and
592 assert (TB && "Exit block without a branch?");
593 if (ExitingBlock != Latch && (TB == Latch || FB == Latch)) {
599 if (TB == Latch)
600 TB = (LTB == Header) ? LTB : LFB
    [all...]
  /external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp 340 // and that is varThreshold=4*4=16; Corresponds to Tb in the paper.
347 // TB - threshold when the component becomes significant enough to be included into
348 // the background model. It is the TB=1-cf from the paper. So I use cf=0.1 => TB=0.
407 //Tb - threshold on the squared Mahalan. dist. to decide if it is well described
410 //and that is Tb=4*4=16;
422 //TB - threshold when the component becomes significant enough to be included into
423 //the background model. It is the TB=1-cf from the paper. So I use cf=0.1 => TB=0.
463 float Tb, float TB, float tau
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 51 EnumSet<Element> set = EnumSet.of(Element.H, Element.TB, Element.DY, Element.UUO);
104 IN, SN, SB, TE, I, XE, CS, BA, LA, CE, PR, ND, PM, SM, EU, GD, TB, DY, HO, ER, TM, YB, LU,
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c     [all...]

Completed in 820 milliseconds