fortran-fast-float
Eisel-Lemire fast float parsing for Fortran
Loading...
Searching...
No Matches
fast_float_module::parse_i32 Interface Reference

Public Member Functions

pure elemental integer(i4) function parse_i32_pure (str, base)
 
integer(i4) function parse_i32_std (str, base, res)
 

Member Function/Subroutine Documentation

◆ parse_i32_pure()

pure elemental integer(i4) function fast_float_module::parse_i32::parse_i32_pure ( character(*), intent(in) str,
integer, intent(in) base )
Here is the call graph for this function:

◆ parse_i32_std()

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 )
Here is the call graph for this function:

The documentation for this interface was generated from the following file: