Commit Verlauf

Autor SHA1 Nachricht Datum
  sergei 6dd845a183 * Removed TTabCoef type and unused zero members in coefficient arrays (the actual number of coefficients is passed to polevl/p1evl anyways). vor 11 Jahren
  Jonas Maebe bf59a848b4 * fixed compilation of genmath.inc for the JVM target. In the future, please vor 11 Jahren
  nickysn 779b92459e * fixed ldexp() on 16/8-bit CPUs. Among other things, this fixes sin() and cos() vor 11 Jahren
  sergei 472b82c09a * Removed 'absolute'-style aliasing records to floating-point variables, because it causes internal compiler error on some targets. vor 12 Jahren
  sergei b48ac658fb + Payne/Hanek argument reduction routine, improves accuracy of generic sin/cos functions over larger argument range. Tested on x86_64-win64 and mipsel-linux. vor 12 Jahren
  sergei 949b994a68 - Got rid of "goto". vor 12 Jahren
  sergei 4f0b3f61ec * fpc_trunc_real: explicitly cast float64.high and float32 to longint, fixes test suite regressions on softfloat targets. These targets have different definitions of float64/float32 (with unsigned fields), causing comparisons like "float64.high<0" to be optimized out. vor 12 Jahren
  sergei 897c8b8f7b * Cleanup fpc_trunc_real implementation. vor 12 Jahren
  sergei 203efdcd0e * Let order of fields in float64 record depend on FPC_DOUBLE_HILO_SWAPPED, so messing with this order on every usage of float64 is no longer necessary. vor 12 Jahren
  sergei d83fbd7602 * Replaced fpc_arctan_real() implementation with one providing a better precision. vor 12 Jahren
  sergei 441e37b8b4 - Eliminated separate extractFloat32* routines, they are used only once and manually inlining them does not harm to readability. vor 12 Jahren
  sergei 797653dd14 * Reverted overflow/underflow handling in fpc_exp_real to original state of C port. In particular, changed constant values to typed constants. Resolves #24839. vor 12 Jahren
  sergei 690995fa12 * RTL: fixed some warnings when compiling for x86_64: vor 12 Jahren
  florian 92477a14b8 o patch by Max Nazholov: vor 12 Jahren
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 vor 13 Jahren
  Jonas Maebe e8dae4f30a * set result of exp() to 0 in case of underflow with masked exceptions vor 13 Jahren
  sergei 2642403d5b * float_raise: Reduce amount of threadvar accesses, gains a bit more compact code. Functionality is not changed. vor 14 Jahren
  Jonas Maebe 8a95a04e16 * extracted dynarray helpers from system unit into jdynarr.inc (were vor 14 Jahren
  Jonas Maebe 26cc281390 * fixed real48 to double conversion for 0.0 (patch by "jeng", mantis #16863) vor 15 Jahren
  Jonas Maebe 310ec39757 * fixed + optimized generic round_real vor 17 Jahren
  Jonas Maebe 30a51c2dee + support for the different rounding modes in the generic rounding vor 17 Jahren
  florian 81fd66f6f6 * typo in define fixed vor 17 Jahren
  micha 83b7f81f81 + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone) vor 17 Jahren
  yury 5e3462b6fc * Fixed warnings and notes. vor 18 Jahren
  yury 04b640880c * fixed exp() for hardfloat on arm. vor 18 Jahren
  florian 5596cd5391 * ensure that qword_to_double is calculated using doubles vor 18 Jahren
  tom_at_work e501fab034 * replaced all HandleError() calls to appropriate float_raise() calls vor 18 Jahren
  yury fa5865845a * use float_raise instead of HandleError in fpc_exp_real. vor 19 Jahren
  tom_at_work 67e6d8d2da * fixed float_error() to call HandleError instead of RunError so that they are properly converted to exceptions vor 19 Jahren
  florian ce6f6ee4bf * fixed compilation on i386 vor 19 Jahren