Home
last modified time | relevance | path

Searched refs:dtmp (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/test/studies/
H A Dmatrix.cpp26 dtmp=1.0; in test_matrix()
29 dtmp=2.0; in test_matrix()
32 dtmp=3.0; in test_matrix()
40 dtmp=1.0; in test_matrix()
43 dtmp=2.0; in test_matrix()
46 dtmp=3.0; in test_matrix()
62 dtmp=1.0; in test_matrix()
65 dtmp=2.0; in test_matrix()
68 dtmp=3.0; in test_matrix()
76 dtmp=1.0; in test_matrix()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A DAUTOCORR3D.cpp111 double dtmp; in get3DautocorrelationDesc() local
122 dtmp = 0.0; in get3DautocorrelationDesc()
129 dtmp = 0.0; in get3DautocorrelationDesc()
136 dtmp = 0.0; in get3DautocorrelationDesc()
143 dtmp = 0.0; in get3DautocorrelationDesc()
150 dtmp = 0.0; in get3DautocorrelationDesc()
157 dtmp = 0.0; in get3DautocorrelationDesc()
164 dtmp = 0.0; in get3DautocorrelationDesc()
171 dtmp = 0.0; in get3DautocorrelationDesc()
200 double dtmp; in get3DautocorrelationDescCustom() local
[all …]
/dports/irc/sic/sic-0.23a/
H A Dserver.c1042 dtmp = dtmp->nexts;
1095 dtmp = dtmp->nexts;
1137 dtmp->nick, dtmp->ip);
1141 dtmp->nick, dtmp->ip, file, size);
1167 dtmp->nick, dtmp->sname, dtmp->port, dtmp->pass,
1177 dtmp->nick, dtmp->sname, dtmp->port,
1184 (dtmp->pass) ? dtmp->pass : "");
1185 dtmp = dtmp->nexts;
1198 dtmp = dtmp->nexts;
1299 dtmp = dtmp->nexts;
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Chv/src/
H A Dswap.c21 double dtmp ; in Chv_swapRows() local
122 dtmp = entries[ioff] ; in Chv_swapRows()
124 entries[joff] = dtmp ; in Chv_swapRows()
128 dtmp = entries[ioff] ; in Chv_swapRows()
130 entries[joff] = dtmp ; in Chv_swapRows()
134 dtmp = entries[ioff] ; in Chv_swapRows()
136 entries[joff] = dtmp ; in Chv_swapRows()
189 double dtmp ; in Chv_swapColumns() local
257 dtmp = entries[ioff] ; in Chv_swapColumns()
259 entries[joff] = dtmp ; in Chv_swapColumns()
[all …]
/dports/math/spooles-mpich/spooles.2.2/Chv/src/
H A Dswap.c21 double dtmp ; in Chv_swapRows() local
122 dtmp = entries[ioff] ; in Chv_swapRows()
124 entries[joff] = dtmp ; in Chv_swapRows()
128 dtmp = entries[ioff] ; in Chv_swapRows()
130 entries[joff] = dtmp ; in Chv_swapRows()
134 dtmp = entries[ioff] ; in Chv_swapRows()
136 entries[joff] = dtmp ; in Chv_swapRows()
189 double dtmp ; in Chv_swapColumns() local
257 dtmp = entries[ioff] ; in Chv_swapColumns()
259 entries[joff] = dtmp ; in Chv_swapColumns()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Chv/src/
H A Dswap.c21 double dtmp ; in Chv_swapRows() local
122 dtmp = entries[ioff] ; in Chv_swapRows()
124 entries[joff] = dtmp ; in Chv_swapRows()
128 dtmp = entries[ioff] ; in Chv_swapRows()
130 entries[joff] = dtmp ; in Chv_swapRows()
134 dtmp = entries[ioff] ; in Chv_swapRows()
136 entries[joff] = dtmp ; in Chv_swapRows()
189 double dtmp ; in Chv_swapColumns() local
257 dtmp = entries[ioff] ; in Chv_swapColumns()
259 entries[joff] = dtmp ; in Chv_swapColumns()
[all …]
/dports/math/spooles/spooles.2.2/Chv/src/
H A Dswap.c21 double dtmp ; in Chv_swapRows() local
122 dtmp = entries[ioff] ; in Chv_swapRows()
124 entries[joff] = dtmp ; in Chv_swapRows()
128 dtmp = entries[ioff] ; in Chv_swapRows()
130 entries[joff] = dtmp ; in Chv_swapRows()
134 dtmp = entries[ioff] ; in Chv_swapRows()
136 entries[joff] = dtmp ; in Chv_swapRows()
189 double dtmp ; in Chv_swapColumns() local
257 dtmp = entries[ioff] ; in Chv_swapColumns()
259 entries[joff] = dtmp ; in Chv_swapColumns()
[all …]
/dports/math/optpp/optpp-2.4/tests/npsol/
H A Dillum.C43 double dtmp, Ides; in init_illum() local
119 dtmp = 0.0; in init_illum()
121 HH(i,j) = dtmp; in init_illum()
132 double dtmp; in illum2() local
146 dtmp = 0.0; in illum2()
148 dtmp = (1.0 - dtmp) * (1.0 - dtmp); in illum2()
149 fx = fx + dtmp; in illum2()
158 dtmp = 0.0; in illum2()
179 double dtmp; in illum() local
187 dtmp = 0.0; in illum()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/npsol/
H A Dillum.C43 double dtmp, Ides; in init_illum() local
119 dtmp = 0.0; in init_illum()
121 HH(i,j) = dtmp; in init_illum()
132 double dtmp; in illum2() local
146 dtmp = 0.0; in illum2()
148 dtmp = (1.0 - dtmp) * (1.0 - dtmp); in illum2()
149 fx = fx + dtmp; in illum2()
158 dtmp = 0.0; in illum2()
179 double dtmp; in illum() local
187 dtmp = 0.0; in illum()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/apps/
H A Dillum.C34 double dtmp, Ides; in init_illum() local
110 dtmp = 0.0; in init_illum()
112 HH(i,j) = dtmp; in init_illum()
123 double dtmp; in illum2() local
137 dtmp = 0.0; in illum2()
139 dtmp = (1.0 - dtmp) * (1.0 - dtmp); in illum2()
140 fx = fx + dtmp; in illum2()
149 dtmp = 0.0; in illum2()
169 double dtmp; in illum() local
178 dtmp = 0.0; in illum()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-descrypt/descrypt/descrypt_core/
H A DSP_v2.v589 wire [31:0] dtmp = { net
601 dtmp[24], dtmp[3], dtmp[10], dtmp[21], dtmp[5], dtmp[29], dtmp[12], dtmp[18],
602 dtmp[8], dtmp[2], dtmp[26], dtmp[31], dtmp[13], dtmp[23], dtmp[7], dtmp[1],
603 dtmp[9], dtmp[30], dtmp[17], dtmp[4], dtmp[25], dtmp[22], dtmp[14], dtmp[0],
604 dtmp[16], dtmp[27], dtmp[11], dtmp[28], dtmp[20], dtmp[19], dtmp[6], dtmp[15]
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbTime.cpp407 double dtmp; in format() local
446 dtmp = this->dtime - floor(dtmp) * 60.0 * 60.0 * 24.0; in format()
447 dtmp = dtmp / 60.0 / 60.0; in format()
448 dtmp = floor(dtmp); in format()
455 dtmp = this->dtime - floor(dtmp) * 60.0 * 60.0; in format()
456 dtmp = dtmp / 60.0; in format()
457 dtmp = floor(dtmp); in format()
464 dtmp = this->dtime - floor(dtmp) * 60.0; in format()
465 dtmp = floor(dtmp); in format()
473 dtmp = floor(dtmp); in format()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/filter/
H A Dfilter_comic.c184 dtmp = angle; in _comic_common_flash()
189 dcos = cos(dtmp); in _comic_common_flash()
190 dsin = sin(dtmp); in _comic_common_flash()
214 dtmp = line_len; in _comic_common_flash()
218 dtmp *= 0.5; in _comic_common_flash()
220 draw_rmax = r + dtmp; in _comic_common_flash()
221 draw_rmin = r - dtmp; in _comic_common_flash()
237 dtmp = brush_size; in _comic_common_flash()
256 if(dtmp <= 0.5) in _comic_common_flash()
388 tbl_radius[3] = dtmp; in FilterDraw_comic_uniflash_wave()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/transpose/
H A Dkernel.c22 double dtmp; in dfill_matrix() local
45 double dtmp; in sfill_matrix() local
69 double dtmp, derror; in residual_stranspose() local
78 if ( dtmp < 0.0 ) dtmp = -dtmp; in residual_stranspose()
79 if ( dtmp > 0.0 ) in residual_stranspose()
84 derror += (double) dtmp; in residual_stranspose()
96 double dtmp, derror; in residual_dtranspose() local
106 if ( dtmp < 0.0 ) dtmp = -dtmp; in residual_dtranspose()
107 if ( dtmp > 0.0 ) { in residual_dtranspose()
111 derror += dtmp; in residual_dtranspose()
[all …]
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A Dbicgstabl.c315 dtmp = - psi; in hypre_BiCGSTABLSolve()
323 dtmp = - omega; in hypre_BiCGSTABLSolve()
334 dtmp = - chi; in hypre_BiCGSTABLSolve()
344 dtmp = - chi; in hypre_BiCGSTABLSolve()
347 dtmp = - psi; in hypre_BiCGSTABLSolve()
366 dtmp = A11; A11 = A21; A21 = dtmp; in hypre_BiCGSTABLSolve()
367 dtmp = A12; A12 = A22; A22 = dtmp; in hypre_BiCGSTABLSolve()
378 if ( flag == 1 ) { dtmp = eta; eta = xi; xi = dtmp;} in hypre_BiCGSTABLSolve()
408 dtmp = - psi; in hypre_BiCGSTABLSolve()
860 dtmp = -beta; in hypre_BiCGSTABLSolve()
[all …]
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DTileImage_draw_brush.c456 if(dtmp < 0.0001) dtmp = 0.0001; in TileImage_drawBrushLine()
678 ytbl[iy] = dtmp * dtmp; in _drawbrush_point_soft1()
687 xtbl[ix] = dtmp * dtmp; in _drawbrush_point_soft1()
706 dtmp = (dtmp - 0.3) * (1.0 / 0.7); in _drawbrush_point_soft1()
772 ytbl[iy] = dtmp * dtmp; in _drawbrush_point_soft2()
781 xtbl[ix] = dtmp * dtmp; in _drawbrush_point_soft2()
859 ytbl[iy] = dtmp * dtmp; in _drawbrush_point_soft3()
868 xtbl[ix] = dtmp * dtmp; in _drawbrush_point_soft3()
882 dtmp = 1.0 - dtmp; in _drawbrush_point_soft3()
884 dtmp = dtmp - dtmp * 0.25; in _drawbrush_point_soft3()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_whitebox.py37 dtmp = osutils.mkdtemp()
38 self.addCleanup(osutils.rmtree, dtmp)
40 dtmp = realpath(dtmp)
43 return relpath(dtmp, p)
46 self.assertEqual('foo', rp(pathjoin(dtmp, 'foo')))
49 self.assertEqual('', rp(dtmp))
54 self.assertRaises(errors.PathNotChild, rp, dtmp.rstrip('\\/') + '2')
56 dtmp.rstrip('\\/') + '2/foo')
61 os.chdir(dtmp)
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta_util/src/
H A Dqmr.c119 beta = dtmp / rho; in oem_tfqmr()
120 rho = dtmp; in oem_tfqmr()
149 alpha = rho / dtmp; in oem_tfqmr()
150 dtmp = var * eta / alpha; in oem_tfqmr()
159 dtmp = dtmp * dtmp; in oem_tfqmr()
160 var = dtmp / tau; in oem_tfqmr()
162 tau = dtmp * dcos; in oem_tfqmr()
221 dtmp = var * dcos; in oem_tfqmr()
238 dtmp = dtmp * dtmp; in oem_tfqmr()
239 var = dtmp / tau; in oem_tfqmr()
[all …]
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Drdhmmdef.c315 HTK_HMM_Data *dtmp; in rdhmmdef() local
319 for (dtmp = hmm->start; dtmp; dtmp = dtmp->next) { in rdhmmdef()
320 if (maxlen < dtmp->state_num) maxlen = dtmp->state_num; in rdhmmdef()
328 HTK_HMM_Dens *dtmp; in rdhmmdef() local
330 for (dtmp = hmm->dnstart; dtmp; dtmp = dtmp->next) { in rdhmmdef()
337 HTK_HMM_Dens *dtmp; in rdhmmdef() local
339 for (dtmp = hmm->dnstart; dtmp; dtmp = dtmp->next) { in rdhmmdef()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dls-mat4.cc308 r.xelem (i) = dtmp[i] - 1; in read_mat_binary_data()
309 nr_new = dtmp[nr - 1]; in read_mat_binary_data()
312 c.xelem (i) = dtmp[i] - 1; in read_mat_binary_data()
313 nc_new = dtmp[nr - 1]; in read_mat_binary_data()
337 r.xelem (i) = dtmp[i] - 1; in read_mat_binary_data()
338 nr_new = dtmp[nr - 1]; in read_mat_binary_data()
342 nc_new = dtmp[nr - 1]; in read_mat_binary_data()
492 dtmp[i] = m.ridx (i) + 1; in save_mat_binary_data()
501 dtmp[ii++] = j + 1; in save_mat_binary_data()
522 dtmp[i] = m.ridx (i) + 1; in save_mat_binary_data()
[all …]
/dports/graphics/azpainterb/azpainterb-1.1.3/src/draw/
H A Ddraw_rule.c52 p->rule.dtmp[0] = cos(rd); in _set_tmp_sincos()
53 p->rule.dtmp[1] = sin(rd); in _set_tmp_sincos()
88 dcos = rule->dtmp[0]; in _getpoint_line()
89 dsin = rule->dtmp[1]; in _getpoint_line()
155 x = (xx * rule->dtmp[0] - yy * rule->dtmp[1]) * rule->ellipse_yx; in _getpoint_ellipse()
156 y = xx * rule->dtmp[1] + yy * rule->dtmp[0]; in _getpoint_ellipse()
163 yy = rule->dtmp[2] * sin(rd); in _getpoint_ellipse()
165 x = xx * rule->dtmp[0] + yy * rule->dtmp[1]; in _getpoint_ellipse()
166 y = -xx * rule->dtmp[1] + yy * rule->dtmp[0]; in _getpoint_ellipse()
245 xx = (x * p->rule.dtmp[0] - y * p->rule.dtmp[1]) * p->rule.ellipse_yx; in drawRule_onPress()
[all …]
/dports/graphics/azpainter/azpainter-2.1.7/src/draw/
H A Ddraw_rule.c52 p->rule.dtmp[0] = cos(rd); in _set_tmp_sincos()
53 p->rule.dtmp[1] = sin(rd); in _set_tmp_sincos()
88 dcos = rule->dtmp[0]; in _getpoint_line()
89 dsin = rule->dtmp[1]; in _getpoint_line()
155 x = (xx * rule->dtmp[0] - yy * rule->dtmp[1]) * rule->ellipse_yx; in _getpoint_ellipse()
156 y = xx * rule->dtmp[1] + yy * rule->dtmp[0]; in _getpoint_ellipse()
163 yy = rule->dtmp[2] * sin(rd); in _getpoint_ellipse()
165 x = xx * rule->dtmp[0] + yy * rule->dtmp[1]; in _getpoint_ellipse()
166 y = -xx * rule->dtmp[1] + yy * rule->dtmp[0]; in _getpoint_ellipse()
245 xx = (x * p->rule.dtmp[0] - y * p->rule.dtmp[1]) * p->rule.ellipse_yx; in drawRule_onPress()
[all …]
/dports/science/xtb/xtb-6.4.1/src/disp/
H A Dncoord.f90347 real(wp) :: dtmp, tmp local
371 dcndr(:,i,j)= dtmp*rij/r
372 dcndr(:,j,i)=-dtmp*rij/r
399 real(wp) :: tmp,dtmp local
534 real(wp) :: dtmp,tmp local
558 dcndr(:,i,j)= dtmp*rij/r
559 dcndr(:,j,i)=-dtmp*rij/r
647 real(wp) :: dtmp, tmp local
674 dcndr(:,i,j)=-dtmp*rij/r
916 real(wp) :: dtmp, tmp local
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Dseeded_qmr_complex.F39 complex*16 u_n_minus1, dtmp
162 dtmp = scs * rhs_n
173 scv = REAL(dtmp)
176 res_nrm = REAL(dtmp)/res_0
182 rhs_n = omega * dtmp
187 $ write(luout,*) "Projected res_0:", REAL(dtmp)
212 dtmp = ONE_C / scv
213 call ga_scale(g_work(3), dtmp)
220 dtmp = u_n_minus1 * scpn / scv
267 dtmp = res_n_minus1 * scs / scpn
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Dseeded_qmr_complex.F39 complex*16 u_n_minus1, dtmp
162 dtmp = scs * rhs_n
173 scv = REAL(dtmp)
176 res_nrm = REAL(dtmp)/res_0
182 rhs_n = omega * dtmp
187 $ write(luout,*) "Projected res_0:", REAL(dtmp)
212 dtmp = ONE_C / scv
213 call ga_scale(g_work(3), dtmp)
220 dtmp = u_n_minus1 * scpn / scv
267 dtmp = res_n_minus1 * scs / scpn
[all …]

12345678910>>...33