chla_transtype - specified integer constant to the character string specifying a transposition operation
CHARACTER*1 FUNCTION CHLA_TRANSTYPE( TRANS ) INTEGER TRANS SUBROUTINE CHLA_TRANSTYPE_64( TRANS ) INTEGER*8 TRANS F95 INTERFACE SUBROUTINE HLA_TRANSTYPE( TRANS ) INTEGER :: TRANS SUBROUTINE HLA_TRANSTYPE_64( TRANS ) INTEGER(8) :: TRANS C INTERFACE #include <sunperf.h> char chla_transtype(int trans); char chla_transtype_64(long trans);
Oracle Solaris Studio Performance Library chla_transtype(3P)
NAME
chla_transtype - translate from a BLAST-specified integer constant to
the character string specifying a transposition operation
SYNOPSIS
CHARACTER*1 FUNCTION CHLA_TRANSTYPE( TRANS )
INTEGER TRANS
SUBROUTINE CHLA_TRANSTYPE_64( TRANS )
INTEGER*8 TRANS
F95 INTERFACE
SUBROUTINE HLA_TRANSTYPE( TRANS )
INTEGER :: TRANS
SUBROUTINE HLA_TRANSTYPE_64( TRANS )
INTEGER(8) :: TRANS
C INTERFACE
#include <sunperf.h>
char chla_transtype(int trans);
char chla_transtype_64(long trans);
PURPOSE
chla_transtype returns an CHARACTER*1. If CHLA_TRANSTYPE is 'X', then
input is not an integer indicating a transposition operator. Otherwise
CHLA_TRANSTYPE returns the constant value corresponding to TRANS.
ARGUMENTS
TRANS (input) INTEGER
BLAST-specified integer constant.
7 Nov 2015 chla_transtype(3P)