Home
last modified time | relevance | path

Searched refs:doubles (Results 1 – 25 of 6048) sorted by relevance

12345678910>>...242

/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/subscription/
H A Dtest_map_async_iterator.py93 await doubles.aclose()
97 await anext(doubles)
99 await anext(doubles)
121 await doubles.aclose()
125 await anext(doubles)
127 await anext(doubles)
146 await doubles.aclose()
179 await anext(doubles)
181 await anext(doubles)
403 await doubles.aclose()
[all …]
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Dribi.cc176 doubles, // slope 2 # sw2
179 doubles, // slope 5 # se1,sw2
180 doubles, // slope 6 # se2
181 doubles, // slope 7 # se2,sw1
185 doubles, // slope 11 # ne1,sw2
189 doubles, // slope 15 # ne1,se2
192 doubles, // slope 18 # ne2
193 doubles, // slope 19 # ne2,sw1
194 doubles, // slope 20 # ne2,sw2
195 doubles, // slope 21 # ne2,se1
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dold_settings.cpp186 params->doubles.vp.x = atof2(str2); in LoadOneSetting()
188 params->doubles.vp.y = atof2(str2); in LoadOneSetting()
965 CVector3 cameraRotation(oldData->doubles.alpha, oldData->doubles.beta, oldData->doubles.gamma); in ConvertToNewContainer()
975 if (oldData->doubles.zoom <= 1e-13) oldData->doubles.zoom = 1e-13; in ConvertToNewContainer()
978 camera = vp - forwardVector * (1.0 / oldData->doubles.persp * oldData->doubles.zoom); in ConvertToNewContainer()
984 target = vp + forwardVector * (1.0 / oldData->doubles.persp * oldData->doubles.zoom); in ConvertToNewContainer()
1006 CVector3(oldData->fractal.doubles.constantFactor, oldData->fractal.doubles.constantFactor, in ConvertToNewContainer()
1016 par->Set("limit_min", CVector3(oldData->fractal.doubles.amin, oldData->fractal.doubles.bmin, in ConvertToNewContainer()
1018 par->Set("limit_max", CVector3(oldData->fractal.doubles.amax, oldData->fractal.doubles.bmax, in ConvertToNewContainer()
1251 CVector3(oldData->fractal.IFS.doubles.rotationAlfa, oldData->fractal.IFS.doubles.rotationBeta, in ConvertToNewContainer()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/
H A DEnumDoubles.java33 private final double[] doubles; field in EnumDoubles
48 return doubles[e.ordinal()]; in get()
54 doubles[i] = -doubles[i]; in negation()
60 doubles[e.ordinal()] = value; in set()
66 this.doubles[i] = that.doubles[i]; in set()
73 this.doubles[i] = 0.0; in reset()
79 doubles[e.ordinal()] += value; in add()
85 this.doubles[i] += that.doubles[i]; in add()
91 doubles[e.ordinal()] -= value; in subtract()
97 this.doubles[i] -= that.doubles[i]; in subtract()
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dutil.test3030 test util-16.1.17.-9 {8.4 compatible formatting of doubles} \
3057 test util-16.1.17.0 {8.4 compatible formatting of doubles} \
3060 test util-16.1.17.1 {8.4 compatible formatting of doubles} \
3063 test util-16.1.17.2 {8.4 compatible formatting of doubles} \
3066 test util-16.1.17.3 {8.4 compatible formatting of doubles} \
3069 test util-16.1.17.4 {8.4 compatible formatting of doubles} \
3072 test util-16.1.17.5 {8.4 compatible formatting of doubles} \
3075 test util-16.1.17.6 {8.4 compatible formatting of doubles} \
3078 test util-16.1.17.7 {8.4 compatible formatting of doubles} \
3081 test util-16.1.17.8 {8.4 compatible formatting of doubles} \
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dutil.test3085 test util-16.1.17.-9 {8.4 compatible formatting of doubles} \
3112 test util-16.1.17.0 {8.4 compatible formatting of doubles} \
3115 test util-16.1.17.1 {8.4 compatible formatting of doubles} \
3118 test util-16.1.17.2 {8.4 compatible formatting of doubles} \
3121 test util-16.1.17.3 {8.4 compatible formatting of doubles} \
3124 test util-16.1.17.4 {8.4 compatible formatting of doubles} \
3127 test util-16.1.17.5 {8.4 compatible formatting of doubles} \
3130 test util-16.1.17.6 {8.4 compatible formatting of doubles} \
3133 test util-16.1.17.7 {8.4 compatible formatting of doubles} \
3136 test util-16.1.17.8 {8.4 compatible formatting of doubles} \
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/mandelbulber/
H A Dfractal.cpp57 int N = par.doubles.N; in Compute()
126 z -= par.IFS.doubles.offset * (par.IFS.doubles.scale - 1.0); in Compute()
169 double mR2_2 = par.doubles.foldingSphericalMin * par.doubles.foldingSphericalMin; in Compute()
855 …z -= par.IFS.doubles.direction[i] * (2.0 * (length - par.IFS.doubles.distance[i]) * par.IFS.double… in Compute()
862 … if(par.IFS.doubles.edge.x > 0) z.x = par.IFS.doubles.edge.x - fabs(par.IFS.doubles.edge.x - z.x); in Compute()
863 … if(par.IFS.doubles.edge.y > 0) z.y = par.IFS.doubles.edge.y - fabs(par.IFS.doubles.edge.y - z.y); in Compute()
864 … if(par.IFS.doubles.edge.z > 0) z.z = par.IFS.doubles.edge.z - fabs(par.IFS.doubles.edge.z - z.z); in Compute()
875 z.x -= par.IFS.doubles.offset.x * (par.IFS.doubles.scale - 1.0); in Compute()
876 z.y -= par.IFS.doubles.offset.y * (par.IFS.doubles.scale - 1.0); in Compute()
877 …if (z.z > 0.5 * par.IFS.doubles.offset.z * (par.IFS.doubles.scale - 1.0)) z.z -= par.IFS.doubles.o… in Compute()
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dutil.test3152 test util-16.1.17.-9 {8.4 compatible formatting of doubles} precision \
3179 test util-16.1.17.0 {8.4 compatible formatting of doubles} precision \
3182 test util-16.1.17.1 {8.4 compatible formatting of doubles} precision \
3185 test util-16.1.17.2 {8.4 compatible formatting of doubles} precision \
3188 test util-16.1.17.3 {8.4 compatible formatting of doubles} precision \
3191 test util-16.1.17.4 {8.4 compatible formatting of doubles} precision \
3194 test util-16.1.17.5 {8.4 compatible formatting of doubles} precision \
3197 test util-16.1.17.6 {8.4 compatible formatting of doubles} precision \
3200 test util-16.1.17.7 {8.4 compatible formatting of doubles} precision \
3203 test util-16.1.17.8 {8.4 compatible formatting of doubles} precision \
[all …]
/dports/science/udunits/udunits-2.2.28/lib/
H A DtestUnits.c1139 doubles[0] = 1; doubles[1] = 2; in test_utGetConverter()
1151 doubles[0] = 1; doubles[1] = 2; in test_utGetConverter()
1214 doubles[0] = 0; doubles[1] = 1; in test_utGetConverter()
1221 doubles[0] = 0; doubles[1] = 1; in test_utGetConverter()
1228 doubles[0] = 0; doubles[1] = 1; in test_utGetConverter()
1295 doubles[0] = 0; doubles[1] = 100; in test_utGetConverter()
1302 doubles[0] = 0; doubles[1] = 100; in test_utGetConverter()
1414 doubles[0] = 1; doubles[1] = 5; in test_utGetConverter()
1549 doubles[0] = 0; doubles[1] = 1; in test_utOffsetByTime()
1556 doubles[0] = 0; doubles[1] = 1; in test_utOffsetByTime()
[all …]
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmapgen_math.cpp236 par.doubles.N = params.get("N", iterations).asDouble(); in MapgenMath()
243 par.doubles.power = params.get("power", 9.0).asDouble(); in MapgenMath()
244 par.doubles.cadd = params.get("cadd", 1).asDouble(); in MapgenMath()
245 par.doubles.julia.x = params.get("julia_a", 0).asDouble(); in MapgenMath()
246 par.doubles.julia.y = params.get("julia_b", 0).asDouble(); in MapgenMath()
247 par.doubles.julia.z = params.get("julia_c", 0).asDouble(); in MapgenMath()
275 par.IFS.doubles.scale = params.get("IFS_scale", 2).asDouble(); in MapgenMath()
282 par.IFS.doubles.edge.x = params.get("IFS_edgeX", 0).asDouble(); in MapgenMath()
283 par.IFS.doubles.edge.y = params.get("IFS_edgeY", 0).asDouble(); in MapgenMath()
412 par.doubles.N = params.get("N", 50).asInt(); in MapgenMath()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/Numeric/
H A Dnum008.hs8 let dbls = map (shEFloat (Just 7)) doubles
9 ++ map (shEFloat (Just 0)) doubles
10 ++ map (shEFloat Nothing) doubles
11 ++ map (shFFloat (Just 7)) doubles
12 ++ map (shFFloat (Just 0)) doubles
13 ++ map (shFFloat Nothing) doubles
14 ++ map (shGFloat (Just 7)) doubles
15 ++ map (shGFloat (Just 0)) doubles
16 ++ map (shGFloat Nothing) doubles
37 doubles :: [ Double ]
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/tests/tce_2emet_all/
H A Dtce_2emet_all.out208 heap = 13107201 doubles = 100.0 Mbytes
209 stack = 117964801 doubles = 900.0 Mbytes
211 total = 249036802 doubles = 1900.0 Mbytes
659 Maximum block size 20 doubles
867 Maximum block size 20 doubles
1077 Maximum block size 20 doubles
1284 Maximum block size 20 doubles
1493 Maximum block size 20 doubles
1719 Maximum block size 20 doubles
1948 Maximum block size 20 doubles
[all …]
H A Dtce_2emet_rohf.out210 heap = 13107201 doubles = 100.0 Mbytes
211 stack = 117964801 doubles = 900.0 Mbytes
213 total = 249036802 doubles = 1900.0 Mbytes
674 Maximum block size 20 doubles
881 Maximum block size 20 doubles
1090 Maximum block size 20 doubles
1296 Maximum block size 20 doubles
1504 Maximum block size 20 doubles
1729 Maximum block size 20 doubles
1957 Maximum block size 20 doubles
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/tests/tce_2emet_all/
H A Dtce_2emet_all.out208 heap = 13107201 doubles = 100.0 Mbytes
209 stack = 117964801 doubles = 900.0 Mbytes
211 total = 249036802 doubles = 1900.0 Mbytes
659 Maximum block size 20 doubles
867 Maximum block size 20 doubles
1077 Maximum block size 20 doubles
1284 Maximum block size 20 doubles
1493 Maximum block size 20 doubles
1719 Maximum block size 20 doubles
1948 Maximum block size 20 doubles
[all …]
H A Dtce_2emet_rohf.out210 heap = 13107201 doubles = 100.0 Mbytes
211 stack = 117964801 doubles = 900.0 Mbytes
213 total = 249036802 doubles = 1900.0 Mbytes
674 Maximum block size 20 doubles
881 Maximum block size 20 doubles
1090 Maximum block size 20 doubles
1296 Maximum block size 20 doubles
1504 Maximum block size 20 doubles
1729 Maximum block size 20 doubles
1957 Maximum block size 20 doubles
[all …]
/dports/biology/mothur/mothur-1.46.1/source/calculators/
H A Dchao1.cpp26 double doubles; in getValues() local
28 doubles = (double)rank->get(2); in getValues()
29 }else{ doubles = 0.0; } in getValues()
32 double chao = sobs + singles*(singles-1)/(2*(doubles+1)); in getValues()
34 if(singles > 0 && doubles > 0){ in getValues()
35 chaovar = singles*(singles-1)/(2*(doubles+1)) in getValues()
36 + singles*pow(2*singles-1, 2)/(4*pow(doubles+1,2)) in getValues()
37 + pow(singles, 2)*doubles*pow(singles-1, 2)/(4*pow(doubles+1,4)); in getValues()
39 else if(singles > 0 && util.isEqual(doubles,0)){ in getValues()
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/lang/gcc10/gcc-10.3.0/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dfloat_va.c50 double doubles[5]; in main() local
70 doubles[0] = 2.0; in main()
72 values[1] = &doubles[0]; in main()
94 doubles[0] = 2.0; in main()
95 doubles[1] = 3.0; in main()
96 doubles[2] = 4.0; in main()
98 values[1] = &doubles[0]; in main()
99 values[2] = &doubles[1]; in main()
100 values[3] = &doubles[2]; in main()

12345678910>>...242