Home
last modified time | relevance | path

Searched refs:dtemp (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/Bose/
H A Dboselink.c20 double dtemp, dpower; in bose_link() local
29 dtemp = (double) n; in bose_link()
30 dtemp = pow(dtemp, 0.333333334); in bose_link()
31 nsym = (int) dtemp; in bose_link()
69 dtemp = (double) n; in bose_link()
71 dtemp = pow(dtemp, dpower); in bose_link()
114 dtemp = pow(dtemp, 0.500001); in bose_link()
157 double dtemp, dpower; in bose_free() local
166 dtemp = pow(dtemp, 0.333333334); in bose_free()
184 dtemp = pow(dtemp, dpower); in bose_free()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/krypto/
H A Dtest-modes.c957 uint8_t dtemp [16]; in run() local
965 if (memcmp (AES_ECB_128_test[index], dtemp, sizeof dtemp) != 0) in run()
994 uint8_t dtemp [16]; in run() local
1002 if (memcmp (AES_ECB_192_test[index], dtemp, sizeof dtemp) != 0) in run()
1031 uint8_t dtemp [16]; in run() local
1039 if (memcmp (AES_ECB_256_test[index], dtemp, sizeof dtemp) != 0) in run()
1075 uint8_t dtemp [16]; in run() local
1083 … if (memcmp (AES_CBC_128_test[index], dtemp, sizeof dtemp) != 0) in run()
1120 uint8_t dtemp [16]; in run() local
1128 … if (memcmp (AES_CBC_192_test[index], dtemp, sizeof dtemp) != 0) in run()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/krypto/
H A Dtest-modes.c957 uint8_t dtemp [16]; in run() local
965 if (memcmp (AES_ECB_128_test[index], dtemp, sizeof dtemp) != 0) in run()
994 uint8_t dtemp [16]; in run() local
1002 if (memcmp (AES_ECB_192_test[index], dtemp, sizeof dtemp) != 0) in run()
1031 uint8_t dtemp [16]; in run() local
1039 if (memcmp (AES_ECB_256_test[index], dtemp, sizeof dtemp) != 0) in run()
1075 uint8_t dtemp [16]; in run() local
1083 … if (memcmp (AES_CBC_128_test[index], dtemp, sizeof dtemp) != 0) in run()
1120 uint8_t dtemp [16]; in run() local
1128 … if (memcmp (AES_CBC_192_test[index], dtemp, sizeof dtemp) != 0) in run()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/src/fortran/
H A Dremez.f64 dtemp=grid(jxt)
65 dtemp=cos(dtemp*pi2)
66 110 x(j)=dtemp
76 dnum=dnum+dtemp
78 dden=dden+dtemp
90 y(j)=des(l)+dtemp
237 bb=-(dtemp+dnum)/(dtemp-dnum)
263 dtemp=0.0d+0
270 500 dtemp=dtemp+dak*cos(dnum*dk)
271 505 dtemp=2.0d+0*dtemp+a(1)
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Dslanst.cpp14 float dtemp,max,val,scale,sum; in F77_FUNC() local
25 dtemp = std::abs(d[i]); in F77_FUNC()
26 if(dtemp>max) in F77_FUNC()
27 max = dtemp; in F77_FUNC()
28 dtemp = std::abs(e[i]); in F77_FUNC()
29 if(dtemp>max) in F77_FUNC()
30 max = dtemp; in F77_FUNC()
44 if(dtemp>max) in F77_FUNC()
45 max = dtemp; in F77_FUNC()
48 if(dtemp>max) in F77_FUNC()
[all …]
H A Ddlanst.cpp13 double dtemp,max,val,scale,sum; in F77_FUNC() local
24 dtemp = std::abs(d[i]); in F77_FUNC()
25 if(dtemp>max) in F77_FUNC()
26 max = dtemp; in F77_FUNC()
27 dtemp = std::abs(e[i]); in F77_FUNC()
28 if(dtemp>max) in F77_FUNC()
29 max = dtemp; in F77_FUNC()
43 if(dtemp>max) in F77_FUNC()
44 max = dtemp; in F77_FUNC()
47 if(dtemp>max) in F77_FUNC()
[all …]
/dports/net/ntp/ntp-4.2.8p15/util/
H A Djitter.c36 double dtemp, gtod[NBUF]; in main() local
68 dtemp = gtod[j]; in main()
70 gtod[i] = dtemp; in main()
94 double dtemp; in get_systime() local
108 dtemp = ts.tv_nsec / 1e9; in get_systime()
125 dtemp += sys_residual; in get_systime()
126 if (dtemp >= 1) { in get_systime()
127 dtemp -= 1; in get_systime()
129 } else if (dtemp < -1) { in get_systime()
130 dtemp += 1; in get_systime()
[all …]
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/
H A Drlogtime.c35 double dtemp; in getColorRGB() local
37 fraction = fabs(modf(fraction, &dtemp)); in getColorRGB()
44 dtemp = 1.0 / 6.0; in getColorRGB()
48 green = fraction / dtemp; in getColorRGB()
52 red = 1.0 - ((fraction - dtemp) / dtemp); in getColorRGB()
59 blue = (fraction - (dtemp * 2.0)) / dtemp; in getColorRGB()
63 green = 1.0 - ((fraction - (dtemp * 3.0)) / dtemp); in getColorRGB()
67 red = (fraction - (dtemp * 4.0)) / dtemp; in getColorRGB()
73 blue = 1.0 - ((fraction - (dtemp * 5.0)) / dtemp); in getColorRGB()
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/
H A Drlogtime.c35 double dtemp; in getColorRGB() local
37 fraction = fabs(modf(fraction, &dtemp)); in getColorRGB()
44 dtemp = 1.0/6.0; in getColorRGB()
49 green = fraction / dtemp; in getColorRGB()
56 red = 1.0 - ((fraction - dtemp) / dtemp); in getColorRGB()
66 blue = (fraction - (dtemp*2.0)) / dtemp; in getColorRGB()
73 green = 1.0 - ((fraction - (dtemp*3.0)) / dtemp); in getColorRGB()
80 red = (fraction - (dtemp*4.0)) / dtemp; in getColorRGB()
88 blue = 1.0 - ((fraction - (dtemp*5.0)) / dtemp); in getColorRGB()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/reference/
H A Ddswapf.f8 double precision dx(*),dy(*),dtemp local
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
H A Ddasumf.f8 double precision dx(*),dtemp local
12 dtemp = 0.0d0
20 dtemp = dtemp + dabs(dx(i))
22 dasumf = dtemp
33 dtemp = dtemp + dabs(dx(i))
38 dtemp = dtemp + dabs(dx(i)) + dabs(dx(i + 1)) + dabs(dx(i + 2))
41 60 dasumf = dtemp
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/blas/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
H A Ddasum.f8 double precision dx(*),dtemp
12 dtemp = 0.0d0
20 dtemp = dtemp + dabs(dx(i))
22 dasum = dtemp
33 dtemp = dtemp + dabs(dx(i))
38 dtemp = dtemp + dabs(dx(i)) + dabs(dx(i + 1)) + dabs(dx(i + 2))
41 60 dasum = dtemp
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/blas/src_f77/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp local
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
H A Ddasum.f8 double precision dx(*),dtemp local
12 dtemp = 0.0d0
20 dtemp = dtemp + dabs(dx(i))
22 dasum = dtemp
33 dtemp = dtemp + dabs(dx(i))
38 dtemp = dtemp + dabs(dx(i)) + dabs(dx(i + 1)) + dabs(dx(i + 2))
41 60 dasum = dtemp
/dports/math/algae/algae-4.3.6/blas/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
H A Ddasum.f8 double precision dx(*),dtemp
12 dtemp = 0.0d0
20 dtemp = dtemp + dabs(dx(i))
22 dasum = dtemp
33 dtemp = dtemp + dabs(dx(i))
38 dtemp = dtemp + dabs(dx(i)) + dabs(dx(i + 1)) + dabs(dx(i + 2))
41 60 dasum = dtemp
/dports/science/elmerfem/elmerfem-release-9.0/mathlibs/src/blas/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
H A Ddasum.f8 double precision dx(*),dtemp
12 dtemp = 0.0d0
20 dtemp = dtemp + dabs(dx(i))
22 dasum = dtemp
33 dtemp = dtemp + dabs(dx(i))
38 dtemp = dtemp + dabs(dx(i)) + dabs(dx(i + 1)) + dabs(dx(i + 2))
41 60 dasum = dtemp
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/reference/
H A Ddswapf.f8 double precision dx(*),dy(*),dtemp local
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
/dports/math/libflame/libflame-5.2.0/src/flablas/f2c/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/reference/
H A Ddswapf.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/blas/
H A Ddswap.f8 double precision dx(*),dy(*),dtemp
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
/dports/math/gotoblas/GotoBLAS2/reference/
H A Ddswapf.f8 double precision dx(*),dy(*),dtemp local
22 dtemp = dx(ix)
24 dy(iy) = dtemp
38 dtemp = dx(i)
40 dy(i) = dtemp
45 dtemp = dx(i)
47 dy(i) = dtemp
48 dtemp = dx(i + 1)
50 dy(i + 1) = dtemp
51 dtemp = dx(i + 2)
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Ddforceb.f9069 allocate( dtemp(ngw))
79 dtemp(ig)=(0.d0,0.d0)
86 dtemp(ig)=dtemp(ig)+c0(ctabin(ig,2),j)*qmat(j,i)
88 dtemp(ig)=dtemp(ig)+CONJG(c0(-ctabin(ig,2),j))*qmat(j,i)
95 dtemp(ig)=dtemp(ig)-c0(ctabin(ig,1),j)*CONJG(qmat(j,i))
97 dtemp(ig)=dtemp(ig)-CONJG(c0(-ctabin(ig,1),j))*conjg(qmat(j,i))
185 df(ig)= fi*dtemp(ig)
218 dtemp(ig)=(0.d0,0.d0)
222 dtemp(ig)=dtemp(ig)+afrc(inl)*betae(ig,inl)
228 df(ig)=df(ig)+fi*dtemp(ig)
[all …]

12345678910>>...36