Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
count.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 count.c:

Go to the source code of this file.

Functions

void _COUNT (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_int _COUNT0 (DopeVectorType *mask, _f_int *dimension)
void _COUNT_4 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_int _COUNT0_4 (DopeVectorType *mask, _f_int *dimension)
void _COUNT_8 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_int _COUNT0_8 (DopeVectorType *mask, _f_int *dimension)
void _COUNT_1 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_int1 _COUNT0_1 (DopeVectorType *mask, _f_int *dimension)
void _COUNT_2 (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)
_f_int2 _COUNT0_2 (DopeVectorType *mask, _f_int *dimension)
void __count (DopeVectorType *result, DopeVectorType *mask, _f_int *dimension)

Function Documentation

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

Definition at line 51 of file count.c.

References __count().

Here is the call graph for this function:

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

Definition at line 162 of file count.c.

References __count().

Here is the call graph for this function:

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

Definition at line 198 of file count.c.

References __count().

Here is the call graph for this function:

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

Definition at line 90 of file count.c.

References __count().

Here is the call graph for this function:

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

Definition at line 126 of file count.c.

References __count().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines