Home
last modified time | relevance | path

Searched refs:tempFAB (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_add_cpixel_symmetrical.cpp30 CVector4 tempFAB = aux.const_c; in FormulaCode() local
31 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
32 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
33 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
35 tempFAB *= fractal->transformCommon.constantMultiplier111; in FormulaCode()
37 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
38 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
39 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym2_mod.cpp57 CVector4 tempFAB = c; in FormulaCode() local
58 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
59 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
60 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
62 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
64 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
65 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
66 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_aexion_octopus_mod.cpp52 CVector4 tempFAB = c; in FormulaCode() local
53 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
54 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
55 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
57 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
59 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
60 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
61 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod2.cpp64 CVector4 tempFAB = c; in FormulaCode() local
65 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
66 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
67 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
69 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
70 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
71 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
72 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_eiffie_msltoe.cpp50 CVector4 tempFAB = c; in FormulaCode() local
51 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
52 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
53 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
55 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
56 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
57 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
58 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym4_mod.cpp72 CVector4 tempFAB = c; in FormulaCode() local
73 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
74 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
75 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
77 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
78 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
79 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
80 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod.cpp57 CVector4 tempFAB = c; in FormulaCode() local
58 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
59 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
60 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
62 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
63 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
64 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
65 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod4.cpp50 CVector4 tempFAB = c; in FormulaCode() local
51 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
52 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
53 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
55 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
56 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
57 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
58 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod3.cpp64 CVector4 tempFAB = c; in FormulaCode() local
65 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
66 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
67 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
69 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
70 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
71 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
72 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_abox_mod_kali_v2.cpp77 CVector4 tempFAB = c; in FormulaCode() local
78 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
79 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
80 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
82 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
84 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
85 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
86 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod5.cpp60 CVector4 tempFAB = c; in FormulaCode() local
61 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
62 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
63 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
65 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
66 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
67 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
68 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_msltoe_sym3_mod6.cpp64 CVector4 tempFAB = c; in FormulaCode() local
65 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
66 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
67 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
69 tempFAB *= fractal->transformCommon.constantMultiplier000; in FormulaCode()
70 z.x += sign(z.x) * tempFAB.x; in FormulaCode()
71 z.y += sign(z.y) * tempFAB.y; in FormulaCode()
72 z.z += sign(z.z) * tempFAB.z; in FormulaCode()
H A Dfractal_pseudo_kleinian_mod3.cpp101 CVector4 tempFAB = c; in FormulaCode() local
102 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x); in FormulaCode()
103 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y); in FormulaCode()
104 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z); in FormulaCode()
106 tempFAB *= fractal->transformCommon.offsetF000; in FormulaCode()
107 z.x -= sign(z.x) * tempFAB.x; in FormulaCode()
108 z.y -= sign(z.y) * tempFAB.y; in FormulaCode()
109 z.z -= sign(z.z) * tempFAB.z; in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_add_cpixel_symmetrical.cl19 REAL4 tempFAB = aux->const_c;
20 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
21 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
22 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
24 tempFAB *= fractal->transformCommon.constantMultiplier111;
26 z.x += sign(z.x) * tempFAB.x;
27 z.y += sign(z.y) * tempFAB.y;
28 z.z += sign(z.z) * tempFAB.z;
H A Daexion_octopus_mod.cl41 REAL4 tempFAB = c;
42 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
43 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
44 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
46 tempFAB *= fractal->transformCommon.constantMultiplier000;
48 z.x += sign(z.x) * tempFAB.x;
49 z.y += sign(z.y) * tempFAB.y;
50 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym2_mod.cl46 REAL4 tempFAB = c;
47 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
48 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
49 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
51 tempFAB *= fractal->transformCommon.constantMultiplier000;
53 z.x += sign(z.x) * tempFAB.x;
54 z.y += sign(z.y) * tempFAB.y;
55 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod2.cl53 REAL4 tempFAB = c;
54 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
55 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
56 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
58 tempFAB *= fractal->transformCommon.constantMultiplier000;
59 z.x += sign(z.x) * tempFAB.x;
60 z.y += sign(z.y) * tempFAB.y;
61 z.z += sign(z.z) * tempFAB.z;
H A Deiffie_msltoe.cl39 REAL4 tempFAB = c;
40 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
41 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
42 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
44 tempFAB *= fractal->transformCommon.constantMultiplier000;
45 z.x += sign(z.x) * tempFAB.x;
46 z.y += sign(z.y) * tempFAB.y;
47 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod4.cl39 REAL4 tempFAB = c;
40 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
41 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
42 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
44 tempFAB *= fractal->transformCommon.constantMultiplier000;
45 z.x += sign(z.x) * tempFAB.x;
46 z.y += sign(z.y) * tempFAB.y;
47 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym4_mod.cl76 REAL4 tempFAB = c;
77 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
78 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
79 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
81 tempFAB *= fractal->transformCommon.constantMultiplier000;
82 z.x += sign(z.x) * tempFAB.x;
83 z.y += sign(z.y) * tempFAB.y;
84 z.z += sign(z.z) * tempFAB.z;
H A Dabox_mod_kali_v2.cl66 REAL4 tempFAB = c;
67 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
68 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
69 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
71 tempFAB *= fractal->transformCommon.constantMultiplier000;
73 z.x += sign(z.x) * tempFAB.x;
74 z.y += sign(z.y) * tempFAB.y;
75 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod.cl46 REAL4 tempFAB = c;
47 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
48 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
49 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
51 tempFAB *= fractal->transformCommon.constantMultiplier000;
52 z.x += sign(z.x) * tempFAB.x;
53 z.y += sign(z.y) * tempFAB.y;
54 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod3.cl53 REAL4 tempFAB = c;
54 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
55 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
56 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
58 tempFAB *= fractal->transformCommon.constantMultiplier000;
59 z.x += sign(z.x) * tempFAB.x;
60 z.y += sign(z.y) * tempFAB.y;
61 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod5.cl49 REAL4 tempFAB = c;
50 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
51 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
52 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
54 tempFAB *= fractal->transformCommon.constantMultiplier000;
55 z.x += sign(z.x) * tempFAB.x;
56 z.y += sign(z.y) * tempFAB.y;
57 z.z += sign(z.z) * tempFAB.z;
H A Dmsltoe_sym3_mod6.cl53 REAL4 tempFAB = c;
54 if (fractal->transformCommon.functionEnabledx) tempFAB.x = fabs(tempFAB.x);
55 if (fractal->transformCommon.functionEnabledy) tempFAB.y = fabs(tempFAB.y);
56 if (fractal->transformCommon.functionEnabledz) tempFAB.z = fabs(tempFAB.z);
58 tempFAB *= fractal->transformCommon.constantMultiplier000;
59 z.x += sign(z.x) * tempFAB.x;
60 z.y += sign(z.y) * tempFAB.y;
61 z.z += sign(z.z) * tempFAB.z;

12