/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_difflib.py | 11 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)
|
D | test_binascii.py | 95 ratio = len(line) // len(noise) 98 if len(line) // len(noise) > ratio:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 9 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.
|
D | lzma-history.txt | 227 - Compression ratio was improved in -a2 mode
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 9 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.
|
D | lzma-history.txt | 227 - Compression ratio was improved in -a2 mode
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 9 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.
|
D | lzma-history.txt | 227 - Compression ratio was improved in -a2 mode
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOMOBF.ASL | 375 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/ |
D | rohm_rpr0521.c | 356 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/ |
D | complexobject.c | 106 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()
|
D | dictnotes.txt | 85 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/ |
D | complexobject.c | 106 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()
|
D | dictnotes.txt | 85 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/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 250 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/ |
D | gdtoaimp.h | 528 #define ratio __ratio_D2A macro 579 extern double ratio (Bigint*, Bigint*);
|
D | smisc.c | 91 ratio in ratio() function
|
D | strtod.c | 700 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/ |
D | difflib.py | 636 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/ |
D | init.power.rc | 92 #Gold L3 ratio ceil is 4000 97 #Gold+ L3 ratio ceil is 20000
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | algorithm.txt | 47 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.10/Modules/zlib/ |
D | algorithm.txt | 47 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/google/redbull/ |
D | init.power.rc | 106 #Gold L3 ratio ceil 111 #Prime L3 ratio ceil
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/ |
D | HwMemInitLib.h | 195 UINT32 ratio; member
|
/device/google/sunfish/ |
D | init.power.rc | 85 #Gold L3 ratio ceil is 4000
|