Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_difflib.py11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3)
16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3)
24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3)
40 self.assertAlmostEqual(sm.ratio(), 0, places=3)
44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
51 self.assertEqual(s.ratio(), 1)
Dtest_binascii.py95 ratio = len(line) // len(noise)
98 if len(line) // len(noise) > ratio:
Dtest_float.py168 for f, ratio in [
174 self.assertEqual(f.as_integer_ratio(), ratio)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher.
Dlzma-history.txt227 - Compression ratio was improved in -a2 mode
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-sdk.txt9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher.
Dlzma-history.txt227 - Compression ratio was improved in -a2 mode
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt9 It was improved in way of maximum increasing of compression ratio,
23 improved compression ratio, splitting to blocks and streams,
248 Usually big number gives a little bit better compression ratio
266 ratio, but they often works pretty fast in combination with
306 Compression ratio hints
312 To increase the compression ratio for LZMA compressing it's desirable
321 You can increase the compression ratio for some data types, using
323 increase the compression ratio on 5-10% for code for those CPU ISAs:
328 You can check the compression ratio gain of these filters with such
343 since compression ratio with filtering is higher.
Dlzma-history.txt227 - Compression ratio was improved in -a2 mode
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL375 If(And(Local1, 8)) // if aspect ratio is enabled,
377 Store(8, PFIT) // request aspect ratio.
387 If(And(Local1, 8)) // and if aspect ratio is enabled,
389 Store(8, PFIT) // request aspect ratio.
403 If(LEqual(Local0, 8)) // If current mode is aspect ratio,
415 Else // Only aspect ratio mode is enabled
417 Store(8, PFIT) // so request aspect ratio. (No change.)
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c356 float ratio = d1 / d0; in getLuxFromAlsData() local
360 if (ratio < 1.221f) { in getLuxFromAlsData()
363 } else if (ratio < 1.432f) { in getLuxFromAlsData()
366 } else if (ratio < 1.710f) { in getLuxFromAlsData()
369 } else if (ratio < 3.393f) { in getLuxFromAlsData()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c106 const double ratio = b.imag / b.real; in c_quot() local
107 const double denom = b.real + b.imag * ratio; in c_quot()
108 r.real = (a.real + a.imag * ratio) / denom; in c_quot()
109 r.imag = (a.imag - a.real * ratio) / denom; in c_quot()
114 const double ratio = b.real / b.imag; in c_quot() local
115 const double denom = b.real * ratio + b.imag; in c_quot()
117 r.real = (a.real * ratio + a.imag) / denom; in c_quot()
118 r.imag = (a.imag * ratio - a.real) / denom; in c_quot()
Ddictnotes.txt85 Increasing this ratio makes dictionaries more dense resulting
214 ratio at 5% or 10% instead of the usual 66.7%. This will sharply
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c106 const double ratio = b.imag / b.real; in c_quot() local
107 const double denom = b.real + b.imag * ratio; in c_quot()
108 r.real = (a.real + a.imag * ratio) / denom; in c_quot()
109 r.imag = (a.imag - a.real * ratio) / denom; in c_quot()
114 const double ratio = b.real / b.imag; in c_quot() local
115 const double denom = b.real * ratio + b.imag; in c_quot()
117 r.real = (a.real * ratio + a.imag) / denom; in c_quot()
118 r.imag = (a.imag * ratio - a.real) / denom; in c_quot()
Ddictnotes.txt85 Increasing this ratio makes dictionaries more dense resulting
214 ratio at 5% or 10% instead of the usual 66.7%. This will sharply
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp250 float ratio = width / height; in update_scene() local
254 glFrustumf(-ratio/2.0, ratio/2.0, -1/2.0, 1/2.0, 1, 40000); in update_scene()
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h528 #define ratio __ratio_D2A macro
579 extern double ratio (Bigint*, Bigint*);
Dsmisc.c91 ratio in ratio() function
Dstrtod.c700 adj = ratio(delta, bs); in strtod()
853 if ((aadj = ratio(delta, bs)) <= 2.) { in strtod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddifflib.py636 def ratio(self): member in SequenceMatcher
743 s.ratio() >= cutoff:
744 result.append((s.ratio(), x))
991 cruncher.ratio() > best_ratio:
992 best_ratio, best_i, best_j = cruncher.ratio(), i, j
/device/google/coral/
Dinit.power.rc92 #Gold L3 ratio ceil is 4000
97 #Gold+ L3 ratio ceil is 20000
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt47 match, thus speeding up the whole process. If compression ratio is more
54 when the match is not too long. This degrades the compression ratio
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt47 match, thus speeding up the whole process. If compression ratio is more
54 when the match is not too long. This degrades the compression ratio
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
DHwMemInitLib.h195 UINT32 ratio; member
/device/google/sunfish/
Dinit.power.rc85 #Gold L3 ratio ceil is 4000

12