Functions

any.c File Reference

#include <stddef.h>
#include <stdlib.h>
#include <liberrno.h>
#include <cray/dopevec.h>
#include <cray/portdefs.h>
#include "logical.h"
Include dependency graph for any.c:

Go to the source code of this file.

Functions

void _ANY (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_log _ANY0 (DopeVectorType *mask, _f_int *dimension)
void _ANY_4 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_log4 _ANY0_4 (DopeVectorType *mask, _f_int *dimension)
void _ANY_8 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_log8 _ANY0_8 (DopeVectorType *mask, _f_int *dimension)
void _ANY_2 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_log2 _ANY0_2 (DopeVectorType *mask, _f_int *dimension)
void _ANY_1 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_log1 _ANY0_1 (DopeVectorType *mask, _f_int *dimension)
void __any (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)

Function Documentation

void __any ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)
void _ANY ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)

Definition at line 49 of file any.c.

References __any().

Here is the call graph for this function:

_f_log _ANY0 ( DopeVectorType mask,
_f_int *  dimension 
)
_f_log1 _ANY0_1 ( DopeVectorType mask,
_f_int *  dimension 
)
_f_log2 _ANY0_2 ( DopeVectorType mask,
_f_int *  dimension 
)
_f_log4 _ANY0_4 ( DopeVectorType mask,
_f_int *  dimension 
)
_f_log8 _ANY0_8 ( DopeVectorType mask,
_f_int *  dimension 
)
void _ANY_1 ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)

Definition at line 196 of file any.c.

References __any().

Here is the call graph for this function:

void _ANY_2 ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)

Definition at line 160 of file any.c.

References __any().

Here is the call graph for this function:

void _ANY_4 ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)

Definition at line 88 of file any.c.

References __any().

Here is the call graph for this function:

void _ANY_8 ( DopeVectorType result,
DopeVectorType mask,
_f_int *  dimension 
)

Definition at line 124 of file any.c.

References __any().

Here is the call graph for this function: