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

Public Member Functions

pure elemental integer(i8) function parse_i64_pure (str, base)
 
integer(i8) function parse_i64_std (str, base, res)
 

Member Function/Subroutine Documentation

◆ parse_i64_pure()

pure elemental integer(i8) function fast_float_module::parse_i64::parse_i64_pure ( character(*), intent(in) str,
integer, intent(in) base )
Here is the call graph for this function:

◆ parse_i64_std()

integer(i8) function fast_float_module::parse_i64::parse_i64_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: