index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
float.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-13
style cleanup
Cyrill Gorcunov
1
-271
/
+271
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-6
/
+33
2008-07-03
For consistency, allow 0p.. prefix for packed BCD
H. Peter Anvin
1
-3
/
+4
2008-07-03
float: support packed-BCD constants in 'dt' statements
H. Peter Anvin
1
-7
/
+70
2008-07-03
float: fix buffer overrun
H. Peter Anvin
1
-2
/
+2
2008-01-25
float.c: BR 1879670: fix output byte order
H. Peter Anvin
1
-1
/
+1
2008-01-21
float.c: fix memory overwrite with 8-, 16- or 80-bit constants
H. Peter Anvin
1
-20
/
+3
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-17
Make the definition for float_const() match the prototype
H. Peter Anvin
1
-1
/
+1
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-1
/
+1
2007-11-12
float.c: all warnings and errors are pass 1 only
H. Peter Anvin
1
-17
/
+16
2007-10-30
float.c: handle round-up-to-denorm correctly.
H. Peter Anvin
1
-8
/
+3
2007-10-29
Use a 32-bit floating-point limb size; support 8-bit float
H. Peter Anvin
1
-154
/
+190
2007-10-22
Decimal floating point can also start with 0. 0e 0E
H. Peter Anvin
1
-9
/
+2
2007-10-22
Support binary and octal floating-point
H. Peter Anvin
1
-24
/
+54
2007-10-22
More consistent handling of radix letters
H. Peter Anvin
1
-1
/
+2
2007-10-21
float.c: correct exponent capping
H. Peter Anvin
1
-4
/
+3
2007-10-19
Allow $-prefixed hexadecimal FP as an alternative to 0x
H. Peter Anvin
1
-0
/
+2
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-6
/
+5
2007-10-19
float.c: mark read_exponent() static
H. Peter Anvin
1
-1
/
+1
2007-10-19
Allow underscores in numbers; better detection of FP
H. Peter Anvin
1
-42
/
+61
2007-10-16
Implement floating-point option control directive
H. Peter Anvin
1
-0
/
+31
2007-10-16
Floating-point warning fixes; fix round-to-overflow
H. Peter Anvin
1
-10
/
+37
2007-10-16
Handle rounding of denorms correctly; make fp overflow a warning
H. Peter Anvin
1
-13
/
+21
2007-10-16
Refactor floating-point formatting code; fix 80-bit denorms
H. Peter Anvin
1
-181
/
+152
2007-10-15
New floating-point conversion routines
H. Peter Anvin
1
-302
/
+528
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-9
/
+6
2007-10-04
float.c: correct the exponent
H. Peter Anvin
1
-1
/
+1
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-24
float.c: clear off uninitialized warning
H. Peter Anvin
1
-0
/
+2
2007-09-18
Support generating NaNs and infinities
H. Peter Anvin
1
-60
/
+122
2007-09-18
Fix error-reporting in hexadecimal floating-point numbers
H. Peter Anvin
1
-1
/
+1
2007-09-18
Support C99-style hexadecimal floating point.
H. Peter Anvin
1
-0
/
+91
2007-09-18
Unify all standard IEEE floating-point formats; add 128-bit
H. Peter Anvin
1
-142
/
+64
2007-09-18
Support 16-bit IEEE floating point; used in SSE5
H. Peter Anvin
1
-4
/
+67
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-7
/
+7
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-25
/
+26
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-253
/
+256
2004-12-29
Add ieee_ prefix to filenames with otherwise highly ambiguous names;
H. Peter Anvin
1
-26
/
+26
2002-04-30
NASM 0.98p3
H. Peter Anvin
1
-14
/
+24
2002-04-30
NASM 0.95
H. Peter Anvin
1
-6
/
+10
2002-04-30
NASM 0.91
H. Peter Anvin
1
-0
/
+389