/external/libavc/common/armv8/ |
ih264_resi_trans_quant_av8.s | 238 ushr v0.8b, v0.8b, #7 //i reduce comaparison bit to a signle bit row 1 and 2 blk 1 and 2 [ keep the value for later use ] 239 ushr v1.8b, v1.8b, #7 //i reduce comaparison bit to a signle bit row 1 and 2 blk 1 and 2 [ keep the value for later use ] 461 ushr v0.8b, v0.8b, #7 //i reduce comaparison bit to a signle bit row 1 and 2 blk 1 and 2 [ keep the value for later use ] 462 ushr v1.8b, v1.8b, #7 //i reduce comaparison bit to a signle bit row 1 and 2 blk 1 and 2 [ keep the value for later use ] 714 xtn v5.8b, v5.8h //reduce nnz comparison to 1 bit 715 ushr v5.8b, v5.8b, #7 //reduce nnz comparison to 1 bit
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 335 fixer = "reduce" 338 b = "reduce(a, b, c)" 339 a = "from functools import reduce\nreduce(a, b, c)" 344 b = "def x(arg): reduce(sum, [])" 345 a = "from functools import reduce\ndef x(arg): reduce(sum, [])" 349 b = "reduce(lambda x, y: x + y, seq)" 350 a = "from functools import reduce\nreduce(lambda x, y: x + y, seq)" 354 s = "reduce(a)" 357 s = "reduce(a, b=42) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 335 fixer = "reduce" 338 b = "reduce(a, b, c)" 339 a = "from functools import reduce\nreduce(a, b, c)" 344 b = "def x(arg): reduce(sum, [])" 345 a = "from functools import reduce\ndef x(arg): reduce(sum, [])" 349 b = "reduce(lambda x, y: x + y, seq)" 350 a = "from functools import reduce\nreduce(lambda x, y: x + y, seq)" 354 s = "reduce(a)" 357 s = "reduce(a, b=42) [all...] |
/art/runtime/ |
indirect_reference_table.h | 151 * also removed. Thus, deletion of an entry may reduce "topIndex" by more 185 * reduce the amortized cost of adding global references.
|
/device/moto/shamu/ |
device.mk | 226 #Reduce IMS logging 382 # Reduce client buffer size for fast audio output tracks
|
/docs/source.android.com/src/devices/sensors/ |
batching.jd | 96 to reduce the number of times batches of events must be reported, so as soon as 204 <p>If the gyroscope is set at 240Hz, even batching just 10 gyro events can reduce
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
BrentSolver.java | 154 // reduce interval if min and initial bracket the root 166 // reduce interval if initial and max bracket the root
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2RTFDTM.java | 80 * of NS elements. We can probabably reduce these to a single stack and save 86 * of NS elements. We can probabably reduce these to a single stack and save
|
/external/bison/doc/ |
refcard.tex | 10 % per page and reduce to 80%. 182 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
|
/external/bison/src/ |
LR0.c | 38 #include "reduce.h" 286 /* This is "reduce 0", i.e., accept. */
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/ |
picture_ops_chart_summary_view.html | 148 // Scale up the canvas according to the devicePixelRatio, then reduce it 289 var hue = characters.reduce(this.reduceNameToHue, 0) % 360;
|
picture_ops_chart_view.html | 241 // Scale up the canvas according to the devicePixelRatio, then reduce it 468 var hue = characters.reduce(this.reduceNameToHue, 0) % 360;
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 348 /* Reduce given matrix to Hessenberg form */ 382 // Reduce the Hessenberg matrix m_matT to triangular form by QR iteration.
|
/external/icu/icu4c/source/i18n/ |
digitlst.h | 300 /** Reduce, or normalize. Removes trailing zeroes, adjusts exponent appropriately. */ 301 void reduce();
|
/external/jpeg/ |
jidctfst.c | 72 * machines, and may also reduce the cost of multiplication (since there 84 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
|
/external/libhevc/decoder/ |
ihevcd_cabac.c | 146 * the spec. This is done to reduce number of renormalizations 177 * the spec. This is done to reduce number of renormalizations
|
/external/llvm/lib/Target/R600/ |
R600OptimizeVectorRegisters.cpp | 26 /// This allow regalloc to reduce register pressure for vector registers and 27 /// to reduce MOV count.
|
/external/llvm/tools/bugpoint/ |
ExtractFunction.cpp | 47 cl::desc("Do not use the -dce pass to reduce testcases")); 50 cl::desc("Do not use the -simplifycfg pass to reduce testcases"));
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_reg_allocate.cpp | 241 fail("Failure to register allocate. Reduce number of live scalar " 325 * loading pull constants, so spilling them is unlikely to reduce
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jidctfst.c | 73 * machines, and may also reduce the cost of multiplication (since there 85 /* Some C compilers fail to reduce "FIX(constant)" at compile time, thus
|
/external/skia/tests/ |
PathOpsQuadIntersectionTest.cpp | 22 int order1 = reduce1.reduce(quad1); 23 int order2 = reduce2.reduce(quad2);
|
/external/wpa_supplicant_8/hostapd/ |
defconfig | 158 # This can be used to reduce the size of the hostapd considerably if debugging 190 # This can be used to reduce binary size at the cost of disabling a debugging
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 313 ;// This frees up a register (RN0) which is used to reduce number of intermediate stalls 356 ;// reduce the code size substantially
|
/frameworks/base/docs/html/training/location/ |
geofencing.jd | 163 This approach can help reduce "alert spam" resulting from large numbers notifications when a 166 of typical WiFi networks, and also helps reduce device power consumption.
|
/frameworks/base/libs/common_time/ |
clock_recovery.cpp | 64 LinearTransform::reduce(&N, &D); 68 LinearTransform::reduce(&N, &D);
|