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

Public Member Functions

pure elemental real(sp) function parse_fp (str)
 
pure elemental real(sp) function parse_fp_opts (str, opts)
 
real(sp) function parse_fp_res (str, res)
 
real(sp) function parse_fp_opts_res (str, opts, res)
 

Member Function/Subroutine Documentation

◆ parse_fp()

pure elemental real(sp) function fast_float_module::parse_float::parse_fp ( character(*), intent(in) str)
Here is the call graph for this function:

◆ parse_fp_opts()

pure elemental real(sp) function fast_float_module::parse_float::parse_fp_opts ( character(*), intent(in) str,
type(parse_options), intent(in) opts )
Here is the call graph for this function:

◆ parse_fp_opts_res()

real(sp) function fast_float_module::parse_float::parse_fp_opts_res ( character(*), intent(in) str,
type(parse_options), intent(in) opts,
type(parse_result), intent(out) res )
Here is the call graph for this function:

◆ parse_fp_res()

real(sp) function fast_float_module::parse_float::parse_fp_res ( character(*), intent(in) str,
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: