OmniSciDB
a5dc49c757
|
#include "TestRuntimeLib.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
T | _test_runtime_add (T x, T y) |
template<typename T > | |
T | _test_runtime_sub (T x, T y) |
template int64_t | _test_runtime_add (int64_t, int64_t) |
template double | _test_runtime_add (double, double) |
template int64_t | _test_runtime_sub (int64_t, int64_t) |
template double | _test_runtime_sub (double, double) |
T _test_runtime_add | ( | T | x, |
T | y | ||
) |
Definition at line 20 of file TestRuntimeLib.cpp.
Referenced by ct_test_runtime_libs_add__cpu_template_().
template int64_t _test_runtime_add | ( | int64_t | , |
int64_t | |||
) |
template double _test_runtime_add | ( | double | , |
double | |||
) |
T _test_runtime_sub | ( | T | x, |
T | y | ||
) |
Definition at line 25 of file TestRuntimeLib.cpp.
Referenced by ct_test_runtime_libs_sub__cpu_template_().
template int64_t _test_runtime_sub | ( | int64_t | , |
int64_t | |||
) |
template double _test_runtime_sub | ( | double | , |
double | |||
) |