Home
last modified time | relevance | path

Searched refs:rt1 (Results 101 – 125 of 1330) sorted by relevance

12345678910>>...54

/dports/sysutils/acfgfs/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua22 rt1 = alloc_surface(VRESW, VRESH);
26 show_image({rt1, rt2, rt3});
28 define_rendertarget(rt1, {a, b, c},
37 move_image(rt1, VRESW - image_surface_properties(rt1).width, 0);
64 rendertarget_forceupdate(rt1);
/dports/x11/aclip/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua22 rt1 = alloc_surface(VRESW, VRESH);
26 show_image({rt1, rt2, rt3});
28 define_rendertarget(rt1, {a, b, c},
37 move_image(rt1, VRESW - image_surface_properties(rt1).width, 0);
64 rendertarget_forceupdate(rt1);
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/regression/rendertarget/
H A Drendertarget.lua22 rt1 = alloc_surface(VRESW, VRESH);
26 show_image({rt1, rt2, rt3});
28 define_rendertarget(rt1, {a, b, c},
37 move_image(rt1, VRESW - image_surface_properties(rt1).width, 0);
64 rendertarget_forceupdate(rt1);
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/legacy-cloud-providers/azure/clients/routetableclient/
H A Dazure_routetableclient_test.go199 rt1 := getTestRouteTable("rt1")
205 …armClient.EXPECT().PutResourceWithDecorators(gomock.Any(), to.String(rt1.ID), rt1, gomock.Any()).R…
209 rerr := rtClient.CreateOrUpdate(context.TODO(), "rg", "rt1", rt1, "*")
222 rt1 := getTestRouteTable("rt1")
226 rerr := routetableClient.CreateOrUpdate(context.TODO(), "rg", "rt1", rt1, "")
240 rt1 := getTestRouteTable("rt1")
244 rerr := routetableClient.CreateOrUpdate(context.TODO(), "rg", "rt1", rt1, "")
264 rt1 := getTestRouteTable("rt1")
266 …armClient.EXPECT().PutResourceWithDecorators(gomock.Any(), to.String(rt1.ID), rt1, gomock.Any()).R…
278 rt1 := getTestRouteTable("rt1")
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/
H A DFischerBurmeisterGenerated.h30 double rt1,
44 double rt1,
57 double rt1,
79 double rt1,
92 double rt1,
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/sh2_dynarec/
H A Dsh2_dynarec.c497 if(rt1[i+j]>=0) hsn[rt1[i+j]]=j; in lsn()
1354 if(rt1[i]>=0&&rt1[i]!=TBIT) alloc_reg(current,i,rt1[i]); in imm8_alloc()
1388 if(rt1[i]>=0&&rt1[i]!=TBIT) dirty_reg(current,rt1[i]); in imm8_alloc()
1423 alloc_reg(current,i,rt1[i]==TBIT?SR:rt1[i]); in load_alloc()
2199 t=get_reg(i_regs->regmap,rt1[i]==TBIT?-1:rt1[i]); in load_assemble()
4510 if(rt1[i+1]>=0) u|=1LL<<rt1[i+1]; in unneeded_registers()
4534 if(rt1[i+1]>=0) temp_u|=1LL<<rt1[i+1]; in unneeded_registers()
4540 if(rt1[i]>=0) temp_u|=1LL<<rt1[i]; in unneeded_registers()
4564 if(rt1[i+1]>=0) u|=1LL<<rt1[i+1]; in unneeded_registers()
4577 if(rt1[i+1]>=0) b|=1LL<<rt1[i+1]; in unneeded_registers()
[all …]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Dmeasures3d.c93 return rt_dist3d_distanceline(ctx, rt1, rt2, rt1->srid, DIST_MIN); in rtgeom_closest_line_3d()
99 return rt_dist3d_distanceline(ctx, rt1, rt2, rt1->srid, DIST_MAX); in rtgeom_furthest_line_3d()
105 return rt_dist3d_distancepoint(ctx, rt1, rt2, rt1->srid, DIST_MIN); in rtgeom_closest_point_3d()
141 if (!rt_dist2d_comp(ctx, rt1,rt2,&thedl2d)) in rt_dist3d_distanceline()
148 if(!rtgeom_has_z(ctx, rt1)) in rt_dist3d_distanceline()
182 if (!rt_dist3d_recursive(ctx, rt1, rt2, &thedl)) in rt_dist3d_distanceline()
246 if (!rt_dist2d_comp(ctx, rt1,rt2,&thedl2d)) in rt_dist3d_distancepoint()
254 if(!rtgeom_has_z(ctx, rt1)) in rt_dist3d_distancepoint()
289 if (!rt_dist3d_recursive(ctx, rt1, rt2, &thedl)) in rt_dist3d_distancepoint()
342 if (rt_dist3d_recursive(ctx, rt1, rt2, &thedl)) in rtgeom_maxdistance3d_tolerance()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java170 RetTypeKind rt1, rt2; field in StructuralMostSpecificTest
176 StructuralMostSpecificTest(LambdaReturnKind lrk, RetTypeKind rt1, RetTypeKind rt2, in StructuralMostSpecificTest() argument
179 this.rt1 = rt1; in StructuralMostSpecificTest()
208 .replaceAll("#R1", rt1.retTypeStr) in JavaSource()
242 if (!lrk.compatibleWith(rt1) || !lrk.compatibleWith(rt2)) in check()
245 if (lrk.needsConversion(rt1) != lrk.needsConversion(rt2)) in check()
248 boolean m1MoreSpecific = rt1.moreSpecificThan(rt2); in check()
249 boolean m2MoreSpecific = rt2.moreSpecificThan(rt1); in check()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java170 RetTypeKind rt1, rt2; field in StructuralMostSpecificTest
176 StructuralMostSpecificTest(LambdaReturnKind lrk, RetTypeKind rt1, RetTypeKind rt2, in StructuralMostSpecificTest() argument
179 this.rt1 = rt1; in StructuralMostSpecificTest()
208 .replaceAll("#R1", rt1.retTypeStr) in JavaSource()
242 if (!lrk.compatibleWith(rt1) || !lrk.compatibleWith(rt2)) in check()
245 if (lrk.needsConversion(rt1) != lrk.needsConversion(rt2)) in check()
248 boolean m1MoreSpecific = rt1.moreSpecificThan(rt2); in check()
249 boolean m2MoreSpecific = rt2.moreSpecificThan(rt1); in check()
/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dlae2.tcc47 float &rt1, in lae2() argument
55 &rt1, in lae2()
64 double &rt1, in lae2() argument
72 &rt1, in lae2()
H A Dlaev2.h45 float &rt1,
56 double &rt1,
66 float &rt1,
76 double &rt1,
H A Dlaesy.tcc47 std::complex<float > &rt1, in laesy()
59 reinterpret_cast<float *>(&rt1), in laesy()
72 std::complex<double> &rt1, in laesy() argument
84 reinterpret_cast<double *>(&rt1), in laesy()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A DrtreeE.test31 CREATE VIRTUAL TABLE rt1 USING rtree(id,x0,x1,y0,y1);
37 INSERT INTO rt1 SELECT x+5*y, x, x+2, y, y+2 FROM x, y;
43 INSERT INTO rt1 SELECT 100+x+5*y, x*3+100, x*3+102, y*3, y*3+2 FROM x, y;
49 INSERT INTO rt1 SELECT 200+x+5*y, x*7, x*7+15, y*7+200, y*7+215 FROM x, y;
51 do_rtree_integrity_test rtreeE-1.0.1 rt1
55 SELECT id FROM rt1 WHERE id MATCH Qcircle(0.0, 0.0, 50.0, 3) ORDER BY id;
61 SELECT id FROM rt1 WHERE id MATCH Qcircle(100.0, 0.0, 50.0, 3) ORDER BY id;
72 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:3') AND id%100==0
77 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:4') ORDER BY +id
82 SELECT id FROM rt1 WHERE id MATCH Qcircle(0,0,1000,5) ORDER BY +id
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A DrtreeE.test31 CREATE VIRTUAL TABLE rt1 USING rtree(id,x0,x1,y0,y1);
37 INSERT INTO rt1 SELECT x+5*y, x, x+2, y, y+2 FROM x, y;
43 INSERT INTO rt1 SELECT 100+x+5*y, x*3+100, x*3+102, y*3, y*3+2 FROM x, y;
49 INSERT INTO rt1 SELECT 200+x+5*y, x*7, x*7+15, y*7+200, y*7+215 FROM x, y;
51 do_rtree_integrity_test rtreeE-1.0.1 rt1
55 SELECT id FROM rt1 WHERE id MATCH Qcircle(0.0, 0.0, 50.0, 3) ORDER BY id;
61 SELECT id FROM rt1 WHERE id MATCH Qcircle(100.0, 0.0, 50.0, 3) ORDER BY id;
72 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:3') AND id%100==0
77 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:4') ORDER BY +id
82 SELECT id FROM rt1 WHERE id MATCH Qcircle(0,0,1000,5) ORDER BY +id
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A DrtreeE.test31 CREATE VIRTUAL TABLE rt1 USING rtree(id,x0,x1,y0,y1);
37 INSERT INTO rt1 SELECT x+5*y, x, x+2, y, y+2 FROM x, y;
43 INSERT INTO rt1 SELECT 100+x+5*y, x*3+100, x*3+102, y*3, y*3+2 FROM x, y;
49 INSERT INTO rt1 SELECT 200+x+5*y, x*7, x*7+15, y*7+200, y*7+215 FROM x, y;
51 do_rtree_integrity_test rtreeE-1.0.1 rt1
55 SELECT id FROM rt1 WHERE id MATCH Qcircle(0.0, 0.0, 50.0, 3) ORDER BY id;
61 SELECT id FROM rt1 WHERE id MATCH Qcircle(100.0, 0.0, 50.0, 3) ORDER BY id;
72 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:3') AND id%100==0
77 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:4') ORDER BY +id
82 SELECT id FROM rt1 WHERE id MATCH Qcircle(0,0,1000,5) ORDER BY +id
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/
H A Dnew_dynarec_64.c742 if(rt1[i+j]) hsn[rt1[i+j]]=j; in lsn()
1457 if(rt1[i]) { in shiftimm_alloc()
1467 if(rt1[i]) { in shiftimm_alloc()
1476 if(rt1[i]) { in shiftimm_alloc()
1485 if(rt1[i]) { in shiftimm_alloc()
1499 if(rt1[i]) { in shiftimm_alloc()
1510 if(rt1[i]) { in shift_alloc()
1665 if(rt1[i]) alloc_reg(current,i,rt1[i]); in imm16_alloc()
1720 if(rt1[i]&&!((current->u>>rt1[i])&1)) { in load_alloc()
3783 if(rt1[i]) { in mov_assemble()
[all …]
H A Dnew_dynarec.c720 if(rt1[i+j]) hsn[rt1[i+j]]=j; in lsn()
1439 if(rt1[i]) { in shiftimm_alloc()
1449 if(rt1[i]) { in shiftimm_alloc()
1458 if(rt1[i]) { in shiftimm_alloc()
1467 if(rt1[i]) { in shiftimm_alloc()
1481 if(rt1[i]) { in shiftimm_alloc()
1492 if(rt1[i]) { in shift_alloc()
1647 if(rt1[i]) alloc_reg(current,i,rt1[i]); in imm16_alloc()
1702 if(rt1[i]&&!((current->u>>rt1[i])&1)) { in load_alloc()
3756 if(rt1[i]) { in mov_assemble()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/Generated/
H A Dfc3d_AlartCurnierFGenerated.c20 double rt1, in fc3d_AlartCurnierFGenerated() argument
56 x4 = -rt1 + x3; in fc3d_AlartCurnierFGenerated()
103 result[1] = rt1 + x14*x4; in fc3d_AlartCurnierFGenerated()
125 double rt1 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
135 fc3d_AlartCurnierFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_AlartCurnierJeanMoreauFGenerated.c20 double rt1, in fc3d_AlartCurnierJeanMoreauFGenerated() argument
54 x4 = -rt1 + x3; in fc3d_AlartCurnierJeanMoreauFGenerated()
107 result[1] = rt1 + x15*x4; in fc3d_AlartCurnierJeanMoreauFGenerated()
129 double rt1 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
139 fc3d_AlartCurnierJeanMoreauFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
H A Dfc3d_NaturalMapFGenerated.c20 double rt1, in fc3d_NaturalMapFGenerated() argument
61 x10 = rt1 - x9; in fc3d_NaturalMapFGenerated()
135 result[1] = rt1 - x10*x22 + x10*x23; in fc3d_NaturalMapFGenerated()
141 result[1] = rt1; in fc3d_NaturalMapFGenerated()
163 double rt1 = Frama_C_double_interval(-1.0e+6, 1.0e+6); in main() local
173 fc3d_NaturalMapFGenerated(rn, rt1, rt2, un, ut1, ut2, mu, rhon, rhot1, rhot2, result); in main()
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Droute.c121 rt_maskedaddr(&ma1.sa, &rt1->rt_dest, &rt1->rt_netmask); in rt_cmp_dest()
127 return rt_cmp_netmask(rt1, rt2); in rt_cmp_dest()
133 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_os() local
137 c = rt_cmp_dest(rt1, rt2); in rt_compare_os()
150 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_list() local
152 if (rt1->rt_order > rt2->rt_order) in rt_compare_list()
154 if (rt1->rt_order < rt2->rt_order) in rt_compare_list()
162 const struct rt *rt1 = node1, *rt2 = node2; in rt_compare_proto() local
166 assert(rt1->rt_ifp != NULL); in rt_compare_proto()
168 ifp1 = rt1->rt_ifp; in rt_compare_proto()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A DrtreeE.test30 CREATE VIRTUAL TABLE rt1 USING rtree(id,x0,x1,y0,y1);
36 INSERT INTO rt1 SELECT x+5*y, x, x+2, y, y+2 FROM x, y;
42 INSERT INTO rt1 SELECT 100+x+5*y, x*3+100, x*3+102, y*3, y*3+2 FROM x, y;
48 INSERT INTO rt1 SELECT 200+x+5*y, x*7, x*7+15, y*7+200, y*7+215 FROM x, y;
53 SELECT id FROM rt1 WHERE id MATCH Qcircle(0.0, 0.0, 50.0, 3) ORDER BY id;
59 SELECT id FROM rt1 WHERE id MATCH Qcircle(100.0, 0.0, 50.0, 3) ORDER BY id;
62 SELECT id FROM rt1 WHERE id MATCH Qcircle(0.0, 200.0, 50.0, 3) ORDER BY id;
70 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:3') AND id%100==0
75 SELECT id FROM rt1 WHERE id MATCH Qcircle('r:1000 e:4') ORDER BY +id
80 SELECT id FROM rt1 WHERE id MATCH Qcircle(0,0,1000,5) ORDER BY +id
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_180/
H A Dmodel.bin1rt1 (id, idd, str1, mva1, body) values ( 1, 1, '', ( 100, 10, 1), 'the' )";s:14:"total_affected";i…
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlae2.go14 Dlae2(a, b, c float64) (rt1, rt2 float64)
35 rt1, rt2 := impl.Dlae2(a, b, c)
39 a1 := a - rt1
40 c1 := c - rt1
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlae2.go14 Dlae2(a, b, c float64) (rt1, rt2 float64)
35 rt1, rt2 := impl.Dlae2(a, b, c)
39 a1 := a - rt1
40 c1 := c - rt1

12345678910>>...54