#include <liberrno.h>#include <stddef.h>#include <cray/dopevec.h>#include <cray/portdefs.h>#include <stdlib.h>
Go to the source code of this file.
Defines | |
| #define | BITS_PER_BYTE (BITS_PER_WORD / BYTES_PER_WORD) |
Functions | |
| void | _LBOUND (DopeVectorType *result, DopeVectorType *source, _f_int *dimptr) |
| _f_int | _LBOUND0 (DopeVectorType *source, _f_int *dimptr) |
| _f_int4 | _LBOUND0_4 (DopeVectorType *source, _f_int *dimptr) |
| _f_int8 | _LBOUND0_8 (DopeVectorType *source, _f_int *dimptr) |
| #define BITS_PER_BYTE (BITS_PER_WORD / BYTES_PER_WORD) |
Definition at line 45 of file lbound.c.
Referenced by __all(), __any(), __count(), __maxloc(), __maxval(), __minloc(), __minval(), _ALL0(), _ALL0_1(), _ALL0_2(), _ALL0_4(), _ALL0_8(), _ANY0(), _ANY0_1(), _ANY0_2(), _ANY0_4(), _ANY0_8(), _COUNT0(), _COUNT0_1(), _COUNT0_2(), _COUNT0_4(), _COUNT0_8(), _EOSHIFT(), _LBOUND(), _RESHAPE(), _SPREAD(), and _UNPACK().
| void _LBOUND | ( | DopeVectorType * | result, | |
| DopeVectorType * | source, | |||
| _f_int * | dimptr | |||
| ) |
Definition at line 59 of file lbound.c.
References _LELVL_ABORT, _lerror(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, DopeVector::dimension, DopeVector::DvDimen::extent, FENMPTAR, FENOMEMY, f90_type::int_len, f90_type::kind_or_star, DopeVector::DvDimen::low_bound, DopeVector::n_dim, NULL, DopeVector::p_or_a, DopeVector::DvDimen::stride_mult, and DopeVector::type_lens.

| _f_int _LBOUND0 | ( | DopeVectorType * | source, | |
| _f_int * | dimptr | |||
| ) |
Definition at line 145 of file lbound.c.
References _LELVL_ABORT, _lerror(), DopeVector::assoc, DopeVector::dimension, DopeVector::DvDimen::extent, FENMPTAR, FENMSCDM, DopeVector::DvDimen::low_bound, DopeVector::n_dim, and DopeVector::p_or_a.

| _f_int4 _LBOUND0_4 | ( | DopeVectorType * | source, | |
| _f_int * | dimptr | |||
| ) |
Definition at line 188 of file lbound.c.
References _LELVL_ABORT, _lerror(), DopeVector::assoc, DopeVector::dimension, DopeVector::DvDimen::extent, FENMPTAR, FENMSCDM, DopeVector::DvDimen::low_bound, DopeVector::n_dim, and DopeVector::p_or_a.

| _f_int8 _LBOUND0_8 | ( | DopeVectorType * | source, | |
| _f_int * | dimptr | |||
| ) |
Definition at line 226 of file lbound.c.
References _LELVL_ABORT, _lerror(), DopeVector::assoc, DopeVector::dimension, DopeVector::DvDimen::extent, FENMPTAR, FENMSCDM, DopeVector::DvDimen::low_bound, DopeVector::n_dim, and DopeVector::p_or_a.

1.7.1