Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | top_index |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r1fp32Stack |
procedure, public :: Construct => Construct_r1fp32Stack | |
procedure, public :: Pop => Pop_r1fp32Stack | |
procedure, public :: Push => Push_r1fp32Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | tokens(:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r1fp64Stack |
procedure, public :: Construct => Construct_r1fp64Stack | |
procedure, public :: Pop => Pop_r1fp64Stack | |
procedure, public :: Push => Push_r1fp64Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r2fp32Stack |
procedure, public :: Construct => Construct_r2fp32Stack | |
procedure, public :: Pop => Pop_r2fp32Stack | |
procedure, public :: Push => Push_r2fp32Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | tokens(:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r2fp64Stack |
procedure, public :: Construct => Construct_r2fp64Stack | |
procedure, public :: Pop => Pop_r2fp64Stack | |
procedure, public :: Push => Push_r2fp64Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:,:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r3fp32Stack |
procedure, public :: Construct => Construct_r3fp32Stack | |
procedure, public :: Pop => Pop_r3fp32Stack | |
procedure, public :: Push => Push_r3fp32Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | tokens(:,:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r3fp64Stack |
procedure, public :: Construct => Construct_r3fp64Stack | |
procedure, public :: Pop => Pop_r3fp64Stack | |
procedure, public :: Push => Push_r3fp64Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:,:,:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r4fp32Stack |
procedure, public :: Construct => Construct_r4fp32Stack | |
procedure, public :: Pop => Pop_r4fp32Stack | |
procedure, public :: Push => Push_r4fp32Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | tokens(:,:,:,:,:) | |||
integer, | public | :: | top_index |
final :: Finalize_r4fp64Stack |
procedure, public :: Construct => Construct_r4fp64Stack | |
procedure, public :: Pop => Pop_r4fp64Stack | |
procedure, public :: Push => Push_r4fp64Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real32), | public, | allocatable | :: | tokens(:) | |||
integer, | public | :: | top_index |
final :: Finalize_sfp32Stack |
procedure, public :: Construct => Construct_sfp32Stack | |
procedure, public :: Pop => Pop_sfp32Stack | |
procedure, public :: Push => Push_sfp32Stack |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | tokens(:) | |||
integer, | public | :: | top_index |
final :: Finalize_sfp64Stack |
procedure, public :: Construct => Construct_sfp64Stack | |
procedure, public :: Pop => Pop_sfp64Stack | |
procedure, public :: Push => Push_sfp64Stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real32), | intent(in) | :: | mold(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp64Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real64), | intent(in) | :: | mold(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real32), | intent(in) | :: | mold(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp64Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real64), | intent(in) | :: | mold(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real32), | intent(in) | :: | mold(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp64Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real64), | intent(in) | :: | mold(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real32), | intent(in) | :: | mold(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp64Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N | |||
real(kind=real64), | intent(in) | :: | mold(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp64Stack), | intent(out) | :: | stack | |||
integer, | intent(in) | :: | N |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r1fp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r1fp64Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r2fp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r2fp64Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r3fp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r3fp64Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r4fp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(r4fp64Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sfp32Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sfp64Stack), | intent(inout) | :: | stack |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(out) | :: | tok(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(out) | :: | tok(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(out) | :: | tok(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(out) | :: | tok(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(out) | :: | tok |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(out) | :: | tok |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r1fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(in) | :: | tok(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r2fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(in) | :: | tok(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r3fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(in) | :: | tok(:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(r4fp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(in) | :: | tok(:,:,:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp32Stack), | intent(inout) | :: | stack | |||
real(kind=real32), | intent(in) | :: | tok |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(sfp64Stack), | intent(inout) | :: | stack | |||
real(kind=real64), | intent(in) | :: | tok |