#include <stddef.h>#include <liberrno.h>#include <cray/dopevec.h>#include <cray/portdefs.h>#include "logical.h"
Go to the source code of this file.
Functions | |
| void | _ALL (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| _f_log | _ALL0 (DopeVectorType *mask, _f_int *dimension) |
| void | _ALL_4 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| _f_log4 | _ALL0_4 (DopeVectorType *mask, _f_int *dimension) |
| void | _ALL_8 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| _f_log8 | _ALL0_8 (DopeVectorType *mask, _f_int *dimension) |
| void | _ALL_2 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| _f_log2 | _ALL0_2 (DopeVectorType *mask, _f_int *dimension) |
| void | _ALL_1 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| _f_log1 | _ALL0_1 (DopeVectorType *mask, _f_int *dimension) |
| void | __all (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension) |
| void __all | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
Definition at line 232 of file all.c.
References _btol(), _LELVL_ABORT, _lerror(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, BITS_PER_WORD, DopeVector::dimension, DopeVector::DvDimen::extent, FALSE, FENOMEMY, FESCIDIM, if(), f90_type::int_len, DopeVector::DvDimen::low_bound, LTOB, MAXDIM, DopeVector::n_dim, NULL, DopeVector::orig_base, DopeVector::orig_size, DopeVector::DvDimen::stride_mult, and DopeVector::type_lens.
Referenced by _ALL(), _ALL0(), _ALL0_1(), _ALL0_2(), _ALL0_4(), _ALL0_8(), _ALL_1(), _ALL_2(), _ALL_4(), and _ALL_8().

| void _ALL | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
| _f_log _ALL0 | ( | DopeVectorType * | mask, | |
| _f_int * | dimension | |||
| ) |
Definition at line 61 of file all.c.
References __all(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, f90_type::dpflag, f90_type::int_len, f90_type::kind_or_star, DopeVector::n_dim, DopeVector::orig_base, DopeVector::orig_size, DopeVector::p_or_a, DopeVector::ptr_alloc, result, f90_type::type, and DopeVector::type_lens.

| _f_log1 _ALL0_1 | ( | DopeVectorType * | mask, | |
| _f_int * | dimension | |||
| ) |
Definition at line 205 of file all.c.
References __all(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, f90_type::dpflag, f90_type::int_len, f90_type::kind_or_star, DopeVector::n_dim, DopeVector::orig_base, DopeVector::orig_size, DopeVector::p_or_a, DopeVector::ptr_alloc, result, f90_type::type, and DopeVector::type_lens.

| _f_log2 _ALL0_2 | ( | DopeVectorType * | mask, | |
| _f_int * | dimension | |||
| ) |
Definition at line 169 of file all.c.
References __all(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, f90_type::dpflag, f90_type::int_len, f90_type::kind_or_star, DopeVector::n_dim, DopeVector::orig_base, DopeVector::orig_size, DopeVector::p_or_a, DopeVector::ptr_alloc, result, f90_type::type, and DopeVector::type_lens.

| _f_log4 _ALL0_4 | ( | DopeVectorType * | mask, | |
| _f_int * | dimension | |||
| ) |
Definition at line 97 of file all.c.
References __all(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, f90_type::dpflag, f90_type::int_len, f90_type::kind_or_star, DopeVector::n_dim, DopeVector::orig_base, DopeVector::orig_size, DopeVector::p_or_a, DopeVector::ptr_alloc, result, f90_type::type, and DopeVector::type_lens.

| _f_log8 _ALL0_8 | ( | DopeVectorType * | mask, | |
| _f_int * | dimension | |||
| ) |
Definition at line 133 of file all.c.
References __all(), DopeVector::a, DopeVector::assoc, DopeVector::base_addr, BITS_PER_BYTE, f90_type::dec_len, f90_type::dpflag, f90_type::int_len, f90_type::kind_or_star, DopeVector::n_dim, DopeVector::orig_base, DopeVector::orig_size, DopeVector::p_or_a, DopeVector::ptr_alloc, result, f90_type::type, and DopeVector::type_lens.

| void _ALL_1 | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
| void _ALL_2 | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
| void _ALL_4 | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
| void _ALL_8 | ( | DopeVectorType * | result, | |
| DopeVectorType * | mask, | |||
| _f_int * | dimension | |||
| ) |
1.7.1