Home
last modified time | relevance | path

Searched refs:TV (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/external/eigen/bench/
DbenchGeometry.cpp16 TV, enumerator
26 struct func<res, arg1, arg2, TV>
99 run_vec(TV, float, Isometry, AutoAlign, 3); in main()
100 run_vec(TV, float, Isometry, DontAlign, 3); in main()
101 run_vec(TV, float, Isometry, AutoAlign, 4); in main()
102 run_vec(TV, float, Isometry, DontAlign, 4); in main()
103 run_vec(TV, float, Projective, AutoAlign, 4); in main()
104 run_vec(TV, float, Projective, DontAlign, 4); in main()
105 run_vec(TV, double, Isometry, AutoAlign, 3); in main()
106 run_vec(TV, double, Isometry, DontAlign, 3); in main()
[all …]
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_textview.py12 class TV(tv.TextViewer): # Use in TextViewTest class
31 TV.transient.__init__()
32 TV.grab_set.__init__()
33 TV.wait_window.__init__()
36 view = TV(self.root, 'Title', 'test text')
37 self.assertTrue(TV.transient.called)
38 self.assertTrue(TV.grab_set.called)
39 self.assertTrue(TV.wait_window.called)
43 view = TV(self.root, 'Title', 'test text', modal=False)
44 self.assertFalse(TV.transient.called)
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h78 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument
79 return std::chrono::seconds(TV.tv_sec) + in toDuration()
80 std::chrono::microseconds(TV.tv_usec); in toDuration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DUnix.h78 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument
79 return std::chrono::seconds(TV.tv_sec) + in toDuration()
80 std::chrono::microseconds(TV.tv_usec); in toDuration()
/external/python/cpython2/Modules/
Dresource.c20 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
/external/python/cpython3/Modules/
Dresource.c19 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
/external/llvm/tools/dsymutil/
DDebugMap.cpp243 sys::TimeValue TV; in denormalize() local
244 TV.fromEpochTime(Timestamp); in denormalize()
245 dsymutil::DebugMapObject Res(Path, TV); in denormalize()
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dwals.md62 \|UV^T\|_F^2 = \trace(UV^TVU^T) = \trace(U^TUV^TV)
65 Each of the Gramian matrices $$U^TU$$ and $$V^TV$$ are $$k\times k$$ and are
/external/libcxx/test/support/
Dtest_iterators.h94 template <class T, class TV, class U, class UV>
97 operator==(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
102 template <class T, class TV, class U, class UV>
105 operator!=(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
/external/u-boot/arch/arm/mach-rockchip/rk3188/
DKconfig7 ports, HDMI, TV-out, micro-SD card, audio, WiFi and 100MBit
/external/autotest/client/profilers/powertop/src/po/
Dru.po111 msgid " V - Disable TV out "
112 msgstr " V - Отключить TV out"
491 "Suggestion: disable TV out via: \n"
492 " xrandr --output TV --off \n"
495 "Совет: отключите TV-out командой: \n"
496 " xrandr --output TV --off \n"
Dja.po107 msgid " V - Disable TV out "
108 msgstr " V - TV出力無効 "
474 "Suggestion: disable TV out via: \n"
475 " xrandr --output TV --off \n"
478 "提案: 以下のコマンドでTV出力が無効になります。\n"
479 " xrandr --output TV --off \n"
Dzh.po498 "Suggestion: disable TV out via: \n"
499 " xrandr --output TV --off \n"
502 "建議: 使用下列指令關閉 TV 輸出顯示功能:\n"
503 " xrandr --output TV --off\n"
507 msgid " V - Disable TV out "
508 msgstr " V - 關閉 TV 輸出 "
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D6c420cedffa9a613d46708c89a060d78.000099f7.honggfuzz.cov12 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
26 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
41 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
D3440e9d3f7081188d67bd33c74f1ffe6.000074cb.honggfuzz.cov5 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
18 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
31 …��������������������������������������������������������������������������8TV�q=�h7eq6c�|��^�ୋ'�6|…
/external/llvm/lib/Object/
DArchiveWriter.cpp233 sys::TimeValue TV; in now() local
234 TV.fromEpochTime(0); in now()
235 return TV; in now()
/external/turbine/javatests/com/google/turbine/lower/testdata/golden/
Douter.txt3 // signature <V:Ltest/Test$Inner;>Ljava/lang/Object;Ljava/util/List<TV;>;
/external/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt87 TV{"圖瓦盧"}
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/
Dvariant_4.frag7 // NVIDIA SHIELD Android TV
/external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/
Dvariant_2.frag7 // NVIDIA SHIELD Android TV
Dvariant_1.frag7 // NVIDIA SHIELD Android TV
/external/zlib/src/old/
DMakefile.riscos25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp347 Value *TV; in ThreadBinOpOverSelect() local
350 TV = SimplifyBinOp(Opcode, SI->getTrueValue(), RHS, TD, DT, MaxRecurse); in ThreadBinOpOverSelect()
353 TV = SimplifyBinOp(Opcode, LHS, SI->getTrueValue(), TD, DT, MaxRecurse); in ThreadBinOpOverSelect()
359 if (TV == FV) in ThreadBinOpOverSelect()
360 return TV; in ThreadBinOpOverSelect()
363 if (TV && isa<UndefValue>(TV)) in ThreadBinOpOverSelect()
366 return TV; in ThreadBinOpOverSelect()
370 if (TV == SI->getTrueValue() && FV == SI->getFalseValue()) in ThreadBinOpOverSelect()
376 if ((FV && !TV) || (TV && !FV)) { in ThreadBinOpOverSelect()
379 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in ThreadBinOpOverSelect()
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1471 int64_t TV; in checkForImmediate() local
1487 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1501 TV = V2 | (V1 << 32); in checkForImmediate()
1513 TV = V1 | (V3 << 32); in checkForImmediate()
1515 TV = V3 | (V1 << 32); in checkForImmediate()
1529 Val = TV & 0xFFFFFFFFULL; in checkForImmediate()
1532 Val = (TV >> 32) & 0xFFFFFFFFULL; in checkForImmediate()
1535 Val = TV; in checkForImmediate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1512 int64_t TV; in checkForImmediate() local
1528 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1541 TV = V2 | (static_cast<uint64_t>(V1) << 32); in checkForImmediate()
1553 TV = V1 | (V3 << 32); in checkForImmediate()
1555 TV = V3 | (V1 << 32); in checkForImmediate()
1569 Val = TV & 0xFFFFFFFFULL; in checkForImmediate()
1572 Val = (TV >> 32) & 0xFFFFFFFFULL; in checkForImmediate()
1575 Val = TV; in checkForImmediate()

12345678910>>...24