Searched refs:ratio (Results 1 – 4 of 4) sorted by relevance
102 double ratio = bestSize / (double) defaultSize;103 assertTrue(ratio < 1.0);111 MoreExecutors.directExecutor(), resultOptions.getTracker(), ratio + 0.001));132 double ratio = bestSize / (double) defaultSize;133 assertTrue(ratio < 1.0);141 MoreExecutors.directExecutor(), resultOptions.getTracker(), ratio - 0.001));
132 float ratio = float(w) / h; in initDisplay() local133 egl.left = -ratio; in initDisplay()134 egl.right = ratio; in initDisplay()216 float ratio = float(egl.width) / egl.height; in draw() local217 Mat4 projectionMatrix = Mat4::Ortho2D(-ratio, 1.0f, ratio, -1.0f); in draw()
57 ratio = 100060 self.assertEqual(current_milliamps.value / current_amps.value, ratio)
62 1. Over 95% pass ratio from 3000 test cycle would be fair enough to declare that the device passed…