Home
last modified time | relevance | path

Searched refs:sinAdd (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_box_fold4d_bulb_pow2.cpp47 double sinAdd = 0.0; in FormulaCode() local
50 sinAdd = sin((aux.i + fractal->transformCommon.offset0) / fractal->transformCommon.scaleA1) in FormulaCode()
52 z.w += sinAdd; in FormulaCode()
H A Dfractal_testing4d.cpp48 double sinAdd = 0.0; in FormulaCode() local
51 sinAdd = sin((aux.i + fractal->transformCommon.offset0) / fractal->transformCommon.scaleA1) in FormulaCode()
53 z.w += sinAdd; in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dbox_fold4d_bulb_pow2.cl36 REAL sinAdd = 0.0f;
39 sinAdd =
42 z.w += sinAdd;
H A Dtesting4d.cl37 REAL sinAdd = 0.0f;
40 sinAdd =
43 z.w += sinAdd;