checked_int16 Function

public function checked_int16(i) result(i16)

Receives a default kind integer, checks its bounds (Fortran signed int), fixes it if needed, and returns an int16:

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i

Return Value integer(kind=int16)


Called by

proc~~checked_int16~~CalledByGraph proc~checked_int16 checked_int16 proc~new MIDI_file%new proc~new->proc~checked_int16 program~blues blues program~blues->proc~new program~canon canon program~canon->proc~new program~circle_of_fifths circle_of_fifths program~circle_of_fifths->proc~new program~la_folia la_folia program~la_folia->proc~new program~motifs motifs program~motifs->proc~new program~third_kind third_kind program~third_kind->proc~new