HomeSort by relevance Sort by last modified time
    Searched refs:TB (Results 1 - 25 of 60) sorted by null

1 2 3

  /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...]
  /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();
  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 16 TB
33 case b >= TB:
34 return fmt.Sprintf("%.2fTB", b/TB)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 16 TB
33 case b >= TB:
34 return fmt.Sprintf("%.2fTB", b/TB)
  /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;
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 26 type TB bool
43 func (v TB) String() string { return Sprintf("B: %t", bool(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 26 type TB bool
43 func (v TB) String() string { return Sprintf("B: %t", bool(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
dot.stg 52 {rank=same; rankdir=TB; <states; separator="; ">}
  /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...]
  /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,
  /external/autotest/client/site_tests/firmware_TouchMTB/
test_conf.py 420 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
427 GV.TB: ('vertical', 'from top to bottom',),
475 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
483 GV.TB: ('vertical', 'from top to bottom',),
508 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
517 GV.TB: ('from top to bottom',
557 variations=(GV.TB, GV.BT),
560 GV.TB: ('from top to bottom',),
721 variations=(GV.LR, GV.RL, GV.TB, GV.BT),
727 GV.TB: ('center', 'from top to bottom', 'on the right to')
    [all...]
firmware_constants.py 71 GV.TB = 'top_to_bottom'
86 GV.VERTICAL_DIRECTIONS = [GV.VERTICAL, GV.TB, GV.BT, GV.CT, GV.CB]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go 49 func newTestDB(t testing.TB, name string) *DB {
71 func exec(t testing.TB, db *DB, query string, args ...interface{}) {
78 func closeDB(t testing.TB, db *DB) {
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go 49 func newTestDB(t testing.TB, name string) *DB {
71 func exec(t testing.TB, db *DB, query string, args ...interface{}) {
78 func closeDB(t testing.TB, db *DB) {
    [all...]
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPyramid.cu 154 typedef typename TConvVec2Base<Tout>::TBase TB;
155 return _pixMake(TB(b.x * d + a.x * (1 - d)));
161 typedef typename TConvVec2Base<Tout>::TBase TB;
162 return _pixMake(TB(b.x * d + a.x * (1 - d)),
163 TB(b.y * d + a.y * (1 - d)),
164 TB(b.z * d + a.z * (1 - d)));
170 typedef typename TConvVec2Base<Tout>::TBase TB;
171 return _pixMake(TB(b.x * d + a.x * (1 - d)),
172 TB(b.y * d + a.y * (1 - d)),
173 TB(b.z * d + a.z * (1 - d))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_formats.c 165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
166 C4A(R8G8B8A8_SRGB, RGBA8_SRGB, C0, C1, C2, C3, UNORM, 8_8_8_8, TB, 0),
180 C4B(B5G5R5A1_UNORM, BGR5_A1_UNORM, C2, C1, C0, C3, UNORM, 5_5_5_1, TB),
181 F3B(B5G5R5X1_UNORM, BGR5_X1_UNORM, C2, C1, C0, xx, UNORM, 5_5_5_1, TB),
193 F3B(R11G11B10_FLOAT, R11G11B10_FLOAT, C0, C1, C2, xx, FLOAT, 11_11_10, TB),
195 F3B(L8_UNORM, R8_UNORM, C0, C0, C0, xx, UNORM, 8, TB),
196 F3B(L8_SRGB, R8_UNORM, C0, C0, C0, xx, UNORM, 8, TB),
202 F3B(L16_FLOAT, R16_FLOAT, C0, C0, C0, xx, FLOAT, 16, TB),
205 F3B(L32_FLOAT, R32_FLOAT, C0, C0, C0, xx, FLOAT, 32, TB),
222 A1B(A8_UNORM, A8_UNORM, xx, xx, xx, C0, UNORM, 8, TB),
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 82 func afterTest(t testing.TB) {
  /prebuilts/go/linux-x86/src/net/http/
main_test.go 82 func afterTest(t testing.TB) {
  /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...]

Completed in 2973 milliseconds

1 2 3