use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
authornsz <nsz@port70.net>
Mon, 5 Mar 2012 10:50:39 +0000 (11:50 +0100)
committernsz <nsz@port70.net>
Mon, 5 Mar 2012 10:50:39 +0000 (11:50 +0100)
commit59c2bd747bce9b1e35c893b2ace9bea57523a901
tree265c0cd414e18311708592342c628f0ca5a216d2
parent43091ad6c77c394b7fcff618eed187129b0457fe
use #if LDBL_MANT_DIG == ... instead of custom LD80 etc macros
58 files changed:
src/internal/ldhack.h
src/math/__cosl.c
src/math/__fpclassifyl.c
src/math/__invtrigl.c
src/math/__invtrigl.h
src/math/__rem_pio2l.h
src/math/__signbitl.c
src/math/__sinl.c
src/math/__tanl.c
src/math/acoshl.c
src/math/acosl.c
src/math/asinhl.c
src/math/asinl.c
src/math/atan2l.c
src/math/atanhl.c
src/math/atanl.c
src/math/cbrtl.c
src/math/ceill.c
src/math/copysignl.c
src/math/coshl.c
src/math/cosl.c
src/math/erfl.c
src/math/exp2l.c
src/math/expl.c
src/math/expm1l.c
src/math/fabsl.c
src/math/floorl.c
src/math/fmal.c
src/math/fmodl.c
src/math/hypotl.c
src/math/ilogbl.c
src/math/lgammal.c
src/math/llrintl.c
src/math/llroundl.c
src/math/log10l.c
src/math/log1pl.c
src/math/log2l.c
src/math/logbl.c
src/math/logl.c
src/math/lrintl.c
src/math/lroundl.c
src/math/modfl.c
src/math/nearbyintl.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c
src/math/powl.c
src/math/remainderl.c
src/math/remquol.c
src/math/rintl.c
src/math/roundl.c
src/math/scalbnl.c
src/math/sinhl.c
src/math/sinl.c
src/math/tanhl.c
src/math/tanl.c
src/math/tgammal.c
src/math/truncl.c