#include "main.h"
#include "../tsc.h"
#include <complex>
#include <cmath>
#include <QApplication>
#include <QTextStream>
#include <QTimer>
#include <QtCore/QtDebug>
#include <QPainter>
#include <QProgressBar>
#include <Vc/Vc>
Go to the source code of this file.
|
typedef std::complex< float_v > | Z |
|
|
static Z | P (Z z, Z c) |
|
static Z::value_type | fastNorm (const Z &z) |
|
template<typename T > |
static T | square (T a) |
|
template<typename T > |
static T | minOf (T a, T b) |
|
template<typename T > |
static T | maxOf (T a, T b) |
|
template<typename T > |
static T | clamp (T min, T value, T max) |
|
static unsigned int | reduceRange (float x, float m, float h) |
|
static void | usage (const char *argv0) |
|
int | main (int argc, char **argv) |
|
#define BUDDHABROT_USE_FUNCTION1 |
typedef std::complex<float_v> Z |
template<typename T >
static T clamp |
( |
T |
min, |
|
|
T |
value, |
|
|
T |
max |
|
) |
| |
|
inlinestatic |
static Z::value_type fastNorm |
( |
const Z & |
z | ) |
|
|
inlinestatic |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
template<typename T >
static T maxOf |
( |
T |
a, |
|
|
T |
b |
|
) |
| |
|
inlinestatic |
template<typename T >
static T minOf |
( |
T |
a, |
|
|
T |
b |
|
) |
| |
|
inlinestatic |
static unsigned int reduceRange |
( |
float |
x, |
|
|
float |
m, |
|
|
float |
h |
|
) |
| |
|
inlinestatic |
static void usage |
( |
const char * |
argv0 | ) |
|
|
static |
const Pixel NULL_PIXEL = { 0, 0, 0 } |
|
static |