Home
last modified time | relevance | path

Searched refs:iadj (Results 1 – 25 of 83) sorted by relevance

1234

/dports/biology/jalview/jalview/src/jalview/renderer/
H A DScaleRenderer.java115 int refN, iadj; in calculateMarks() local
123 iadj = hc.visibleToAbsoluteColumn(i - 1) + 1; in calculateMarks()
124 string = String.valueOf(iadj); in calculateMarks()
128 iadj = hc.visibleToAbsoluteColumn(i - 1); in calculateMarks()
129 refN = refSeq.findPosition(iadj); in calculateMarks()
133 if (iadj < refStartI) in calculateMarks()
135 string = String.valueOf(iadj - refStartI); in calculateMarks()
137 else if (iadj > refEndI) in calculateMarks()
139 string = "+" + String.valueOf(iadj - refEndI); in calculateMarks()
143 string = String.valueOf(refN) + refSeq.getCharAt(iadj); in calculateMarks()
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/unit_tests/
H A Dsp2adj.dia.ref19 [xadj,iadj,v]=sp2adj(B);
20 m = max(iadj);
28 assert_checkequal ( and(expected_iadj == iadj) , %t );
32 irows = iadj(xadj(j):xadj(j+1)-1);
48 [xadj,iadj,v]=sp2adj(B);
49 m = max(iadj);
57 assert_checkequal ( and(expected_iadj == iadj) , %t );
62 [xadj,iadj,v]= sp2adj(A);
64 p = adj2sp(xadj,iadj,v,[n,m]);
H A Dsp2adj.tst20 [xadj,iadj,v]=sp2adj(B);
21 m = max(iadj);
29 assert_checkequal ( and(expected_iadj == iadj) , %t );
33 irows = iadj(xadj(j):xadj(j+1)-1);
49 [xadj,iadj,v]=sp2adj(B);
50 m = max(iadj);
58 assert_checkequal ( and(expected_iadj == iadj) , %t );
63 [xadj,iadj,v]= sp2adj(A);
65 p = adj2sp(xadj,iadj,v,[n,m]);
H A Dadj2sp.tst12 iadj = [3 5 3 1 2 4 3 5 1 4]';
14 B=adj2sp(xadj,iadj,v);
27 iadj = [2 5 2 3 1 2 7 6]';
29 C=adj2sp(xadj,iadj,v);
42 // Test the C=adj2sp(xadj,iadj,v,mn) syntax
44 iadj = [2 5 2 3 1 2 7 6]';
47 C=adj2sp(xadj,iadj,v,mn);
H A Dadj2sp.dia.ref11 iadj = [3 5 3 1 2 4 3 5 1 4]';
13 B=adj2sp(xadj,iadj,v);
26 iadj = [2 5 2 3 1 2 7 6]';
28 C=adj2sp(xadj,iadj,v);
41 // Test the C=adj2sp(xadj,iadj,v,mn) syntax
43 iadj = [2 5 2 3 1 2 7 6]';
46 C=adj2sp(xadj,iadj,v,mn);
H A Dordmmd.dia.ref16 [xadj,iadj,val]=sp2adj(A);
18 [perm,invp,nofsub]=ordmmd(xadj,iadj,n);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/loopopts/
H A DTest8211698.java47 int iadj = 0; in test() local
49 iadj = iarr1[-istep]; in test()
51 iadj = iarr1[istep]; in test()
H A DPeelingZeroTripCount.java47 int iadj = 0; in test() local
49 iadj = iarr[0-istep] + iaarg[i-1]; in test()
51 iadj = iarr[istep] + iaarg[i-1]; in test()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/dialogs/
H A Ddialog_regulator_form.cpp104 double iadj = DoubleFromString( m_RegulIadjValue->GetValue() ); in BuildRegulatorFromData() local
108 iadj = 0.0; in BuildRegulatorFromData()
110 REGULATOR_DATA* item = new REGULATOR_DATA( m_textCtrlName->GetValue(), vref, type, iadj ); in BuildRegulatorFromData()
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/nonreg_tests/
H A Dbug_10271.tst23 [xadj, iadj, val] = sp2adj(A);
26 refMsg = " The provided ""n"" does not correspond to the matrix defined by xadj and iadj";
27 assert_checkerror("[perm, invp, nofsub] = ordmmd(xadj, iadj, n);", refMsg);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/
H A Ddatafile_read_write.cpp217 double vref, iadj; in ParseRegulatorDescr() local
263 sscanf( CurText(), "%lf" , &iadj); in ParseRegulatorDescr()
289 iadj = 0.0; in ParseRegulatorDescr()
291 REGULATOR_DATA* new_item = new REGULATOR_DATA( name, vref, type, iadj ); in ParseRegulatorDescr()

1234