zig/lib/std/fmt/parse_float
mlugg f26dda2117 all: migrate code to new cast builtin syntax
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:

* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
..
common.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
convert_eisel_lemire.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
convert_fast.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
convert_hex.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
convert_slow.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
decimal.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
FloatInfo.zig add new float-parser based on eisel-lemire algorithm 2022-05-03 16:46:40 +12:00
FloatStream.zig add new float-parser based on eisel-lemire algorithm 2022-05-03 16:46:40 +12:00
parse_float.zig parse_float: Error when a float is attempted to be parsed into an invalid type 2023-05-08 10:42:24 +00:00
parse.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00