|
fortran-fast-float
Eisel-Lemire fast float parsing for Fortran
|
Public Member Functions | |
| pure elemental integer(i4) function | parse_i32_pure (str, base) |
| integer(i4) function | parse_i32_std (str, base, res, o) |
| pure elemental integer(i4) function fast_float_module::parse_i32::parse_i32_pure | ( | character(*), intent(in) | str, |
| integer, intent(in) | base ) |

| integer(i4) function fast_float_module::parse_i32::parse_i32_std | ( | character(*), intent(in) | str, |
| integer, intent(in) | base, | ||
| type(parse_result), intent(out) | res, | ||
| type(parse_options), intent(in), optional | o ) |
