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 bit_size_R8P(i) result(bits)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R8P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function bit_size_R4P(i) result(bits)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=R4P),
intent(in)
::
i
Return Value
integer(kind=I1P)
private elemental function bit_size_chr(i) result(bits)