Home
last modified time | relevance | path

Searched refs:MAX_ITER (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/gil/doc/html/_downloads/
Dmandelbrot.cpp31 static const int MAX_ITER=100; // max number of iterations member
51 for (int i=0; i<MAX_ITER; ++i) { in get_num_iter()
54 return i/(double)MAX_ITER; in get_num_iter()
/third_party/boost/libs/gil/example/
Dmandelbrot.cpp31 static const int MAX_ITER=100; // max number of iterations member
51 for (int i=0; i<MAX_ITER; ++i) { in get_num_iter()
54 return i/(double)MAX_ITER; in get_num_iter()
/third_party/boost/libs/gil/test/extension/io/
Dmandel_view.hpp34 static const int MAX_ITER = 100; // max number of iterations member
72 for (int i = 0; i < MAX_ITER; ++i) in get_num_iter()
76 return i / (double)MAX_ITER; in get_num_iter()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_mlfn.hpp115 static const int MAX_ITER = 10; in pj_inv_mlfn() local
121 for (i = MAX_ITER; i ; --i) { /* rarely goes over 2 iterations */ in pj_inv_mlfn()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_utils.c21 #define MAX_ITER 6 // Maximum number of convergence steps. macro
75 for (iter = 0; iter < MAX_ITER; ++iter) { in QuantizeLevels()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_utils.c21 #define MAX_ITER 6 // Maximum number of convergence steps. macro
75 for (iter = 0; iter < MAX_ITER; ++iter) { in QuantizeLevels()
/third_party/flutter/glfw/examples/
Dheightmap.c39 #define MAX_ITER (200) macro
497 if (iter < MAX_ITER) in main()
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp106 static const int MAX_ITER=100; // max number of iterations member
126 for (int i=0; i<MAX_ITER; ++i) { in get_num_iter()
129 return i/(double)MAX_ITER; in get_num_iter()