Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Module Procedures
private elemental function bctor_R8P(bstr, knd) result(n)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
bstr
real(kind=R8P),
intent(in)
::
knd
Return Value
real(kind=R8P)
private elemental function bctor_R4P(bstr, knd) result(n)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
bstr
real(kind=R4P),
intent(in)
::
knd
Return Value
real(kind=R4P)
private elemental function bctoi_I8P(bstr, knd) result(n)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
bstr
integer(kind=I8P),
intent(in)
::
knd
Return Value
integer(kind=I8P)
private elemental function bctoi_I4P(bstr, knd) result(n)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
bstr
integer(kind=I4P),
intent(in)
::
knd
Return Value
integer(kind=I4P)
private elemental function bctoi_I2P(bstr, knd) result(n)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
bstr
integer(kind=I2P),
intent(in)
::
knd
Return Value
integer(kind=I2P)
private elemental function bctoi_I1P(bstr, knd) result(n)