Home
last modified time | relevance | path

Searched refs:rrCol (Results 1 – 25 of 47) sorted by relevance

12

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_spherical_fold4d_v2.cpp31 double rrCol = 0.0; in FormulaCode() local
47 rrCol = rr; in FormulaCode()
63 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
65 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
67 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
72 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
H A Dfractal_vicsek.cpp30 double rrCol = 0.0; in FormulaCode() local
63 rrCol = rr; // test ooooooooooooooooooooooooooooooooo in FormulaCode()
145 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
147 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
149 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
154 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
163 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
165 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_box_fold_bulb_pow2_v2.cpp31 double rrCol = 0.0; in FormulaCode() local
52 rrCol = rr; in FormulaCode()
131 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
133 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
134 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
138 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
H A Dfractal_mandalay_kifs.cpp31 double rrCol = 0.0; in FormulaCode() local
107 rrCol = rr; in FormulaCode()
149 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
151 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
152 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
153 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
H A Dfractal_abox_surf_box.cpp35 double rrCol = 0.0; in FormulaCode() local
87 rrCol = rr; in FormulaCode()
204 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
206 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
208 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
213 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
222 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
224 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_box_fold4d_bulb_pow2.cpp31 double rrCol = 0.0; in FormulaCode() local
78 rrCol = rr; in FormulaCode()
214 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
216 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
218 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
223 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
232 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
234 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_mandalay_box_v2.cpp31 double rrCol = 0.0; in FormulaCode() local
116 rrCol = rr; in FormulaCode()
158 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
160 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
161 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
162 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
H A Dfractal_testing4d.cpp32 double rrCol = 0.0; in FormulaCode() local
100 rrCol = rr; in FormulaCode()
252 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
254 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
256 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
261 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
270 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
272 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_mandelbox_variable.cpp35 double rrCol = 0.0; in FormulaCode() local
157 rrCol = rr; in FormulaCode()
332 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
334 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
336 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
341 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
350 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
352 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_box_fold_quat.cpp33 double rrCol = 0.0; in FormulaCode() local
55 rrCol = rr; in FormulaCode()
205 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
207 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
208 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
212 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
H A Dfractal_box_fold_bulb_menger.cpp32 double rrCol = 0.0; in FormulaCode() local
53 rrCol = rr; in FormulaCode()
207 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
209 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
210 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
214 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
H A Dfractal_pseudo_kleinian_mod2.cpp35 double rrCol = 0.0; in FormulaCode() local
108 rrCol = rr; in FormulaCode()
314 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
316 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
318 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
323 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
332 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
334 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_box_fold_bulb_pow2_v3.cpp47 double rrCol = 0.0; in FormulaCode() local
69 rrCol = rr; in FormulaCode()
227 if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
229 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
230 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol) in FormulaCode()
234 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol); in FormulaCode()
H A Dfractal_amazing_surf_mod4.cpp61 double rrCol = rr; in FormulaCode() local
102 if (rrCol > fractal->transformCommon.minR2p25) in FormulaCode()
104 fractal->mandelbox.color.factorSp2 * (rrCol - fractal->transformCommon.minR2p25) / 100.0; in FormulaCode()
H A Dfractal_abox4d.cpp31 double rrCol = 0.0; in FormulaCode() local
60 rrCol = rr; in FormulaCode()
137 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
139 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_abox_tetra4d.cpp40 double rrCol = 0.0; in FormulaCode() local
57 rrCol = rr; in FormulaCode()
148 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
150 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
H A Dfractal_abox_sphere4d.cpp32 double rrCol = 0.0; in FormulaCode() local
57 rrCol = rr; in FormulaCode()
148 if (rrCol < fractal->transformCommon.minR2p25) in FormulaCode()
150 else if (rrCol < fractal->transformCommon.maxR2d1) in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_spherical_fold4d_v2.cl19 REAL rrCol = 0.0f;
35 rrCol = rr;
51 if (rrCol < fractal->transformCommon.maxR2d1)
53 if (rrCol < fractal->transformCommon.minR2p25)
55 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
60 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
H A Dvicsek.cl19 REAL rrCol = 0.0f;
52 rrCol = rr; // test ooooooooooooooooooooooooooooooooo
149 if (rrCol < fractal->transformCommon.maxR2d1)
151 if (rrCol < fractal->transformCommon.minR2p25)
153 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
158 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
167 if (rrCol < fractal->transformCommon.minR2p25)
169 else if (rrCol < fractal->transformCommon.maxR2d1)
H A Dbox_fold_bulb_pow2_v2.cl20 REAL rrCol = 0.0f;
41 rrCol = rr;
120 if (rrCol < fractal->transformCommon.maxR2d1)
122 if (rrCol < fractal->transformCommon.minR2p25)
123 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
127 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
H A Dmandalay_kifs.cl20 REAL rrCol = 0.0f;
113 rrCol = rr;
156 if (rrCol < fractal->transformCommon.maxR2d1)
158 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
159 if (rrCol < fractal->transformCommon.minR2p25)
160 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
H A Dabox_surf_box.cl24 REAL rrCol = 0.0f;
76 rrCol = rr;
194 if (rrCol < fractal->transformCommon.maxR2d1)
196 if (rrCol < fractal->transformCommon.minR2p25)
198 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
203 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
212 if (rrCol < fractal->transformCommon.minR2p25)
214 else if (rrCol < fractal->transformCommon.maxR2d1)
H A Dbox_fold4d_bulb_pow2.cl20 REAL rrCol = 0.0f;
69 rrCol = rr;
205 if (rrCol < fractal->transformCommon.maxR2d1)
207 if (rrCol < fractal->transformCommon.minR2p25)
209 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
214 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
223 if (rrCol < fractal->transformCommon.minR2p25)
225 else if (rrCol < fractal->transformCommon.maxR2d1)
H A Dmandalay_box_v2.cl20 REAL rrCol = 0.0f;
124 rrCol = rr;
167 if (rrCol < fractal->transformCommon.maxR2d1)
169 colorAdd += fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
170 if (rrCol < fractal->transformCommon.minR2p25)
171 colorAdd += fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
H A Dmandelbox_variable.cl24 REAL rrCol = 0.0f;
146 rrCol = rr;
323 if (rrCol < fractal->transformCommon.maxR2d1)
325 if (rrCol < fractal->transformCommon.minR2p25)
327 fractal->mandelbox.color.factorSp1 * (fractal->transformCommon.minR2p25 - rrCol)
332 fractal->mandelbox.color.factorSp2 * (fractal->transformCommon.maxR2d1 - rrCol);
341 if (rrCol < fractal->transformCommon.minR2p25)
343 else if (rrCol < fractal->transformCommon.maxR2d1)

12