/external/chromium_org/third_party/skia/src/pathops/ |
SkReduceOrder.cpp | 16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { 17 reduction[0] = reduction[1] = quad[0]; 21 static int reductionLineCount(const SkDQuad& reduction) { 22 return 1 + !reduction[0].approximatelyEqual(reduction[1]); 25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { 26 reduction[0] = quad[0]; 27 reduction[1] = quad[2]; 28 return reductionLineCount(reduction); [all...] |
/external/skia/src/pathops/ |
SkReduceOrder.cpp | 16 static int coincident_line(const SkDQuad& quad, SkDQuad& reduction) { 17 reduction[0] = reduction[1] = quad[0]; 21 static int reductionLineCount(const SkDQuad& reduction) { 22 return 1 + !reduction[0].approximatelyEqual(reduction[1]); 25 static int vertical_line(const SkDQuad& quad, SkDQuad& reduction) { 26 reduction[0] = quad[0]; 27 reduction[1] = quad[2]; 28 return reductionLineCount(reduction); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each.h | 53 * @param reduction Reduction functor. 54 * @param reduction_start Initial value for reduction. 64 Red reduction, Result reduction_start, 72 functionality, reduction, 78 reduction, 84 reduction, 91 reduction,
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DynamicsCompressorNode.idl | 31 readonly attribute AudioParam reduction; // in Decibels
|
DynamicsCompressorNode.h | 59 AudioParam* reduction() { return m_reduction.get(); } function in class:WebCore::DynamicsCompressorNode
|
DynamicsCompressorNode.cpp | 53 m_reduction = AudioParam::create(context, "reduction", 0, -20, 0); 84 float reduction = m_dynamicsCompressor->parameterValue(DynamicsCompressor::ParamReduction); local 85 m_reduction->setValue(reduction);
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkDWriteGeometrySink.cpp | 90 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { 105 reduction[0] = cubic[0]; 106 reduction[1].x = midX; 107 reduction[1].y = midY; 108 reduction[2] = cubic[3];
|
/external/skia/src/utils/win/ |
SkDWriteGeometrySink.cpp | 90 static bool check_quadratic(const Cubic& cubic, Quadratic& reduction) { 105 reduction[0] = cubic[0]; 106 reduction[1].x = midX; 107 reduction[1].y = midY; 108 reduction[2] = cubic[3];
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 605 * reduction. This method can be useful in subclasses that use 610 * @param reduction the number of permits to remove 611 * @throws IllegalArgumentException if {@code reduction} is negative 613 protected void reducePermits(int reduction) { 614 if (reduction < 0) throw new IllegalArgumentException(); 615 sync.reducePermits(reduction);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 165 from multiprocessing import reduction namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 165 from multiprocessing import reduction namespace
|
/external/dropbear/libtommath/ |
bn.tex | 271 \hline Five modular reduction algorithms & X & & Faster modular exponentiation for a variety of moduli. \\ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 469 tree reduction; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 469 tree reduction; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 469 tree reduction; member in struct:ipa_parm_adjustment
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 469 tree reduction; member in struct:ipa_parm_adjustment
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
AutoTableLayout.cpp | 549 int reduction = min(cellLogicalWidth, excess); local 551 excess -= reduction; 552 int newLogicalWidth = max<int>(m_layoutStruct[i].effectiveMinLogicalWidth, cellLogicalWidth - reduction); [all...] |
/external/libyuv/files/source/ |
compare.cc | 372 #pragma omp parallel for reduction(+: sse)
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 163 reduction in replay timing accuracy.}. 191 and thus ensure IO ordering across devices, with some reduction in 506 divided by half resulting in a reduction of the execution time by
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 40 from multiprocessing import reduction namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 40 from multiprocessing import reduction namespace [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 313 reduction of the level_base array. For one- and two-dimensional array [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 313 reduction of the level_base array. For one- and two-dimensional array [all...] |
/external/pixman/test/ |
utils.c | 685 #pragma omp parallel for reduction(+:checksum) default(none) \ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.text_3.5.0.v20100601-1300.jar | |