/dports/databases/cego/cego-2.47.11/dbcheck/ |
H A D | check050.sql | 12 drop if exists table tdouble; 178 create table tdouble ( a double); table 179 insert into tdouble values ( 1 ); 180 insert into tdouble values ( (long)1 ); 181 insert into tdouble values ( '1.0' ); 182 insert into tdouble values ( true ); 183 insert into tdouble values ( (bigint)1 ); 184 insert into tdouble values ( 1.0 ); 187 insert into tdouble values ( (fixed)1.0 ); 189 insert into tdouble values ( (tinyint)1 ); [all …]
|
/dports/astro/cfitsio/cfitsio-3.49/ |
H A D | checksum.c | 194 double tdouble; in ffpcks() local 236 tdouble = atof(datasum); in ffpcks() 237 olddsum = (unsigned long) tdouble; in ffpcks() 330 double tdouble; in ffupck() local 347 tdouble = atof(datasum); /* read as a double as a workaround */ in ffupck() 348 dsum = (unsigned long) tdouble; in ffupck() 416 double tdouble; in ffvcks() local 451 tdouble = atof(chksum); /* read as a double as a workaround */ in ffvcks() 452 olddatasum = (unsigned long) tdouble; in ffvcks()
|
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/ |
H A D | checksum.c | 194 double tdouble; in ffpcks() local 236 tdouble = atof(datasum); in ffpcks() 237 olddsum = (unsigned long) tdouble; in ffpcks() 330 double tdouble; in ffupck() local 347 tdouble = atof(datasum); /* read as a double as a workaround */ in ffupck() 348 dsum = (unsigned long) tdouble; in ffupck() 416 double tdouble; in ffvcks() local 451 tdouble = atof(chksum); /* read as a double as a workaround */ in ffvcks() 452 olddatasum = (unsigned long) tdouble; in ffvcks()
|
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/ |
H A D | checksum.c | 194 double tdouble; in ffpcks() local 236 tdouble = atof(datasum); in ffpcks() 237 olddsum = (unsigned long) tdouble; in ffpcks() 330 double tdouble; in ffupck() local 347 tdouble = atof(datasum); /* read as a double as a workaround */ in ffupck() 348 dsum = (unsigned long) tdouble; in ffupck() 416 double tdouble; in ffvcks() local 451 tdouble = atof(chksum); /* read as a double as a workaround */ in ffvcks() 452 olddatasum = (unsigned long) tdouble; in ffvcks()
|
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/ |
H A D | checksum.c | 194 double tdouble; in ffpcks() local 236 tdouble = atof(datasum); in ffpcks() 237 olddsum = (unsigned long) tdouble; in ffpcks() 330 double tdouble; in ffupck() local 347 tdouble = atof(datasum); /* read as a double as a workaround */ in ffupck() 348 dsum = (unsigned long) tdouble; in ffupck() 416 double tdouble; in ffvcks() local 451 tdouble = atof(chksum); /* read as a double as a workaround */ in ffvcks() 452 olddatasum = (unsigned long) tdouble; in ffvcks()
|
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/tran/ |
H A D | maxv.alg | 8 \t\tdouble x1 = s1; 9 \t\tdouble x2 = s2;
|
H A D | amosc.alg | 21 \t\tdouble x1 = (double) (table_ptr[table_index]);
|
/dports/astro/sextractor/sextractor-2.5.0/src/fits/ |
H A D | fitsconv.c | 138 double tdouble; char tstring;} ival; in ttypeconv() member 183 ival.tdouble = *(double *)ptrin; in ttypeconv() 184 OUTCONV(ival.tdouble, ttypeout); in ttypeconv()
|
/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/ |
H A D | test_cc.py | 74 tdouble = TDouble() variable 78 return Variable(tdouble, None, None, name=name) 93 if input.type is not tdouble: 193 z = Constant(tdouble, 4.12345678) 296 x = Constant(tdouble, 7.2, name='x') 377 x = Constant(tdouble, 7.2, name='x')
|
H A D | test_link.py | 27 tdouble = TDouble() variable 31 return Variable(tdouble, None, None, name=name) 48 if input.type is not tdouble: 108 y = Constant(tdouble, 2.0)
|
/dports/net/mpich2/mpich2-1.5/test/mpi/basic/ |
H A D | adapt.c | 141 latency012, tdouble; /* Network message latency to go from 0 -> 1 -> 2 */ in main() local 478 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_left_rank, 1, MPI_COMM_WORLD, &status); in main() 480 tdouble = tdouble / 8.0; in main() 481 fprintf(out, "%f\t", tdouble); in main() 482 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_left_rank, 1, MPI_COMM_WORLD, &status); in main() 483 fprintf(out, "%0.9f\t", tdouble); in main() 679 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_middle_rank, 1, MPI_COMM_WORLD, &status); in main() 681 tdouble = tdouble / 8.0; in main() 682 fprintf(out, "%f\t", tdouble); in main() 683 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_middle_rank, 1, MPI_COMM_WORLD, &status); in main() [all …]
|
/dports/net/mpich/mpich-3.4.3/test/mpi/basic/ |
H A D | adapt.c | 138 latency012, tdouble; /* Network message latency to go from 0 -> 1 -> 2 */ in main() local 443 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_left_rank, 1, MPI_COMM_WORLD, &status); in main() 445 tdouble = tdouble / 8.0; in main() 446 fprintf(out, "%f\t", tdouble); in main() 447 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_left_rank, 1, MPI_COMM_WORLD, &status); in main() 448 fprintf(out, "%0.9f\t", tdouble); in main() 623 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_middle_rank, 1, MPI_COMM_WORLD, &status); in main() 625 tdouble = tdouble / 8.0; in main() 626 fprintf(out, "%f\t", tdouble); in main() 627 MPI_Recv(&tdouble, 1, MPI_DOUBLE, g_middle_rank, 1, MPI_COMM_WORLD, &status); in main() [all …]
|
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/tests/parser-cases/ |
H A D | constants.thrift | 9 const double tdouble = 1.3 const
|
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/nodejs/test/numerictypes/ |
H A D | create.sql | 54 tdouble double, field
|
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/nodejs/test/numerictypes/ |
H A D | create.sql | 54 tdouble double, field
|
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/nodejs/test/numerictypes/ |
H A D | create.sql | 54 tdouble double, field
|
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/nodejs/test/numerictypes/ |
H A D | create.sql | 54 tdouble double, field
|
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/nodejs/test/numerictypes/ |
H A D | create.sql | 54 tdouble double, field
|
/dports/lang/v/v-0.1.29/vlib/v/gen/ |
H A D | profile.v | 24 …g.writeln('\tdouble _PROF_FN_START = ${measure_fn_name}(); $fn_profile_counter_name_calls++; // $f…
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/modelica_compiler/ |
H A D | scicosCodeGeneration.ml | 1410 \tdouble y;\n\ 1434 \tdouble *rpar = block->rpar;\n\ 1435 \tdouble *z = block->z;\n\ 1436 \tdouble *x = block->x;\n\ 1437 \tdouble *xd = block->xd;\n\ 1438 \tdouble **y = block->outptr;\n\ 1439 \tdouble **u = block->inptr;\n\ 1441 \tdouble *g = block->g;\n\ 1442 \tdouble *res = block->res;\n\ 1453 \tdouble *spars;\n\ [all …]
|
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/xcb-0.9.0/xcbgen/ |
H A D | state.py | 88 self.add_type('double', '', ('f64',), tdouble)
|
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xcb-0.8.2/xcbgen/ |
H A D | state.py | 88 self.add_type('double', '', ('f64',), tdouble)
|
/dports/devel/gitui/gitui-0.10.1/cargo-crates/xcb-0.8.2/xcbgen/ |
H A D | state.py | 88 self.add_type('double', '', ('f64',), tdouble)
|
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/xcb-0.9.0/xcbgen/ |
H A D | state.py | 88 self.add_type('double', '', ('f64',), tdouble)
|
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xcb-0.8.2/xcbgen/ |
H A D | state.py | 88 self.add_type('double', '', ('f64',), tdouble)
|