Searched refs:reduction (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DDynamicsCompressorNode.idl32 readonly attribute AudioParam reduction; // in Decibels
H A DDynamicsCompressorNode.cpp52 m_reduction = AudioParam::create(context, "reduction", 0, -20, 0);
83 float reduction = m_dynamicsCompressor->parameterValue(DynamicsCompressor::ParamReduction); local
84 m_reduction->setValue(reduction);
H A DDynamicsCompressorNode.h59 AudioParam* reduction() { return m_reduction.get(); } function in class:WebCore::DynamicsCompressorNode
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest112.tcl144 set reduction .80
145 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
227 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest113.tcl143 set reduction .80
144 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
215 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest111.tcl212 set reduction .96
214 file_size [expr [expr $size1 * $reduction] > $size2] 1
308 file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest114.tcl179 set reduction .80
181 file_size [expr [expr $size1 * $reduction] > $size2] 1
271 file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest115.tcl181 # Check for reduction in file size.
182 set reduction .95
184 file_size [expr [expr $size1 * $reduction] > $size2] 1
297 # Check for file size reduction.
299 file_size [expr [expr $size3 * $reduction] > $size4] 1
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex271 \hline Five modular reduction algorithms & X & & Faster modular exponentiation for a variety of moduli. \\
1276 Modular reduction is process of taking the remainder of one quantity divided by another. Expressed
1277 as (\ref{eqn:mod}) the modular reduction is equivalent to the remainder of $b$ divided by $c$.
1285 fast reduction algorithms can be written for the limited range.
1287 Note that one of the four optimized reduction algorithms are automatically chosen in the modular exponentiation
1291 In order to effect an arbitrary modular reduction the following algorithm is provided.
1303 Barrett reduction is a generic optimized reduction algorithm that requires pre--computation to achieve
1312 be computed once. Modular reduction can now be performed with the following.
1377 Montgomery is a specialized reduction algorith
[all...]
H A Dtommath.tex213 primitives. Faster modular reduction and exponentiation algorithms such as Barrett's algorithm, which have appeared in
445 exponentiation and Montgomery reduction have been provided to make the library more efficient.
500 feature a set of optimal algorithms for tasks such as modular reduction, exponentiation, multiplication and squaring. GMP
502 of the additional modular reduction optimizations that LibTomMath features\footnote{At the time of this writing GMP
503 only had Barrett and Montgomery modular reduction algorithms.}.
532 before implementing a modular exponentiation algorithm one would implement a modular reduction algorithm.
2133 place. The need for such operations arises in several other higher level algorithms such as Barrett and Montgomery reduction, integer
2481 algorithms of any multiple precision integer package. The set of multiplier algorithms include integer multiplication, squaring and modular reduction
2509 modification will become evident during the discussion of Barrett modular reduction. Recall that for a $n$ and $m$ digit input the product
3136 $w_1, w_2$ and $w_3$ to be isolated. The steps 18 through 25 perform the system reduction require
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DAutoTableLayout.cpp556 int reduction = std::min(cellLogicalWidth, excess); local
558 excess -= reduction;
559 int newLogicalWidth = std::max<int>(m_layoutStruct[i].effectiveMinLogicalWidth, cellLogicalWidth - reduction);
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t727 /* This is necessary to postpone reduction of `int ((int)(int)(int))'. */
952 /* This is necessary to postpone reduction of `int()()()()'. */
/macosx-10.10/awk-20/src/
H A Dytab.c2708 | yyreduce -- Do a reduction. |
3482 /* Now `shift' the result of the reduction. Determine what state
/macosx-10.10/vim-55/src/
H A DMake_ivc.mak35 # 2001-07-08 W.Briscoe Further noise reduction; consistent .map and .pdb logic
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm195 Semantic actions are run every time a I<reduction> occurs in the
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm570 mulp sizeof ValueProfile, t0, t2 # Aaaaahhhh! Need strength reduction!
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c1757 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
5199 | yyreduce -- Do a reduction. |
11373 /* Now `shift' the result of the reduction. Determine what state
/macosx-10.10/ruby-106/ruby/
H A Dparse.c1757 /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
5199 | yyreduce -- Do a reduction. |
11283 /* Now `shift' the result of the reduction. Determine what state

Completed in 183 milliseconds