Home
last modified time | relevance | path

Searched refs:vp1 (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/disman/event/
H A DmteTrigger.c269 while (vp1) { in mteTrigger_run()
290 cmp = snmp_oid_compare(vp1->name, vp1->name_length, in mteTrigger_run()
317 vp1 = vp1->next_variable; in mteTrigger_run()
325 vp1 = vp1->next_variable; in mteTrigger_run()
400 vp1 = vp1->next_variable; in mteTrigger_run()
426 for (vp1 = var; vp1; vp1=vp1->next_variable) { in mteTrigger_run()
727 vp1 = vp1->next_variable; in mteTrigger_run()
734 vp1 = vp1->next_variable; in mteTrigger_run()
769 for ( vp1 = var; vp1; vp1=vp1->next_variable ) { in mteTrigger_run()
913 for ( vp1 = var; vp1; vp1=vp1->next_variable ) { in mteTrigger_run()
[all …]
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/bv/
H A Dbug787.smt249 (or (= (_ bv1 4) vp1-0) (= (_ bv2 4) vp1-0) (= (_ bv4 4) vp1-0)
50 (= (_ bv8 4) vp1-0)))
53 (or (= (_ bv1 4) vp1-1) (= (_ bv2 4) vp1-1) (= (_ bv4 4) vp1-1)
54 (= (_ bv8 4) vp1-1)))
57 (or (= (_ bv1 4) vp1-2) (= (_ bv2 4) vp1-2) (= (_ bv4 4) vp1-2)
61 (or (= (_ bv1 4) vp1-3) (= (_ bv2 4) vp1-3) (= (_ bv4 4) vp1-3)
63 (assert (= (_ bv15 4) (bvor vp1-0 (bvor vp1-1 (bvor vp1-2 vp1-3)))))
69 (centered (index-bit (permute (_ bv0 4) vp1-0 vp1-1 vp1-2 vp1-3) v1) v1)
75 (centered (index-bit (permute (_ bv1 4) vp1-0 vp1-1 vp1-2 vp1-3) v1) v1)
81 (centered (index-bit (permute (_ bv2 4) vp1-0 vp1-1 vp1-2 vp1-3) v1) v1)
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dcreate_view_partitioned.q1 DROP VIEW vp1;
7 CREATE VIEW vp1
13 DESCRIBE EXTENDED vp1;
16 SELECT * FROM vp1;
18 SELECT key FROM vp1;
22 ALTER VIEW vp1
26 ALTER VIEW vp1
29 SHOW PARTITIONS vp1;
37 ALTER VIEW vp1
43 ALTER VIEW vp1
[all …]
/dports/math/R/R-4.1.2/src/library/grid/tests/
H A Dtestls.Rout.save60 vp1
265 vp1
268 vp1
274 vp1
277 vp1
294 vp1
297 vp1
304 vp1
307 vp1
321 vp1
[all …]
/dports/math/libRmath/R-4.1.1/src/library/grid/tests/
H A Dtestls.Rout.save60 vp1
265 vp1
268 vp1
274 vp1
277 vp1
294 vp1
297 vp1
304 vp1
307 vp1
321 vp1
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dcondopptr.c45 void *vp1; in testCondOpPtrTypes1() local
69 vp1 = &(testarray[1]); in testCondOpPtrTypes1()
71 vp2 = cond ? testarray : vp1; /* int[], void * ==> void * */ in testCondOpPtrTypes1()
73 vp2 = cond ? ip1 : vp1; /* int *, void * ==> void * */ in testCondOpPtrTypes1()
75 cp = cond ? testarray : vp1; /* int[], void * ==> void * */ in testCondOpPtrTypes1()
89 ASSERT (deref2 (cond ? testarray : vp1) == 3); in testCondOpPtrTypes1()
90 ASSERT (deref2 (cond ? ip1 : vp1) == 7); in testCondOpPtrTypes1()
102 void *vp1; in testCondOpPtrTypes2() local
125 vp1 = &(testarray[1]); in testCondOpPtrTypes2()
145 ASSERT (deref2 (cond ? vp1 : testarray) == 3); in testCondOpPtrTypes2()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Stensor/Internals/
H A DSortEigenValues.hxx61 static void exe(T& vp0,T& vp1,T&, in exe()
65 if(vp0>vp1){std::swap(vp0,vp1);}; in exe()
67 if(vp0<vp1){std::swap(vp0,vp1);}; in exe()
85 static void exe(T& vp0,T& vp1,T& vp2, in exe()
95 swap_if_greater(vp0,vp1); in exe()
97 swap_if_greater(vp1,vp2); in exe()
99 swap_if_lesser(vp0,vp1); in exe()
101 swap_if_lesser(vp1,vp2); in exe()
H A DStensorComputeEigenValues.hxx49 T& vp1,T& vp2,T& vp3, in exe()
54 vp1 = *v; in exe()
65 T& vp1,T& vp2,T& vp3, in exe()
77 vp1 = one_half*tr+std::sqrt(delta); in exe()
113 if(std::abs(vp1-vp2)<std::numeric_limits<T>::epsilon()){ in exe()
114 const auto vm = (vp1+vp2)*one_half; in exe()
115 vp1=vp2=vm; in exe()
118 const auto vm = (vp1+vp3)*one_half; in exe()
119 vp1=vp3=vm; in exe()
127 vp1 *= vmax; in exe()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Stensor/Internals/
H A DSortEigenValues.hxx61 static void exe(T& vp0,T& vp1,T&, in exe()
65 if(vp0>vp1){std::swap(vp0,vp1);} in exe()
67 if(vp0<vp1){std::swap(vp0,vp1);} in exe()
85 static void exe(T& vp0,T& vp1,T& vp2, in exe()
95 swap_if_greater(vp0,vp1); in exe()
97 swap_if_greater(vp1,vp2); in exe()
99 swap_if_lesser(vp0,vp1); in exe()
101 swap_if_lesser(vp1,vp2); in exe()
H A DStensorComputeEigenValues.hxx49 T& vp1,T& vp2,T& vp3, in exe()
54 vp1 = *v; in exe()
65 T& vp1,T& vp2,T& vp3, in exe()
77 vp1 = one_half*tr+std::sqrt(delta); in exe()
113 if(std::abs(vp1-vp2)<std::numeric_limits<T>::epsilon()){ in exe()
114 const auto vm = (vp1+vp2)*one_half; in exe()
115 vp1=vp2=vm; in exe()
118 const auto vm = (vp1+vp3)*one_half; in exe()
119 vp1=vp3=vm; in exe()
127 vp1 *= vmax; in exe()
[all …]
/dports/math/grace/grace-5.1.25/src/
H A Ddraw.c264 VPoint vp1, vp2; in symplus() local
266 vp1.y = vp.y; in symplus()
271 vp1.x = vp.x; in symplus()
280 VPoint vp1, vp2; in symx() local
369 VPoint vp1, vp2; in DrawPolyline() local
467 vps[0] = vp1; in DrawLine()
752 vpbuf.x = vp1.x + t*(vp2.x - vp1.x); in line_intersect()
753 vpbuf.y = vp1.y + t*(vp2.y - vp1.y); in line_intersect()
898 vp1 = vp2; in intersect_polygon()
1917 vptmp = *vp1; in vpswap()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dvar-expand3.c17 vector float vp1, vp2, vp3, vaccum, vzero, vtmp; in foo() local
26 vp1 = vec_ld (i * 16, in1); in foo()
29 vaccum = vec_madd (vp1, vp2, vaccum); in foo()
33 vp1 = vec_add (vaccum, vtmp); in foo()
34 vtmp = vec_sld (vp1, vp1, 4); in foo()
35 vp2 = vec_add (vp1, vtmp); in foo()

12345678910>>...46