Searched refs:zRealSq (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp344 double zRealSq = zReal * zReal; local
346 double nzReal = (zRealSq + (-1 * zImaginarySq));
355 if ((zRealSq + zImaginarySq) > gEscapeHorizon)
374 double zRealSq = zReal * zReal; local
376 double nzReal = (zRealSq + (-1 * zImaginarySq));
385 if ((zRealSq + zImaginarySq) > gEscapeHorizon)
404 double zRealSq = zReal * zReal; local
406 double nzReal = (zRealSq + (-1 * zImaginarySq));
415 if ((zRealSq + zImaginarySq) > gEscapeHorizon)
431 double zRealSq local
459 double zRealSq = zReal * zReal; local
489 double zRealSq = zReal * zReal; local
[all...]

Completed in 30 milliseconds