Home
last modified time | relevance | path

Searched refs:cv2 (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp-deps/glslang/Test/
DnonSquare.vert8 const vec2 cv2 = vec2(10.0, 20.0);
24 … (m24 * m42) * v4 + cv2 * m42 + m24 * cv2 + vec4(cv2[1], cv2.x, m42[2][1], m42[2][0]);
Dspv.nonSquare.vert8 const vec2 cv2 = vec2(10.0, 20.0);
24 … (m24 * m42) * v4 + cv2 * m42 + m24 * cv2 + vec4(cv2[1], cv2.x, m42[2][1], m42[2][0]);
Dspv.conversion.frag109 ivec4 cv2 = ivec4(1.0);
110 bvec4 cv5 = bvec4(cv2);
Dconversion.frag109 ivec4 cv2 = ivec4(1.0);
110 bvec4 cv5 = bvec4(cv2);
/external/python/cpython3/Lib/turtledemo/
Dtwo_canvases.py14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee")
16 cv2.pack()
20 s2 = TurtleScreen(cv2)
/external/python/cpython2/Demo/turtle/
Dtdemo_two_canvases.py14 cv2 = TK.Canvas(root, width=300, height=200, bg="#ffeeee")
16 cv2.pack()
20 s2 = TurtleScreen(cv2)
/external/autotest/client/site_tests/power_CameraSuspend/
Dpower_CameraSuspend.py17 import cv2
44 cam = cv2.VideoCapture(cam_index)
78 cv2.imwrite(path, image)
/external/clang/test/Sema/
Dderef.c31 extern void cv2;
34 return &cv2; /* expected-warning{{address of an expression of type 'void'}} */ in foo5()
/external/clang/test/SemaObjCXX/
Doverload.mm66 int& cv2(void*); function
67 float& cv2(const void*); function
74 int& i3 = cv2(a);
75 float& f3 = cv2(ac);
/external/cldr/tools/java/org/unicode/cldr/test/
DCoverageLevel2.java181 CoverageLevel2 cv2 = CoverageLevel2.getInstance("de"); in main() local
198 int newLevel = cv2.getIntLevel(path); in main()
203 int newLevel = cv2.getIntLevel(path); in main()
206 newLevel = cv2.getIntLevel(path); in main()
/external/python/cpython3/Lib/test/
Ddataclass_module_2.py21 cv2: T_CV2
Ddataclass_module_2_str.py21 cv2: T_CV2
Ddataclass_module_1.py21 cv2: T_CV2
Ddataclass_module_1_str.py21 cv2: T_CV2
/external/deqp-deps/glslang/Test/baseResults/
DnonSquare.vert.out69 0:? 'cv2' ( const 2-component vector of float)
162 0:? 'cv2' ( const 2-component vector of float)
Dspv.conversion.frag.out34 Name 417 "cv2"
169 417(cv2): 93(ptr) Variable Function
562 Store 417(cv2) 102
563 419: 92(ivec4) Load 417(cv2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcanonicalize-constant-low-bit-mask-and-icmp-uge-to-icmp-ule.ll120 define i1 @cv2(i8 %y) {
121 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-eq-to-icmp-ule.ll122 define i1 @cv2(i8 %y) {
123 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll120 define i1 @cv2(i8 %y) {
121 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll122 define i1 @cv2(i8 %y) {
123 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll129 define i1 @cv2(i8 %x, i8 %y) {
130 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-ule-to-icmp-ule.ll129 define i1 @cv2(i8 %x, i8 %y) {
130 ; CHECK-LABEL: @cv2(
Dcanonicalize-constant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll162 define i1 @cv2(i8 %x, i8 %y) {
163 ; CHECK-LABEL: @cv2(
/external/libcxx/test/std/utilities/variant/variant.visit/
Dvisit.pass.cpp202 const V &cv2 = v2; in test_argument_forwarding() local
207 std::visit(obj, cv1, cv2, std::move(v3)); in test_argument_forwarding()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h66 const PBQP::Vector &cv2 = g->getNodeCosts(n2Itr); in operator() local
69 PBQPNum cost2 = cv2[0] / s->getSolverDegree(n2Itr); in operator()

12