summaryrefslogtreecommitdiff
path: root/float.c
Commit message (Expand)AuthorAgeFilesLines
* style cleanupCyrill Gorcunov2009-10-131-271/+271
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-6/+33
* For consistency, allow 0p.. prefix for packed BCDH. Peter Anvin2008-07-031-3/+4
* float: support packed-BCD constants in 'dt' statementsH. Peter Anvin2008-07-031-7/+70
* float: fix buffer overrunH. Peter Anvin2008-07-031-2/+2
* float.c: BR 1879670: fix output byte orderH. Peter Anvin2008-01-251-1/+1
* float.c: fix memory overwrite with 8-, 16- or 80-bit constantsH. Peter Anvin2008-01-211-20/+3
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Make the definition for float_const() match the prototypeH. Peter Anvin2007-11-171-1/+1
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-1/+1
* float.c: all warnings and errors are pass 1 onlyH. Peter Anvin2007-11-121-17/+16
* float.c: handle round-up-to-denorm correctly.H. Peter Anvin2007-10-301-8/+3
* Use a 32-bit floating-point limb size; support 8-bit floatH. Peter Anvin2007-10-291-154/+190
* Decimal floating point can also start with 0. 0e 0EH. Peter Anvin2007-10-221-9/+2
* Support binary and octal floating-pointH. Peter Anvin2007-10-221-24/+54
* More consistent handling of radix lettersH. Peter Anvin2007-10-221-1/+2
* float.c: correct exponent cappingH. Peter Anvin2007-10-211-4/+3
* Allow $-prefixed hexadecimal FP as an alternative to 0xH. Peter Anvin2007-10-191-0/+2
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-6/+5
* float.c: mark read_exponent() staticH. Peter Anvin2007-10-191-1/+1
* Allow underscores in numbers; better detection of FPH. Peter Anvin2007-10-191-42/+61
* Implement floating-point option control directiveH. Peter Anvin2007-10-161-0/+31
* Floating-point warning fixes; fix round-to-overflowH. Peter Anvin2007-10-161-10/+37
* Handle rounding of denorms correctly; make fp overflow a warningH. Peter Anvin2007-10-161-13/+21
* Refactor floating-point formatting code; fix 80-bit denormsH. Peter Anvin2007-10-161-181/+152
* New floating-point conversion routinesH. Peter Anvin2007-10-151-302/+528
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-9/+6
* float.c: correct the exponentH. Peter Anvin2007-10-041-1/+1
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* float.c: clear off uninitialized warningH. Peter Anvin2007-09-241-0/+2
* Support generating NaNs and infinitiesH. Peter Anvin2007-09-181-60/+122
* Fix error-reporting in hexadecimal floating-point numbersH. Peter Anvin2007-09-181-1/+1
* Support C99-style hexadecimal floating point.H. Peter Anvin2007-09-181-0/+91
* Unify all standard IEEE floating-point formats; add 128-bitH. Peter Anvin2007-09-181-142/+64
* Support 16-bit IEEE floating point; used in SSE5H. Peter Anvin2007-09-181-4/+67
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-7/+7
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-25/+26
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-253/+256
* Add ieee_ prefix to filenames with otherwise highly ambiguous names;H. Peter Anvin2004-12-291-26/+26
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-14/+24
* NASM 0.95nasm-0.95H. Peter Anvin2002-04-301-6/+10
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+389