Home
last modified time | relevance | path

Searched refs:COF (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dv3.c185 inv = t.A[0][0]*COF(1,2,1,2)+t.A[0][1]*COF(1,2,2,0)+t.A[0][2]*COF(1,2,0,1); in Invert3()
211 t.A[0][0]*COF(1,2,1,2)+t.A[0][1]*COF(1,2,2,0)+t.A[0][2]*COF(1,2,0,1); in Determinant3()
220 s.A[0][0] = COF(1,2,1,2); in AdjointTranspose3()
221 s.A[0][1] = COF(1,2,2,0); in AdjointTranspose3()
222 s.A[0][2] = COF(1,2,0,1); in AdjointTranspose3()
223 s.A[1][0] = COF(2,0,1,2); in AdjointTranspose3()
224 s.A[1][1] = COF(2,0,2,0); in AdjointTranspose3()
225 s.A[1][2] = COF(2,0,0,1); in AdjointTranspose3()
226 s.A[2][0] = COF(0,1,1,2); in AdjointTranspose3()
227 s.A[2][1] = COF(0,1,2,0); in AdjointTranspose3()
[all …]
/dports/math/py-CyLP/CyLP-0.91.4/cylp/input/netlib/
H A Dbore3d.mps100 E COF.BBXI
102 E COF.BCXI
107 E COF.BHXI
109 E COF.CAXI
133 E COF.HOXI
138 E COF.HSXI
158 E COF.OFXI
163 E COF.POXI
165 E COF.PPXI
171 E COF.RDXI
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/test/java/de/lmu/ifi/dbs/elki/algorithm/outlier/lof/
H A DCOFTest.java41 OutlierResult result = new ELKIBuilder<COF<DoubleVector>>(COF.class) // in testCOF()
42 .with(COF.Parameterizer.K_ID, 10).build().run(db); in testCOF()
/dports/net-mgmt/observium/observium/mibs/bintec/
H A DBIANCA-BRICK-COF-MIB8 BIANCA-BRICK-COF-MIB DEFINITIONS ::= BEGIN
32 "Added COF statistic variables."
530 -- COF Statistics Table
540 "The number of COF requests currently waiting. The COF requests
543 This number includes the COF requests answered from the COF servers
544 and the COF cache."
563 "The total number of processed COF requests."
600 all clients. E. g. a waiting COF request is
634 COF servers."
644 COF servers in parallel at one time."
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_special_functions/
H A Dpaw_gamma_function.F17 DOUBLE PRECISION Y, COF(6) local
18 SAVE STP, COF
19 DATA COF, STP/ 76.18009172947146D0, -86.50532032941677D0,
30 SER = SER + COF(J)/Y
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_special_functions/
H A Dpaw_gamma_function.F17 DOUBLE PRECISION Y, COF(6) local
18 SAVE STP, COF
19 DATA COF, STP/ 76.18009172947146D0, -86.50532032941677D0,
30 SER = SER + COF(J)/Y
/dports/math/ogdf/OGDF/src/ogdf/cluster/
H A DClusterOrthoLayout.cpp171 ClusterOrthoShaper COF; in call() local
174 COF.align(false); //cannot be used yet with clusters in call()
175 COF.traditional(m_orthoStyle <= 0); //prefer 90/270 degree angles over 180/180 in call()
177 COF.bendCostTopDown(ClusterOrthoShaper::BendCost::topDownCost); in call()
182 COF.call(PG, E, OR); in call()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_gamma_function.F144 DOUBLE PRECISION Y, COF(6)
145 SAVE STP, COF
146 DATA COF, STP/ 76.18009172947146d0, -86.50532032941677d0,
157 SER = SER + COF(J)/Y
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_gamma_function.F144 DOUBLE PRECISION Y, COF(6)
145 SAVE STP, COF
146 DATA COF, STP/ 76.18009172947146d0, -86.50532032941677d0,
157 SER = SER + COF(J)/Y
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gp/
H A Dgpjkp.F115 DOUBLE PRECISION STP,COF(6) local
116 SAVE COF,STP
117 DATA COF,STP/76.18009172947146D0,-86.50532032941677D0,
127 SER=SER+COF(J)/Y
/dports/math/miracl/miracl-5.6/
H A Dake4mnta.cpp37 #define COF 34 macro
352 t=p+1-COF*q; in main()
353 t1=p-COF*q; in main()
383 Server*=COF; in main()
386 Alice=hash_and_map((char *)"Alice",COF); in main()
388 Bob= hash_and_map((char *)"Robert",COF); in main()
H A Dake4mntt.cpp34 #define COF 34 macro
401 Alice=hash_and_map((char *)"Alice",COF); in main()
404 Bob= hash_and_map((char *)"Robert",COF); in main()
H A Dake4sbt.cpp321 #define COF 58 macro
358 qcof=q*COF; in main()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-outlier/src/main/java/de/lmu/ifi/dbs/elki/algorithm/outlier/lof/
H A DCOF.java74 public class COF<O> extends AbstractDistanceBasedAlgorithm<O, OutlierResult> implements OutlierAlgo… class
78 private static final Logging LOG = Logging.getLogger(COF.class);
92 public COF(int k, DistanceFunction<? super O> distanceFunction) { in COF() method in COF
269 protected COF<O> makeInstance() { in makeInstance()
270 return new COF<>(k, distanceFunction); in makeInstance()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/doc/
H A Dbuildman.pe13 open( COF, "$ARGV[1]" );
14 while ( $line = <COF> ) {
29 while ( !( $line =~ /;/ ) ) { $line = <COF>; $files .= $line; }
35 while ( !( $line =~ /;/ ) ) { $line = <COF>; $files .= $line; }
/dports/math/gap/gap-4.11.0/pkg/automgrp-1.3.2/doc/
H A Dbuildman.pe10 open( COF, "$ARGV[1]" );
11 while ( $line = <COF> ) {
26 while ( !( $line =~ /;/ ) ) { $line = <COF>; $files .= $line; }
32 while ( !( $line =~ /;/ ) ) { $line = <COF>; $files .= $line; }
/dports/astro/geographiclib/magnetic/
H A Dwmm2020.wmm22 # WMM.COF in the wmm2020 distribution.
H A Digrf13.wmm23 # the name of this file. The coefficients were obtained from IGRF13.COF
/dports/biology/molden/molden5.8/plush/
H A DCOF1 mol="COF" Charge="0"
/dports/misc/morse/morse-1.4-154-g53f9eaa8/
H A DLICENSE41 - src/morse/sensors/{EGM9615.h, WMM.COF, GeomagnetismHeader.h,
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/po/
H A Dde_DE.po65 "in time, get a new WMM.COF from NOAA and place it to the\n"
72 "sollte, lade eine neue WMM.COF Datei von der NOAA in das Verzeichnis herunter,\n"
H A Det_EE.po65 "in time, get a new WMM.COF from NOAA and place it to the\n"
72 "ei väljastata, hangi NOAA'lt uus WMM.COF ja pane ta asukohta,\n"
H A Dfi_FI.po65 "in time, get a new WMM.COF from NOAA and place it to the\n"
72 "Jollei uutta lisäosaversiota ole julkaistu tähän mennessä, lataa uusi WMM.COF NOAA:lta ja sijoita …
H A Dpl_PL.po65 "in time, get a new WMM.COF from NOAA and place it to the\n"
72 "w czas, uzyskaj nowe WMM.COF z NOAA i umieść go \n"
H A Des_ES.po65 "in time, get a new WMM.COF from NOAA and place it to the\n"
73 "a tiempo, coja un nuevo archivo WMM.COF de la NOAA y colóquelo\n"

1234567