Home
last modified time | relevance | path

Searched refs:oldprec (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/reduce/Reduce-svn5758-src/packages/specfn/
H A Dsfconsts.red121 begin scalar term,summ,acc,k,ln2,ln3,oldprec,zp;
122 if evenp(oldprec := precision 0) then
123 precision (oldprec+13) else
124 precision (oldprec+12);
125 acc := 10^(-oldprec -3);
137 precision(oldprec);
145 oldprec := precision 0;
146 precision(oldprec+5);
150 m:= (oldprec+5)/2;
153 acc := 10^(1-(oldprec +5))/2;
[all …]
H A Dsfweier.red372 else begin scalar res, oldprec;
373 oldprec := precision 0;
374 precision max(oldprec+3, 15);
376 precision oldprec;
395 oldprec := precision 0;
398 precision oldprec;
510 oldprec := precision 0;
513 precision oldprec;
675 begin scalar res, oldprec;
679 oldprec := precision 0;
[all …]
H A Dsfairy.red130 begin scalar c1,c2,summ,oldprec;
137 oldprec := precision 0;
138 precision (oldprec + 10);
149 precision (oldprec);
341 begin scalar c1,c2,summ,oldprec;
342 oldprec := precision 0;
343 precision (oldprec + 10);
349 precision(oldprec);
H A Dsfother.red225 begin scalar wjnew,wj,accu,expwj,oldprec,!*complex,olddmode!*;
229 oldprec := precision 5;
241 precision oldprec;
H A Dsfellip.red126 begin scalar oldprec,res;
127 oldprec := precision 0;
128 precision max(oldprec,15);
131 precision oldprec;
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Dios_state.cc18 : ios(ios_), oldflags(ios.flags()), oldprec(ios.precision()), in ios_base_all_saver()
30 ios.precision(oldprec); in restore()
H A Dios_state.hh67 std::streamsize oldprec; member in Dune::ios_base_all_saver
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dio.hh98 int oldprec = s.precision(); in printvector() local
114 s.precision(oldprec); in printvector()
219 int oldprec = s.precision(); in printmatrix() local
243 s.precision(oldprec); in printmatrix()
278 int oldprec = s.precision(); in printSparseMatrix() local
341 s.precision(oldprec); in printSparseMatrix()
/dports/math/maxima/maxima-5.43.2/tests/wester_problems/
H A Dtest_numerical_analysis.mac25 oldprec: fpprec$
30 fpprec: oldprec$
31 remvalue(oldprec)$
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Drataprx.tst26 oldprec:=precision 20;
30 precision oldprec;
H A Drataprx.rlg461 oldprec:=precision 20;
464 oldprec := 12
603 precision oldprec;
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/tests/
H A Dtest_convert.cxx106 std::streamsize oldprec = std::cout.precision(18); in test_convert_to_n_planes() local
115 std::cout.precision(oldprec); in test_convert_to_n_planes()
/dports/science/openbabel/openbabel-3.1.1/src/depict/
H A Dsvgpainter.cpp114 streamsize oldprec = m_ofs.precision(1); in DrawLine() local
130 m_ofs.precision(oldprec); in DrawLine()
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_IOStyle.h182 oldprec = os.precision(s.prec); in begin()
189 os.precision(oldprec); in end()
230 mutable std::streamsize oldprec; variable
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_convert.py218 oldprec = mp.prec
223 mp.prec = oldprec
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/
H A Djas_image.c114 static long convert(long val, int oldsgnd, int oldprec, int newsgnd,
1253 static long convert(long val, int oldsgnd, int oldprec, int newsgnd, in convert() argument
1258 if (newprec != oldprec) { in convert()
1259 if (newprec > oldprec) { in convert()
1260 val <<= newprec - oldprec; in convert()
1261 } else if (oldprec > newprec) { in convert()
1262 val >>= oldprec - newprec; in convert()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djas_image.c111 static long convert(long val, int oldsgnd, int oldprec, int newsgnd,
1242 static long convert(long val, int oldsgnd, int oldprec, int newsgnd, in convert() argument
1247 if (newprec != oldprec) { in convert()
1248 if (newprec > oldprec) { in convert()
1249 val <<= newprec - oldprec; in convert()
1250 } else if (oldprec > newprec) { in convert()
1251 val >>= oldprec - newprec; in convert()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/
H A Djas_image.c111 static long convert(long val, bool oldsgnd, unsigned oldprec, bool newsgnd,
1431 static long convert(long val, bool oldsgnd, unsigned oldprec, bool newsgnd, in convert() argument
1436 if (newprec != oldprec) { in convert()
1437 if (newprec > oldprec) { in convert()
1438 val <<= newprec - oldprec; in convert()
1439 } else if (oldprec > newprec) { in convert()
1440 val >>= oldprec - newprec; in convert()
/dports/www/aria2/aria2-1.36.0/src/
H A DConsoleStatCalc.cc111 std::streamsize oldprec = o.precision(); in printSizeProgress() local
114 << std::setprecision(oldprec) << std::resetiosflags(std::ios::fixed); in printSizeProgress()
/dports/astro/starplot/starplot-0.95.5/src/gui/
H A Dfiledialogs.cc374 std::streamsize oldprec = paramstream.precision(); in write_params() local
393 paramstream.precision(oldprec); in write_params()
/dports/math/reduce/Reduce-svn5758-src/packages/arith/
H A Drounded.red142 begin scalar oldprec;
145 << oldprec := !:print!-prec!:;
147 return oldprec >>;
152 oldprec := !:print!-prec!:;
154 return oldprec
189 begin scalar oldprec;
192 oldprec := !!rdprec;
205 return oldprec end;
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/matrices/
H A Dlinalg.py382 oldprec = ctx.prec
388 ctx.prec = oldprec
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dfpp_softfloat.c397 uint8_t oldprec = fs.floatx80_rounding_precision; \
402 set_floatx80_rounding_precision(oldprec, &fs);
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dstring_utils.cpp526 std::streamsize oldprec = ss.precision(); in si_string_impl_stream_write() local
530 ss.precision(oldprec); in si_string_impl_stream_write()
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dnumeric.cpp619 int oldprec = c.s.precision(); in do_print_csrc() local
648 c.s.precision(oldprec); in do_print_csrc()

12