max_depth 134 src/FuseGPUThreadLoops.cpp int max_depth; max_depth 140 src/FuseGPUThreadLoops.cpp max_depth = 0; max_depth 145 src/FuseGPUThreadLoops.cpp while (max_depth < block_size.dimensions()) { max_depth 146 src/FuseGPUThreadLoops.cpp string name = thread_names[max_depth]; max_depth 148 src/FuseGPUThreadLoops.cpp max_depth++; max_depth 172 src/FuseGPUThreadLoops.cpp if (depth > max_depth) { max_depth 173 src/FuseGPUThreadLoops.cpp max_depth = depth; max_depth 111 src/Generator.cpp std::pair<int64_t, int64_t> rational_approximation_helper(double d, int max_depth) { max_depth 114 src/Generator.cpp if (max_depth == 0 || float_part == 0.0) { max_depth 118 src/Generator.cpp const auto r = rational_approximation_helper(1.0/float_part, max_depth - 1);