Home
last modified time | relevance | path

Searched refs:j22 (Results 1 – 25 of 130) sorted by relevance

123456

/dports/science/elk/elk-7.2.42/src/
H A Dwigner3jf.f9036 (abs(m22).gt.j22).or.(abs(m32).gt.j32)) then
39 write(*,'("j12 = ",I8," j22 = ",I8," j32 = ",I8)') j12,j22,j32
51 j22,j32
/dports/lang/racket/racket-8.3/share/pkgs/games/gobblet/
H A Dtest-model.rkt222 (define-values (i22 j22) (xform 2 2))
233 (test null (board-ref b i22 j22))
270 (test (list big-red) (board-ref b3 i22 j22))
279 (test (list big-red) (board-ref b4 i22 j22))
297 (test (list big-red) (board-ref b5.1 i22 j22))
303 (test null (board-ref b5.2 i22 j22))
310 (test (list big-red) (board-ref b6.1 i22 j22))
320 (test null (board-ref b6.2 i22 j22))
330 (test (list big-red) (board-ref b7.1 i22 j22))
340 (test null (board-ref b7.2 i22 j22))
[all …]
/dports/science/PETSc/petsc-3.14.1/src/snes/tests/
H A Dex17.c348 Mat j11, j12, j21, j22; in block_system() local
409 ierr = MatCreate(PETSC_COMM_WORLD, &j22);CHKERRQ(ierr); in block_system()
410 ierr = MatSetSizes(j22, PETSC_DECIDE, PETSC_DECIDE, 1, 1);CHKERRQ(ierr); in block_system()
411 ierr = MatSetType(j22, MATSEQAIJ);CHKERRQ(ierr); in block_system()
412 ierr = MatSetUp(j22);CHKERRQ(ierr); in block_system()
419 bA[1][1] = j22; in block_system()
427 ierr = MatDestroy(&j22);CHKERRQ(ierr); in block_system()
561 Mat j11, j12, j21, j22; in FormJacobian1_block() local
580 j22 = mats[1][1]; in FormJacobian1_block()
592 ierr = MatSetValue(j22, 0,0, A_11, INSERT_VALUES);CHKERRQ(ierr); in FormJacobian1_block()
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/edge/
H A DvpMbtDistanceCylinder.cpp231 double i11, i12, i21, i22, j11, j12, j21, j22; in initMovingEdge() local
235 vpCircle::computeIntersectionPoint(*cercle2, cam, rho2, theta2, i22, j22); in initMovingEdge()
242 ip22.set_ij(i22, j22); in initMovingEdge()
387 double i11, i12, i21, i22, j11, j12, j21, j22; in updateMovingEdge() local
393 vpCircle::computeIntersectionPoint(*cercle2, cam, rho2, theta2, i22, j22); in updateMovingEdge()
400 ip22.set_ij(i22, j22); in updateMovingEdge()
652 double i11, i12, i21, i22, j11, j12, j21, j22; in getModelForDisplay() local
658 vpCircle::computeIntersectionPoint(*cercle2, cam, rho2, theta2, i22, j22); in getModelForDisplay()
665 ip22.set_ij(i22, j22); in getModelForDisplay()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser/gen/
H A DStonePhaserDsp.cpp636 for (int j22 = 0; (j22 < 4); j22 = (j22 + 1)) { in compute() local
637 fRec4_tmp[j22] = fRec4_perm[j22]; in compute()
870 for (int j22 = 0; (j22 < 4); j22 = (j22 + 1)) { in compute() local
871 fRec4_tmp[j22] = fRec4_perm[j22]; in compute()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Dc_microstrip.cpp629 double f1, f2, ft1, ft2, j11, j12, j21, j22, d_s_h, d_w_h, err; in synth_width() local
667 j22 = ( ft2 - f2 ) / eps; in synth_width()
670 d_s_h = ( -f1 * j22 + f2 * j12 ) / ( j11 * j22 - j21 * j12 ); in synth_width()
671 d_w_h = ( -f2 * j11 + f1 * j21 ) / ( j11 * j22 - j21 * j12 ); in synth_width()
907 double f1, f2, ft1, ft2, j11, j12, j21, j22, d_s_h, d_w_h, err; in calcSynthesize() local
937 j22 = ( ft2 - f2 ) / eps; in calcSynthesize()
940 d_s_h = ( -f1 * j22 + f2 * j12 ) / ( j11 * j22 - j21 * j12 ); in calcSynthesize()
941 d_w_h = ( -f2 * j11 + f1 * j21 ) / ( j11 * j22 - j21 * j12 ); in calcSynthesize()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/plugins/stone-phaser-stereo/gen/
H A DStonePhaserDsp.cpp790 for (int j22 = 0; (j22 < 4); j22 = (j22 + 1)) { in compute() local
791 fRec4_tmp[j22] = fRec4_perm[j22]; in compute()
1145 for (int j22 = 0; (j22 < 4); j22 = (j22 + 1)) { in compute() local
1146 fRec4_tmp[j22] = fRec4_perm[j22]; in compute()
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/macros/
H A Dccontrg.sci68 j22=gs*eye(p1,p1); j22(sj22,sj22)=0;
69 j22=j22-[d11;d21]*[d11;d21]';
84 [q,r]=qr([j12;j22]);
H A Dlft.sci183 [j11,j12,j21,j22]=smga(p#,r#);
191 ptfg22=j22+j21*d22*g#*j12;
249 [j11,j12,j21,j22]=smga(p#,r#);
257 ptfg22=j22+j21*p22*g#*j12;
H A Dgamitg.sci203 j22=eye(p1,p1); j22(sj22,sj22)=0;
265 jg=j11-(j12/(gs*j22-d1121s))*j21;
H A Dfstabst.sci24 // j21 j22]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx83 int i22, j22; in check_equal() local
85 j22 = j11-j1+j2; in check_equal()
86 … || i22 >= (int)right_array.rows() || j22 < 0 || j22 >= (int)right_array.cols() || !right_array.ge… in check_equal()
/dports/news/cnews/cnews-cr.g_18/libdbz/
H A Dfirstlast2522 <72..c19ms65.WCf0G3.@83seEG9nnhM.O.j22> 900000000~-
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/klt/
H A DvpMbtDistanceKltCylinder.cpp685 double i11, i12, i21, i22, j11, j12, j21, j22; in getModelForDisplay() local
691 vpCircle::computeIntersectionPoint(circle2, camera, rho2, theta2, i22, j22); in getModelForDisplay()
698 ip22.set_ij(i22, j22); in getModelForDisplay()
/dports/security/suricata/suricata-6.0.4/rust/src/rdp/
H A Dparser.rs940 let (j22, server_selected_protocol) = match pad { in parse_cs_client_core_data()
951 None => (j22, None), in parse_cs_client_core_data()
952 Some(_) => match opt!(j22, map_opt!(le_u32, millimeters_to_opt)) as IResult<&[u8], _> { in parse_cs_client_core_data()
954 _ => (j22, None), in parse_cs_client_core_data()
/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectori256e.h3468 const int j22 = i22 >= 0 ? i22/16 : i22; in blend32c() local
3485 … j18 >= 0 ? j18 : j19 >= 0 ? j19 : j20 >= 0 ? j20 : j21 >= 0 ? j21 : j22 >= 0 ? j22 : j23>= 0 ? j2… in blend32c()
3489 …&&j19!=r1)?j19 : (j20>=0&&j20!=r1)?j20 : (j21>=0&&j21!=r1)?j21 : (j22>=0&&j22!=r1)?j22: (j23>=0&&j… in blend32c()
3557 …=s1) && (j20<0||j20==r1||j20==s1) && (j21<0||j21==r1||j21==s1) && (j22<0||j22==r1||j22==s1) && (j2… in blend32c()
3566 const int k22= (i22>= 0 ? i22& 15 : i22) | (j22== s1 ? 16 : 0); in blend32c()
3586 const int n22= j22>= 0 ? j22/2*16 + 6 : j22; in blend32c()
3597 …-256 : i19& 31, j20 & 2 ? -256 : i20& 31, j21 & 2 ? -256 : i21& 31, j22 & 2 ? -256 : i22&… in blend32c()
3599 …-256 : i19& 31, (j20^2)& 6 ? -256 : i20& 31, (j21^2)& 6 ? -256 : i21& 31, (j22^2)& 6 ? -256 : i22&… in blend32c()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dassume_gep_bounds_many.ll550 %j22.0 = phi i64 [ 0, %bb242 ], [ %tmp275, %bb274 ]
551 %tmp244 = icmp slt i64 %j22.0, %n7_b
571 %tmp252 = add nuw nsw i64 %i21.0, %j22.0
580 %tmp261 = mul nsw i64 %j22.0, %tmp260
605 %tmp275 = add nuw nsw i64 %j22.0, 1

123456