OmniSciDB
a5dc49c757
|
#include "QueryEngine/heavydbTypes.h"
Go to the source code of this file.
Functions | |
EXTENSION_NOINLINE int32_t | tf_mandelbrot__cpu_ (TableFunctionManager &mgr, const int32_t x_pixels, const int32_t y_pixels, const double x_min, const double x_max, const double y_min, const double y_max, const int32_t max_iterations, Column< double > &output_x, Column< double > &output_y, Column< int32_t > &output_num_iterations) |
EXTENSION_NOINLINE int32_t | tf_mandelbrot_float__cpu_ (TableFunctionManager &mgr, const int32_t x_pixels, const int32_t y_pixels, const float x_min, const float x_max, const float y_min, const float y_max, const int32_t max_iterations, Column< float > &output_x, Column< float > &output_y, Column< int32_t > &output_num_iterations) |
EXTENSION_NOINLINE int32_t tf_mandelbrot__cpu_ | ( | TableFunctionManager & | mgr, |
const int32_t | x_pixels, | ||
const int32_t | y_pixels, | ||
const double | x_min, | ||
const double | x_max, | ||
const double | y_min, | ||
const double | y_max, | ||
const int32_t | max_iterations, | ||
Column< double > & | output_x, | ||
Column< double > & | output_y, | ||
Column< int32_t > & | output_num_iterations | ||
) |
Definition at line 220 of file ExampleTableFunctions.cpp.
EXTENSION_NOINLINE int32_t tf_mandelbrot_float__cpu_ | ( | TableFunctionManager & | mgr, |
const int32_t | x_pixels, | ||
const int32_t | y_pixels, | ||
const float | x_min, | ||
const float | x_max, | ||
const float | y_min, | ||
const float | y_max, | ||
const int32_t | max_iterations, | ||
Column< float > & | output_x, | ||
Column< float > & | output_y, | ||
Column< int32_t > & | output_num_iterations | ||
) |
Definition at line 250 of file ExampleTableFunctions.cpp.