Home
last modified time | relevance | path

Searched refs:tg (Results 1 – 25 of 165) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c608 static ALWAYS_INLINE void PIPE_CDECL generic_run_one( struct translate_generic *tg, in generic_run_one() argument
613 unsigned nr_attrs = tg->nr_attrib; in generic_run_one()
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; in generic_run_one()
620 if (tg->attrib[attr].type == TRANSLATE_ELEMENT_NORMAL) { in generic_run_one()
625 if (tg->attrib[attr].instance_divisor) { in generic_run_one()
626 index = instance_id / tg->attrib[attr].instance_divisor; in generic_run_one()
635 index = MIN2(index, tg->attrib[attr].max_index); in generic_run_one()
638 src = tg->attrib[attr].input_ptr + in generic_run_one()
639 tg->attrib[attr].input_stride * index; in generic_run_one()
641 copy_size = tg->attrib[attr].copy_size; in generic_run_one()
[all …]
/external/clang/utils/
DFuzzTest72 def __init__(self, tg, test): argument
73 self.tg = tg
81 name,data = self.tg.inputs[i]
95 name,data = self.tg.inputs[i]
114 file_data = test_application.tg.inputs[test[3][0]][1]
319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
322 print '%s: note: %d input bytes.' % (sys.argv[0], tg.num_positions)
323 print '%s: note: %d total tests.' % (sys.argv[0], tg.num_tests)
328 itertools.repeat(tg.num_tests, opts.max_tests))
330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
[all …]
/external/clang/test/TableGen/
Dtg-fixits.td7 // CHECK: tg-fixits.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously
14 // CHECK: tg-fixits.td:[[@LINE-2]]:36: error: group 'name' is referred to anonymously
21 // CHECK: tg-fixits.td:[[@LINE-1]]:3: error: group 'name' is referred to anonymously
29 // CHECK: tg-fixits.td:[[@LINE-1]]:11: error: group 'name' is referred to anonymously
39 // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously
/external/opencv3/modules/imgproc/test/
Dtest_canny.cpp206 double tg = dxval ? (double)dyval/dxval : DBL_MAX*CV_SIGN(dyval); in test_Canny() local
208 if( fabs(tg) < tan_pi_8 ) in test_Canny()
212 else if( tan_pi_8 <= tg && tg <= tan_3pi_8 ) in test_Canny()
216 else if( -tan_3pi_8 <= tg && tg <= -tan_pi_8 ) in test_Canny()
222 assert( fabs(tg) > tan_3pi_8 ); in test_Canny()
/external/opencv3/modules/imgproc/src/opencl/
Dcanny.cl188 [0, tg(22.5)] -> 0 direction
189 [tg(22.5), tg(67.5)] -> 1 or 3
190 [tg(67,5), +oo) -> 2
192 Since tg(67.5) = 1 / tg(22.5), if we take
193 a = abs(dy / dx) * tg(22.5) and b = abs(dy / dx) * tg(67.5)
197 [0, tg(22.5)^2] -> 0
198 [tg(22.5)^2, 1] -> 1, 3
203 [1, tg(67.5)^2] -> 1,3
204 [tg(67.5)^2, +oo) -> 2
/external/llvm/include/llvm/Support/
DTimer.h87 Timer(StringRef N, TimerGroup &tg) : TG(nullptr) { init(N, tg); } in Timer() argument
100 void init(StringRef N, TimerGroup &tg);
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py332 tg = c.get_parent_target_group()
333 if tg and not tg.enabled:
524 tg = ci.get_parent_target_group()
525 if tg and not tg.enabled:
/external/clang/test/Sema/
Dfp16-sema.c11 typedef void(*tg) (__fp16*); typedef
/external/icu/icu4c/source/data/lang/
Dfa_AF.txt28 tg{"تاجکی"}
Dps.txt45 tg{"تاجک"}
Dsah.txt52 tg{"Тадьыыктыы"}
Dkok.txt126 tg{"तजिक"}
Duz_Cyrl.txt115 tg{"Тожикча"}
Ddz.txt134 tg{"ཏ་ཇིཀ་ཁ"}
Dmzn.txt215 tg{"تاجیکی"}
Dce.txt217 tg{"таджикийн"}
Dlrc.txt214 tg{"تاجیکی"}
Dmn.txt217 tg{"тажик"}
Deo.txt135 tg{"taĝika"}
/external/mksh/
Dmkshrc2 # Thorsten Glaser <tg@mirbsd.org>
DNOTICE6 * Thorsten Glaser <tg@mirbsd.org>
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers_inl.hpp472 float tg = a * tanf(u_ / a); in mapForward() local
473 u = scale * tg; in mapForward()
479 v = scale * b * tg * tanf(v_) / sinu; in mapForward()
521 float tg = a * tanf(u_ / a); in mapForward() local
522 u = - scale * tg; in mapForward()
528 v = scale * b * tg * tanf(v_) / sinu; in mapForward()
/external/opencv3/modules/cudastereo/src/cuda/
Dstereobp.cu98 const float tg = 0.587f; in operator ()() local
102 val += tg * ::abs((int)l.y - rs[1]); in operator ()()
118 const float tg = 0.587f; in operator ()() local
124 val += tg * ::abs((int)l.y - r.y); in operator ()()
/external/llvm/lib/Support/
DTimer.cpp102 void Timer::init(StringRef N, TimerGroup &tg) { in init() argument
106 TG = &tg; in init()
/external/mksh/src/
Drlimits.opt22 __RCSID("$MirOS: src/bin/mksh/rlimits.opt,v 1.3 2015/12/12 21:08:44 tg Exp $");

1234567