|
ASL 0.1.7
Advanced Simulation Library
|
#include "acl/acl.h"#include "acl/DataTypes/aclIndex.h"#include "acl/DataTypes/aclConstant.h"#include "acl/DataTypes/aclVariable.h"#include "acl/DataTypes/aclVariableReference.h"#include "acl/DataTypes/aclPrivateVariable.h"#include "acl/DataTypes/aclArray.h"#include "acl/DataTypes/aclLocalArray.h"#include "acl/DataTypes/aclSubvector.h"#include "acl/Operators/aclElementFor.h"#include "acl/Operators/aclElementIfElse.h"#include "acl/Operators/aclElementParser.h"#include "acl/Kernels/aclKernel.h"#include "aslUtilities.h"#include <math.h>#include <initializer_list>
Go to the source code of this file.
Functions | |
| bool | testIfElse () |
| bool | testParser () |
| bool | testAtomicSum () |
| int | main () |
| int main | ( | ) |
Definition at line 154 of file testOperators.cc.
| bool testAtomicSum | ( | ) |
Definition at line 127 of file testOperators.cc.
| bool testIfElse | ( | ) |
Definition at line 50 of file testOperators.cc.
| bool testParser | ( | ) |
Definition at line 90 of file testOperators.cc.