| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This patch adds support for AArch64 to strtod.c definitions.
Change-Id: I9491c4371d921c00e73ae169877a9a71225731fb
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
|
| |
|
|
| |
Change-Id: I739a06f9037a9fb643276f61601f0f3e192581b8
|
| |
|
|
| |
Change-Id: Iaaec7ea4d04c859fe98ad3331fd71e7d000c826b
|
| |\
| |
| |
| | |
Change-Id: If02d33af51017dbd85e91c79ac2e848eda6cf253
|
| | |
| |
| |
| |
| |
| | |
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
|
| |/
|
|
|
|
|
|
|
| |
To avoid introducing NULL checks everytime a Bigint computation
is performed, introduce a special value (BIGINT_INVALID) and only
check for it when absolutely needed (which means when the code
needs to access the Bigint's internal structure fields).
Change-Id: Ie3954523b0985b6a8cb62340802d8dcf63cbf16f
|
| | |
|
| | |
|
| |
|