Searched
full:divide (Results
326 -
350 of
1557) sorted by null
<<11121314151617181920>>
/external/chromium_org/net/quic/congestion_control/ |
hybrid_slow_start.cc | 118 // Divide min_rtt by 16 to get a rtt increase threshold for exiting.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
testing.h | 168 // canceled out when we divide by rand_limit to get scaled_value, below.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ProgressTracker.cpp | 170 if (remainingBytes > 0) // Prevent divide by 0.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
WaveShaperDSPKernel.cpp | 197 // and divide by 2 to get back down to the regular sample-rate.
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DownSampler.cpp | 145 // Divide by two since this is a linear phase kernel and the delay is at the center of the kernel.
|
ReverbConvolverStage.cpp | 80 // We divide up the total delay, into pre and post delay sections so that we can schedule at exactly the moment when the FFT will happen.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sslidentity.cc | 93 // Divide the Base-64 encoded data into 64-character chunks, as per
|
timeutils.cc | 88 // wasting a multiply and divide when doing Time() on Windows.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 87 vsrh v24, v24, v19 ;# divide v0, v1 by 128 142 vsrh v22, v22, v19 ;# divide by 128 492 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
variance_subpixel_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 102 vsrh v24, v24, v19 ;# divide v0, v1 by 128 118 vsrh v22, v22, v19 ;# divide by 128 595 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 58 /* Divide and round up any fraction to the next whole number. */
|
/external/chromium_org/third_party/libyuv/unit_test/ |
math_test.cc | 75 num[j] &= 0xffff; // Clamp to avoid divide overflow.
|
/external/chromium_org/third_party/markupsafe/ |
_constants.py | 110 'divide': 247,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 134 /* divide by w */
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 105 * a single big buffer and divide it equally sized buffers.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.h | 111 DIV_INF, // Divide with infinity returned on zero divisor
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_svga.c | 282 * Divide and conquer.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_context.c | 209 * we should "Divide-by-W". Software renders will want that.
|
/external/chromium_org/third_party/opus/src/silk/ |
Inlines.h | 96 /* Divide two int32 values and return result as int32 in a given Q-domain */
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_pred_coefs_FIX.c | 59 /* Divide to Q16 */
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_opts_SSE2.cpp | 109 // Divide each 16 bit component by 256. 219 // Divide each 16 bit component by 256. 225 // Divide each 16 bit component by 256. 737 // Divide each 16 bit component by 256.
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkLineParameters.h | 22 // divide the result of xxxDistance() by sqrt(normalSquared())
|
/external/chromium_org/third_party/skia/tools/ |
skdiff.cpp | 174 // Accumulate fractionally different pixels, then divide out
|
/external/chromium_org/third_party/webrtc/base/ |
sslidentity.cc | 76 // Divide the Base-64 encoded data into 64-character chunks, as per
|
timeutils.cc | 71 // wasting a multiply and divide when doing Time() on Windows.
|
Completed in 1690 milliseconds
<<11121314151617181920>>