/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
touch_firmware_report-lumpy-fw_11.23-complete-20140116_103533.log | 123 S' Largest gap ratio slot0: 2.157277' 335 S' Largest gap ratio slot0: 2.534758' 533 S' Largest gap ratio slot0: 3.794733' 734 S' Largest gap ratio slot0: 4.642796' 933 S' Largest gap ratio slot0: 5.215362' 1156 S' Largest gap ratio slot0: 10.295630' 1422 S' Largest gap ratio slot0: 3.038963' 1439 S' Largest gap ratio slot1: 3.590110' 1690 S' Largest gap ratio slot0: 2.617250' 1707 S' Largest gap ratio slot1: 3.640055 [all...] |
/external/lmfit/lib/ |
lmmin.c | 128 double actred, dirder, fnorm, fnorm1, gnorm, pnorm, prered, ratio, step, local 359 " ratio dirder delta" 435 /* Ratio of actual to predicted reduction. */ 436 ratio = prered ? actred / prered : 0; 444 outer, inner, lmpar, prered, ratio, 452 if (ratio <= 0.25) { 461 } else if (ratio >= 0.75) { 470 inner_success = ratio >= 1e-4; 498 if (fabs(actred) <= C->ftol && prered <= C->ftol && ratio <= 2) 512 ratio <= 2) [all...] |
/external/speex/libspeex/ |
sb_celp.c | 428 float ratio; local 449 ratio = 2*log((1.f+e_high)/(1.f+e_low)); 452 if (ratio<-4) 453 ratio=-4; 454 if (ratio>2) 455 ratio=2; 456 /*if (ratio>-2)*/ 461 st->relative_quality+=1.0*(ratio+2); 499 /*fprintf (stderr, "%f %f\n", ratio, low_qual);*/ 1007 /* Calculate reponse ratio between the low and high filter in the middl [all...] |
/external/cblas/testing/ |
c_dblat2.f | 16 * 16.0 THRESHOLD VALUE OF TEST RATIO 140 * Read the threshold value of the test ratio 422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 790 $ 'RATIO ', F8.2, ' - SUSPECT *******' ) 793 $ 'RATIO ', F8.2, ' - SUSPECT *******' ) 801 $ 'ALLS)', /' ******* BUT WITH MAXIMUM TEST RATIO', F8.2, [all...] |
c_sblat2.f | 16 * 16.0 THRESHOLD VALUE OF TEST RATIO 140 * Read the threshold value of the test ratio 422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 790 $ 'RATIO ', F8.2, ' - SUSPECT *******' ) 793 $ 'RATIO ', F8.2, ' - SUSPECT *******' ) 801 $ 'ALLS)', /' ******* BUT WITH MAXIMUM TEST RATIO', F8.2, [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
validators.py | 76 # Define the ratio of points taken at both ends of a line for edge tests. [all...] |
/external/skia/src/shaders/ |
SkPerlinNoiseShader.cpp | 532 SkScalar ratio = SK_Scalar1; 537 turbulenceFunctionResult += numer / ratio; 540 ratio *= 2; 590 SkScalar ratio = SK_Scalar1; 616 ratio; 619 ratio *= 2; 849 const char* ratio = "ratio"; local [all...] |
/external/skqp/src/shaders/ |
SkPerlinNoiseShader.cpp | 525 SkScalar ratio = SK_Scalar1; 530 turbulenceFunctionResult += numer / ratio; 533 ratio *= 2; 583 SkScalar ratio = SK_Scalar1; 609 ratio; 612 ratio *= 2; 842 const char* ratio = "ratio"; local [all...] |
/external/blktrace/btt/ |
output.c | 171 double ratio, q2c_n, d2c_n; local 182 ratio = 1.0; 184 ratio = q2c_n / d2c_n; 191 ratio, 203 ratio, 227 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total"); 232 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total");
|
/external/python/cpython3/Lib/test/ |
test_fractions.py | 267 OverflowError, "cannot convert Infinity to integer ratio", 270 OverflowError, "cannot convert Infinity to integer ratio", 273 ValueError, "cannot convert NaN to integer ratio", 288 OverflowError, "cannot convert Infinity to integer ratio", 291 OverflowError, "cannot convert Infinity to integer ratio", 294 ValueError, "cannot convert NaN to integer ratio", 297 ValueError, "cannot convert NaN to integer ratio",
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraAgentImpl.java | 730 * @param ratio Desired zoom ratio, in [1.0f,+Inf). 732 * @return Index of the closest corresponding ratio, rounded up toward 733 * that of the maximum available ratio. 735 private int zoomRatioToIndex(float ratio, List<Integer> percentages) { 736 int percent = (int) (ratio * AndroidCameraCapabilities.ZOOM_MULTIPLIER); 739 // Found the desired ratio in the supported list [all...] |
/external/python/cpython2/Doc/library/ |
difflib.rst | 511 .. method:: ratio() 528 Return an upper bound on :meth:`ratio` relatively quickly. 533 Return an upper bound on :meth:`ratio` very quickly. 536 The three methods that return the ratio of matching to total characters can give 539 :meth:`ratio`: 542 >>> s.ratio() 561 :meth:`ratio` returns a float in [0, 1], measuring the similarity of the 562 sequences. As a rule of thumb, a :meth:`ratio` value over 0.6 means the 565 >>> print round(s.ratio(), 3)
|
/external/python/cpython3/Doc/library/ |
difflib.rst | 531 .. method:: ratio() 548 Return an upper bound on :meth:`ratio` relatively quickly. 553 Return an upper bound on :meth:`ratio` very quickly. 556 The three methods that return the ratio of matching to total characters can give 559 :meth:`ratio`: 562 >>> s.ratio() 581 :meth:`ratio` returns a float in [0, 1], measuring the similarity of the 582 sequences. As a rule of thumb, a :meth:`ratio` value over 0.6 means the 585 >>> print(round(s.ratio(), 3))
|
/frameworks/base/libs/hwui/ |
SpotShadow.cpp | 340 * @return float The ratio of (polygon.z / light.z - polygon.z) 393 // Ratio = (Poly - Outline) / (Light - Poly) 394 // Outline.x = Poly.x - Ratio * (Light.x - Poly.x) 395 // Outline's radius / Light's radius = Ratio 509 // The ratio can be simulated by using the inverse of maximum of ratioVI for 525 // maximum ratio. 714 // That distance ratio b/t Ui to U1 and Ui to U5 decides its paired penumbra 726 // and its ratio against the total length. 739 // Then for each unpaired umbra vertex, create a new penumbra by the ratio, [all...] |
/external/autotest/client/tests/iozone/ |
postprocessing.py | 80 ratio = float(element2) / float(element1) 81 if ratio < (1 - treshold): 83 new_line.append((100 * ratio - 1) - 100) 84 elif ratio > (1 + treshold): 86 new_line.append("+" + str((100 * ratio - 1) - 100))
|
/external/autotest/server/cros/dynamic_suite/ |
suite.py | 688 and returns a tuple of (file path, ratio), where ratio is the 694 (file path, ratio), where ratio is the similarity between the 699 b=test_file_pattern).ratio())) 706 and returns a tuple of (test name, ratio), where ratio is the similarity 711 (test name, ratio), where ratio is the similarity between the 716 difflib.SequenceMatcher(a=t.name, b=test_name).ratio())) [all...] |
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
ReportTaskTest.xml | 469 <au:assertLogContains level="error" text="instructions covered ratio is 0.00, but expected minimum is 0.90"/> 489 <au:assertLogContains level="error" text="methods covered ratio is 0.00, but expected minimum is 0.50"/> 490 <au:assertLogContains level="error" text="instructions covered ratio is 0.00, but expected minimum is 0.90"/> 492 <contains string="${violation}" substring="methods covered ratio is 0.00, but expected minimum is 0.50"/> 495 <contains string="${violation}" substring="instructions covered ratio is 0.00, but expected minimum is 0.90"/>
|
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 65 * The scaling does not necessarily keep the aspect ratio of the gesture. 84 * aspect ratio 298 float ratio = (increment - distanceSoFar) / distance; local 299 float nx = lstPointX + ratio * deltaX; 300 float ny = lstPointY + ratio * deltaY;
|
/frameworks/base/core/java/android/widget/ |
VideoView.java | 188 // for compatibility, we adjust size based on aspect ratio 197 // only the width is fixed, adjust the height to match aspect ratio if possible 201 // couldn't match aspect ratio within the constraints 205 // only the height is fixed, adjust the width to match aspect ratio if possible 209 // couldn't match aspect ratio within the constraints [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
EnvironmentalReverb.java | 72 * Decay HF ratio. Parameter ID for 225 * Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low 227 * @param decayHFRatio high frequency decay ratio using a permille scale. The valid range is 228 * [100, 2000]. A ratio of 1000 indicates that all frequencies decay at the same rate. 240 * Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEnvReverbTest.java | 167 //Test case 1.1: test decay time and ratio 181 short ratio = mReverb.getDecayHFRatio(); local 182 assertTrue(msg +": got incorrect decay HF ratio", 183 ((float)ratio > (float)(1000 / RATIO_TOLERANCE)) && 184 ((float)ratio < (float)(1000 * RATIO_TOLERANCE)));
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 207 // As a ratio of screen height, the total distance we want the parallax effect to span 212 // At an aspect ratio of 16/10, the wallpaper parallax effect should span 1.5 * screen width 213 // At an aspect ratio of 10/16, the wallpaper parallax effect should span 1.2 * screen width 215 // to span (ie travel) at any aspect ratio: 223 // formulas, where the coefficient on x is the aspect ratio (width/height): [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/ |
SandyBridgeMsr.h | 103 /// [Bits 15:8] Package. Maximum Non-Turbo Ratio (R/O) The is the ratio
104 /// of the frequency that invariant TSC runs at. Frequency = ratio * 100
110 /// [Bit 28] Package. Programmable Ratio Limit for Turbo Mode (R/O) When
111 /// set to 1, indicates that Programmable Ratio Limits for Turbo mode is
112 /// enabled, and when set to 0, indicates Programmable Ratio Limits for
126 /// [Bits 47:40] Package. Maximum Efficiency Ratio (R/O) The is the
127 /// minimum ratio (maximum efficiency) that the processor can operates, in
[all...] |
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
PlanetsRenderer.java | 262 float ratio = (float) width / height; local 263 Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);
|
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/ |
Camera2VideoFragment.kt | 582 * In this sample, we choose a video size with 3x4 aspect ratio. Also, we don't use sizes 594 * ratio matches with the specified value. 599 * @param aspectRatio The aspect ratio
|