Searched refs:mandelbrot (Results 1 – 8 of 8) sorted by relevance
13 mandelbrot.cpp18 add_executable(mandelbrot ${mandelbrot_SRCS}) target19 add_dependencies(demos mandelbrot)21 target_link_libraries(mandelbrot ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
8 add_subdirectory(mandelbrot)11 message(STATUS "Qt4 not found, so disabling the mandelbrot and opengl demos")
199 Label mandelbrot; in main() local200 masm.Bind(&mandelbrot); in main()212 memory.GetEntryPoint<double (*)(uint32_t)>(mandelbrot, in main()
573 # Compute and plot the mandelbrot set with the specified 2 dimensional range582 # mandel - This is a convenient helper function for plotting the mandelbrot set588 Given this, we can try plotting out the mandelbrot set! Lets try it out:
523 # compute and plot the mandelbrot set with the specified 2 dimensional range532 # mandel - This is a convenient helper function for plotting the mandelbrot set538 Given this, we can try plotting out the mandelbrot set! Lets try it out:
121241 mandelbrot %19442