Home
last modified time | relevance | path

Searched refs:ratio (Results 1 – 25 of 39) 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:
/device/google/dragon/audio/hal/dsp/
Ddrc_kernel.h46 float ratio; member
91 float ratio,
Ddrc_kernel.c49 dk->ratio = uninitialized_value; in dk_init()
178 float db_knee, float ratio) in update_static_curve_parameters() argument
181 ratio != dk->ratio) { in update_static_curve_parameters()
188 dk->ratio = ratio; in update_static_curve_parameters()
189 dk->slope = 1 / dk->ratio; in update_static_curve_parameters()
191 float k = k_at_slope(dk, 1 / dk->ratio); in update_static_curve_parameters()
246 float ratio, in dk_set_parameters() argument
258 update_static_curve_parameters(dk, db_threshold, db_knee, ratio); in dk_set_parameters()
Ddrc.c222 float ratio = drc_get_param(drc, i, PARAM_RATIO); in init_kernel() local
236 ratio, in init_kernel()
/device/google/dragon/
Dspeakerdsp.ini28 input_9=20 ; ratio
36 input_17=23 ; ratio
44 input_25=6 ; ratio
/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.c348 float ratio = d1 / d0; in getLuxFromAlsData() local
352 if (ratio < 1.221f) { in getLuxFromAlsData()
355 } else if (ratio < 1.432f) { in getLuxFromAlsData()
358 } else if (ratio < 1.710f) { in getLuxFromAlsData()
361 } 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/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt9 compression ratio and very fast decompression.
12 It was improved in way of maximum increasing of compression ratio,
197 Usually big number gives a little bit better compression ratio
215 ratio, but they often works pretty fast in combination with
255 Compression ratio hints
261 To increase the compression ratio for LZMA compressing it's desirable
270 You can increase the compression ratio for some data types, using
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
277 You can check the compression ratio gain of these filters with such
292 since compression ratio with filtering is higher.
Dhistory.txt100 - Compression ratio was improved in -a2 mode
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt9 compression ratio and very fast decompression.
12 It was improved in way of maximum increasing of compression ratio,
197 Usually big number gives a little bit better compression ratio
215 ratio, but they often works pretty fast in combination with
255 Compression ratio hints
261 To increase the compression ratio for LZMA compressing it's desirable
270 You can increase the compression ratio for some data types, using
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
277 You can check the compression ratio gain of these filters with such
292 since compression ratio with filtering is higher.
Dhistory.txt100 - Compression ratio was improved in -a2 mode
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt9 compression ratio and very fast decompression.
12 It was improved in way of maximum increasing of compression ratio,
197 Usually big number gives a little bit better compression ratio
215 ratio, but they often works pretty fast in combination with
255 Compression ratio hints
261 To increase the compression ratio for LZMA compressing it's desirable
270 You can increase the compression ratio for some data types, using
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
277 You can check the compression ratio gain of these filters with such
292 since compression ratio with filtering is higher.
Dhistory.txt100 - Compression ratio was improved in -a2 mode
/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/dragon/audio/hal/
Dcras_dsp_mod_builtin.c351 float ratio = *data->ports[k+4]; in drc_run() local
360 drc_set_param(drc, i, PARAM_RATIO, ratio); in drc_run()
/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/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

12