index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
real.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-05-23
real.c (real_maxval): New function to return the largest finite value represe...
Roger Sayle
1
-0
/
+27
2003-05-06
real.c (real_powi): New function to calculate the value of a real raised to a...
Roger Sayle
1
-12
/
+68
2003-04-23
real.c (do_add): Change to return a bool indicating that the result of the op...
Roger Sayle
1
-35
/
+52
2003-04-02
* real.c (decode_ieee_single): Fix decoding of SNaN bit.
Andreas Schwab
1
-1
/
+2
2003-04-01
real.h (EXP_BITS): Make room for...
Alexandre Oliva
1
-25
/
+160
2003-03-31
real.c (real_identical): Reorg so as to not compare signalling for normals.
Richard Henderson
1
-5
/
+7
2003-03-31
emit-rtl.c (dconstm2, dconsthalf): New real constants.
Roger Sayle
1
-5
/
+3
2003-03-27
real.h (struct real_value): Add signalling.
Richard Henderson
1
-47
/
+34
2003-02-26
Update commentary.
Richard Henderson
1
-0
/
+8
2003-02-25
real.c (real_to_integer2): Force overflow result only for unsigned overflow.
Richard Henderson
1
-1
/
+1
2003-01-27
real.c (ibm_extended_format): Add 53 to minimum exponent.
Alexandre Oliva
1
-3
/
+18
2003-01-15
real.c (real_sqrt): Return a bool result indicating whether a floating point ...
Roger Sayle
1
-7
/
+9
2002-12-25
output.h: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-0
/
+100
2002-11-17
real.c (real_to_decimal): Fix buffer overrun when buffer size is smaller than...
Graham Stott
1
-5
/
+5
2002-11-16
hard-reg-set.h: Follow spelling conventions.
Kazu Hirata
1
-3
/
+3
2002-10-27
combine.c: Fix comment formatting.
Kazu Hirata
1
-1
/
+1
2002-10-25
real.c (real_to_decimal): If the >1 tens reduction loop results in a negative...
Richard Henderson
1
-9
/
+17
2002-10-21
real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.
Richard Henderson
1
-18
/
+66
2002-10-19
real.c (do_add): Fix 0+0 sign corner case.
Brad Lucier
1
-4
/
+4
2002-10-18
real.c (cmp_significand_0, [...]): New.
Richard Henderson
1
-75
/
+270
2002-10-15
real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.
Richard Henderson
1
-20
/
+44
2002-10-04
real.h (SIGNIFICAND_BITS): Add one more word.
Richard Henderson
1
-38
/
+49
2002-10-01
real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
Richard Henderson
1
-5
/
+19
2002-09-29
* real.c (real_from_string): Apply sign last. Tidy exponent handling.
Richard Henderson
1
-18
/
+21
2002-09-29
real.h (ibm_extended_format): Declare.
David Edelsohn
1
-0
/
+93
2002-09-28
ChangeLog.4: Fix typos.
Kazu Hirata
1
-1
/
+1
2002-09-26
c-common.h: Follow spelling conventions.
Kazu Hirata
1
-3
/
+3
2002-09-23
* real.c (do_multiply): Normalize U before addition.
Richard Henderson
1
-3
/
+3
2002-09-21
real.c (struct real_format): Move to real.h.
Richard Henderson
1
-170
/
+94
2002-09-20
real.c (real_hash): New.
Richard Henderson
1
-0
/
+41
2002-09-20
real.c (do_fix_trunc): Static.
Richard Henderson
1
-1
/
+34
2002-09-20
real.h (enum real_value_class, [...]): Move from real.c.
Richard Henderson
1
-287
/
+231
2002-09-18
* real.c (round_for_format): Collect sticky as unsigned long, not bool.
Richard Henderson
1
-3
/
+3
2002-09-18
real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.
Richard Henderson
1
-2
/
+2
2002-09-16
real.c (do_fix_trunc): New.
Richard Henderson
1
-0
/
+34
2002-09-16
builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
Richard Henderson
1
-7
/
+94
2002-09-16
real.c, real.h: Rewrite from scratch.
Richard Henderson
1
-5884
/
+3032
2002-09-15
ChangeLog: Follow spelling conventions.
Kazu Hirata
1
-1
/
+1
2002-09-08
basic-block.h: Fix comment formatting.
Kazu Hirata
1
-3
/
+3
2002-09-07
* real.c (ereal_inf): Clear E before use.
Richard Henderson
1
-0
/
+1
2002-09-05
real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is not a compile-time con...
Jason Thorpe
1
-1
/
+3
2002-09-04
builtin-types.def (BT_FN_FLOAT): New.
Richard Henderson
1
-2
/
+45
2002-09-04
real.c (ereal_to_decimal): Add digits parameter.
Richard Henderson
1
-5
/
+58
2002-08-12
real.c (ieee_64): Always define.
Kaveh R. Ghazi
1
-3
/
+10
2002-07-30
real.c (ieee_24, [...]): Define only if the floating point format of the targ...
John David Anglin
1
-0
/
+4
2002-07-23
real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
John David Anglin
1
-742
/
+456
2002-05-28
tree.h: Forward-declare struct realvaluetype.
Zack Weinberg
1
-0
/
+1
2002-05-12
expr.c (compress_float_constant): New.
Richard Henderson
1
-0
/
+16
2002-05-09
read-rtl.c: Fix formatting.
Kazu Hirata
1
-21
/
+21
[next]