Home
last modified time | relevance | path

Searched refs:doub (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/science/openbabel/openbabel-3.1.1/test/files/
H A D1519159.cif62 2 3 doub
66 5 6 doub
69 7 8 doub
72 9 10 doub
76 14 15 doub
80 16 17 doub
87 24 25 doub
88 24 26 doub
92 16 17 doub
94 14 15 doub
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Djags.pl168 my $doub;
203 my $doub;
213 push @{$doub->[0]},qq{((otu[$j,i]*trp.otu[$j,i,1,1])+(otu[$j,i]*trp.otu[$j,i,1,2]))};
214 push @{$doub->[1]},qq{((otu[$j,i]*trp.otu[$j,i,2,1])+(otu[$j,i]*trp.otu[$j,i,2,2]))};
217 push @{$doub->[0]},qq{((lk[$j,i,1]*trp.node[$j,i,1,1])+(lk[$j,i,2]*trp.node[$j,i,1,2]))};
224 $node->{conditional_like} = $doub;
226 if (defined $doub) {
228 print " " x 8 . qq{lk[$i,i,1] <- },join( ' * ',@{$doub->[0]}),"; \# $node_name - 0\n";
229 print " " x 8 . qq{lk[$i,i,2] <- },join(' * ',@{$doub->[1]}),";\n";
232 print " " x 8 . qq{lkroot[i,1] <- },join( ' * ',@{$doub->[0]}),"; \# $node_name - 0\n";
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/utils/
H A Dann_in.c111 double doub; in main() local
222 fscanf( stdin, "%lf", &doub ); in main()
223 fprintf( fh, "\n%e ", doub ); in main()
224 fscanf( stdin, "%lf", &doub ); in main()
225 fprintf( fh, " %e\n", doub ); in main()
231 fscanf( stdin, "%lf", &doub ); in main()
232 if( doub < 0 ){ in main()
236 fprintf( fh, "%e\n", doub ); in main()
238 fscanf( stdin, "%lf", &doub ); in main()
239 fprintf( fh, "%e\n", doub ); in main()
/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Drd.c9 union doub { union
62 union doub c, d, e; in u3qer_add()
94 union doub c, d, e; in u3qer_sub()
126 union doub c, d, e; in u3qer_mul()
158 union doub c, d, e; in u3qer_div()
189 union doub c, d; in u3qer_sqt()
253 union doub c, d; in u3qer_lth()
282 union doub c, d; in u3qer_lte()
311 union doub c, d; in u3qer_equ()
340 union doub c, d; in u3qer_gte()
[all …]
/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/Compat/Function/
H A Dinet_pton.php47 if (($doub = array_search('', $r, 1)) !== false) {
48 $length = (!$doub || $doub == $rcount - 1 ? 2 : 1);
49 array_splice($r, $doub, $length, array_fill(0, 8 + $length - $rcount, 0));
/dports/audio/pianod2/pianod2-329/src/parsnip/
H A Dparsnip_test.cpp201 render_outputs ("Double", doub);
243 assert (copy != doub);
246 assert (doub != copy);
252 assert (copy != doub);
255 assert (doub != copy);
258 copy = doub;
260 assert (copy == doub);
263 assert (doub == copy);
268 assert (copy != doub);
271 assert (doub != copy);
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/ccsd_t/
H A Dccsd_t_dot.F45 double precision factor,denom,sing,doub,denom_0
106 doub = a_doubles(h3,h2,h1,p6,p5,p4)
107 denom = doub * factor / ( d_h1+d_h2+d_h3+denom_0)
108 energy1 = energy1 + denom*doub
109 energy2 = energy2 + denom*(doub+sing)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/ccsd_t/
H A Dccsd_t_dot.F37 double precision factor,denom,sing,doub,denom_0
98 doub = a_doubles(h3,h2,h1,p6,p5,p4)
99 denom = doub * factor / ( d_h1+d_h2+d_h3+denom_0)
100 energy1 = energy1 + denom*doub
101 energy2 = energy2 + denom*(doub+sing)
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/jsoniq/roundtrip/
H A Ddecode_05.xq27 let $doub := $objs[1]
32 $doub("nan") instance of xs:double and xs:string($doub("nan")) eq "NaN",
33 $doub("inf") instance of xs:double and xs:string($doub("inf")) eq "INF",
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dlsysf.c499 struct lsys_cmd far *doub; in LSysFSizeTransform() local
554 if (doub == NULL) { in LSysFSizeTransform()
561 ret = doub; in LSysFSizeTransform()
572 if (doub == NULL) { in LSysFSizeTransform()
577 far_memcpy(doub, ret, n*sizeof(struct lsys_cmd)); in LSysFSizeTransform()
579 return doub; in LSysFSizeTransform()
586 struct lsys_cmd far *doub; in LSysFDrawTransform() local
644 if (doub == NULL) { in LSysFDrawTransform()
651 ret = doub; in LSysFDrawTransform()
662 if (doub == NULL) { in LSysFDrawTransform()
[all …]
H A Dlsys.c838 struct lsys_cmd far *doub; in LSysISizeTransform() local
888 if (doub == NULL) { in LSysISizeTransform()
895 ret = doub; in LSysISizeTransform()
906 if (doub == NULL) { in LSysISizeTransform()
911 far_memcpy(doub, ret, n*sizeof(struct lsys_cmd)); in LSysISizeTransform()
913 return doub; in LSysISizeTransform()
920 struct lsys_cmd far *doub; in LSysIDrawTransform() local
973 if (doub == NULL) { in LSysIDrawTransform()
980 ret = doub; in LSysIDrawTransform()
991 if (doub == NULL) { in LSysIDrawTransform()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreDualQuaternion.cpp93 Real doub = 2.0; in toRotationTranslation() local
94 translation.x = doub * (-dw*x + dx*w - dy*z + dz*y); in toRotationTranslation()
95 translation.y = doub * (-dw*y + dx*z + dy*w - dz*x); in toRotationTranslation()
96 translation.z = doub * (-dw*z - dx*y + dy*x + dz*w); in toRotationTranslation()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreDualQuaternion.cpp98 Real doub = 2.0; in toRotationTranslation() local
99 translation.x = doub * (-dw*x + dx*w - dy*z + dz*y); in toRotationTranslation()
100 translation.y = doub * (-dw*y + dx*z + dy*w - dz*x); in toRotationTranslation()
101 translation.z = doub * (-dw*z - dx*y + dy*x + dz*w); in toRotationTranslation()
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dran.h48 inline double doub() { return 5.42101086242752217E-20 * int64(); } in doub() function
67 u = doub(); in operator()
68 v = 1.7156*(doub()-0.5); in operator()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DActorCollection.actor.cpp88 state std::vector<double> doub; variable
94 doub.reserve(1e6);
106 doub.emplace_back(g_random->random01());
122 .detail("Double", doub[idx])
138 .detail("Double", doub[idx])
/dports/net/tclsoap/tclsoap1.6.7/cgi-bin/soap/
H A Dvalidator.tcl120 proc validator1.manyTypesTest {num bool state doub dat bin} {
125 lappend r $num $bool $state $doub $dat $bin
131 proc soapvalidator.manyTypesTest {num bool state doub dat bin} {
135 lappend r $num $bool $state $doub $dat $bin
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ios/LibreOfficeLight/LibreOfficeLight/LOKit/
H A DLOKitThread.swift58 if let doub = Double(payload ?? "") in onLOKEvent() variable
60 self.progressDelegate?.statusIndicatorSetValue(value: doub) in onLOKEvent()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjsonrpc/tests/manual/benchmark/
H A Dtst_benchmark.cpp62 QString namedParams(int integer, const QString &string, double doub) in namedParams() argument
65 (void) doub; in namedParams()
/dports/net/easysoap/EasySoap++-0.8.0/validator/
H A DUserlandValidatorHandler.cpp148 double doub; in manyTypesTest() local
155 req.GetParameter("doub") >> doub; in manyTypesTest()
176 SOAPTypeTraits<double>::Serialize(result.AddParameter(), doub) in manyTypesTest()
/dports/databases/p5-BSON/BSON-v1.12.2/t/legacy/
H A D11-random.t24 \&int32, \&doub, \&str, \&hash, \&arr, \&dt, \&bin,
54 sub doub {
/dports/lang/gnu-apl/apl-1.8/src/testcases/
H A DFile_IO.tc241 DATA←'int 22 perc % doub 3.14 char C chars DEFGH qqq str st⍴ing'
242 FMT←'int %d perc %% doub %f char %c chars %5c qqq str %s %n'
258 ⍴DATA←'int 22 perc % doub 3.14 char C chars DEFGH qqq str st⍴ing'
260 FMT←'int %d perc %% doub %f char %c chars %5c qqq str %s %n'
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvmem/
H A Dsprd-efuse.c194 static int sprd_efuse_raw_prog(struct sprd_efuse *efuse, u32 blk, bool doub, in sprd_efuse_raw_prog() argument
214 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_prog()
255 bool doub) in sprd_efuse_raw_read() argument
266 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_read()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvmem/
H A Dsprd-efuse.c194 static int sprd_efuse_raw_prog(struct sprd_efuse *efuse, u32 blk, bool doub, in sprd_efuse_raw_prog() argument
214 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_prog()
255 bool doub) in sprd_efuse_raw_read() argument
266 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_read()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvmem/
H A Dsprd-efuse.c194 static int sprd_efuse_raw_prog(struct sprd_efuse *efuse, u32 blk, bool doub, in sprd_efuse_raw_prog() argument
214 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_prog()
255 bool doub) in sprd_efuse_raw_read() argument
266 sprd_efuse_set_data_double(efuse, doub); in sprd_efuse_raw_read()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/maths/
H A Dmaths_impl.cpp315 xs_double doub = n0->getDoubleValue(); in nextImpl() local
319 GENV_ITEMFACTORY->createDouble(result, doub * doub_pow); in nextImpl()
549 xs_double doub = result->getDoubleValue(); in nextImpl() local
551 doub.modf(doub_fraction, state->theDoubInteger); in nextImpl()
571 xs_double doub = result->getDoubleValue(); in nextImpl() local
573 doub.frexp(doub_mantissa, state->theIntExponent); in nextImpl()

1234567