Searched refs:NUM_STEPS (Results 1 – 10 of 10) sorted by relevance
27 NUM_STEPS = 5 variable53 sens_step = (sens_range[1] - sens_range[0]) / float(NUM_STEPS-1)55 sens_range[0] + i * sens_step for i in range(NUM_STEPS)]
26 NUM_STEPS = 5 variable49 sens_step = (sens_max - sens_min) / NUM_STEPS
26 NUM_STEPS = 5 variable50 sens_step = (sens_max - sens_min) / NUM_STEPS
28 NUM_STEPS = 4 variable59 sens_step = (sens_max_ana - sens_min) / NUM_STEPS
38 NUM_STEPS = 352 sens_step = (sens_range[1] - sens_range[0]) / float(NUM_STEPS-1)53 sensitivities = [sens_range[0] + i*sens_step for i in range(NUM_STEPS)]
32 NUM_STEPS = 553 int((sens_range[1] - sens_range[0]) / NUM_STEPS))
21 NUM_STEPS = 3 variable37 sens_step = (sens_range[1] - sens_range[0]) / NUM_STEPS
25 NUM_STEPS = 6 variable59 fds_f = np.arange(hyperfocal, min_fd, (min_fd-hyperfocal)/(NUM_STEPS-1))152 j = 2 * NUM_STEPS - 1 - i
616 final int NUM_STEPS = 5; in testParamSensitivity() local642 int[] sensitivities = new int[NUM_STEPS]; in testParamSensitivity()643 for (int i = 0; i < NUM_STEPS; ++i) { in testParamSensitivity()644 int delta = (sensitivityMax - sensitivityMin) / (NUM_STEPS - 1); in testParamSensitivity()654 for (int i = 0; i < NUM_STEPS; ++i) { in testParamSensitivity()692 float[] lastMeans = rgbMeans.get(NUM_STEPS - 1); in testParamSensitivity()
51 private static final int NUM_STEPS = 100; field in SweepGradientTest101 final double step = twoPi / NUM_STEPS; in verifyColors()