OmniSciDB
a5dc49c757
|
#include <cstdint>
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) |
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_().
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_().