summaryrefslogtreecommitdiff
path: root/gcc/real.h
Commit message (Expand)AuthorAgeFilesLines
* * real.h (struct real_value): Use the same type for allaoliva2004-03-221-2/+11
* * real.c (real_floor, real_ceil): Tweak to allow input and outputsayle2004-01-231-1/+3
* * genmodes.c, mode-classes.def: New files.zack2003-10-101-2/+3
* * real.h (REAL_MODE_FORMAT): New macro.zack2003-10-061-0/+1
* * builtins.c (builtin_dconsts_init, dconstpi, dconste,ghazi2003-09-111-0/+2
* * builtins.c (real_dconstp, fold_builtin_logarithm,ghazi2003-09-091-1/+4
* 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-101-1/+1
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-79/+59
* * real.c (real_trunc, real_floor, real_ceil): New functionssayle2003-07-031-0/+11
* * real.h (ieee_extended_intel_96_round_53_format): New.ljrittle2003-06-251-0/+1
* * basic-block.h: Fix comment formatting.kazu2003-06-231-1/+1
* * real.c (real_maxval): New function to return the largest finitesayle2003-05-231-0/+3
* * real.c (real_powi): New function to calculate the value ofsayle2003-05-061-0/+6
* * real.h (EXP_BITS): Make room for...aoliva2003-04-011-1/+9
* * emit-rtl.c (dconstm2, dconsthalf): New real constants.sayle2003-03-311-1/+3
* * real.h (struct real_value): Add signalling.rth2003-03-271-1/+2
* * real.c (real_sqrt): Return a bool result indicating whethersayle2003-01-151-3/+3
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+7
* * real.c (sticky_rshift_significand): Return inexact, don'trth2002-10-221-0/+1
* gcc/rth2002-10-161-5/+2
* * cfganal.c (dfs_enumerate_from): Use PARAMS.danglin2002-10-111-2/+4
* * real.h (SIGNIFICAND_BITS): Add one more word.rth2002-10-041-2/+6
* * real.h (struct real_value): Use ENUM_BITFIELD.rth2002-10-041-1/+1
* * real.h (ibm_extended_format): Declare.dje2002-09-291-0/+1
* * real.h (real_value): Make `exp' explicitly signed.ghazi2002-09-241-1/+1
* * real.c (struct real_format): Move to real.h.rth2002-09-211-3/+58
* * real.c (real_hash): New.rth2002-09-201-0/+2
* * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,rth2002-09-201-14/+35
* * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,rth2002-09-201-13/+0
* gcc/rth2002-09-171-1/+1
* gcc/rth2002-09-161-192/+171
* * builtin-types.def (BT_FN_FLOAT): New.rth2002-09-041-0/+1
* * real.c (ereal_to_decimal): Add digits parameter.rth2002-09-041-2/+2
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-1/+1
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-4/+11
* * gengenrtl.c: Add prototype for excluded_rtx.aj2002-05-191-0/+5
* * emit-rtl.c (global_rtl): Update comment.zack2002-05-131-9/+17
* * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, aszack2002-04-191-9/+39
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-251-0/+4
* * real.h (N): Special case 128 bit doubles.amodra2002-03-231-0/+5
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-52/+9
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-223/+22
* * predict.c: Fix formatting.kazu2002-01-221-4/+4
* * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.rth2001-12-281-4/+0
* * calls.c: Fix formatting.kazu2001-10-111-18/+18
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * Makefile.in (final.o): Depend on target.h.neil2001-07-061-1/+2
* Add ia64-hpux 128-bit long double support.wilson2001-06-261-1/+5
* Standardize header guards.rth2001-05-261-3/+3
* * output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined.ghazi2001-04-111-16/+1