Searched
full:divide (Results
351 -
375 of
1557) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
resample_by_2.c | 109 // add two allpass outputs, divide by two and round
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_unittest_helper.h | 157 // resolution. |denom| is the value to divide |t| by to get whole seconds,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
intnum.c | 457 yasm_error_set(YASM_ERROR_ZERO_DIVISION, N_("divide by zero")); 465 yasm_error_set(YASM_ERROR_ZERO_DIVISION, N_("divide by zero")); 474 yasm_error_set(YASM_ERROR_ZERO_DIVISION, N_("divide by zero")); 482 yasm_error_set(YASM_ERROR_ZERO_DIVISION, N_("divide by zero"));
|
/external/chromium_org/v8/src/ |
dateparser.cc | 176 // More than three digits. Divide by 10^(length - 3) to get three
|
/external/fio/os/windows/ |
posix.c | 248 /* Divide by 10,000 to convert to ms and subtract the time between 1601 and 1970 */ 440 * and then divide by the frequency. */ 653 /* Divide by 10,000,000 to get the number of seconds and move the epoch from 660 /* Divide by 10,000,000 to get the number of seconds and move the epoch from
|
/external/iproute2/man/man8/ |
tc-htb.8 | 39 to specify how to divide the physical link into simulated links and
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 138 {command, args} slash = '/'; // means divide or end command. 497 | {divide} [left]:factor slash [right]:value // x.y / a.b 498 {->New expression.divide(left.expression, right.expression)} 699 | {divide} [left]:expression [right]:expression // x / y
|
/external/kernel-headers/original/uapi/linux/ |
prctl.h | 34 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
|
/external/libopus/silk/ |
Inlines.h | 96 /* Divide two int32 values and return result as int32 in a given Q-domain */
|
/external/libopus/silk/fixed/ |
find_pred_coefs_FIX.c | 59 /* Divide to Q16 */
|
/external/libvpx/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/libvpx/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 58 /* Divide and round up any fraction to the next whole number. */
|
/external/llvm/test/CodeGen/PowerPC/ |
ppcf128-1.ll | 72 define ppc_fp128 @divide(ppc_fp128 %x, ppc_fp128 %y) {
|
/external/llvm/test/CodeGen/R600/ |
sdiv.ll | 84 ; Tests for 64-bit divide bypass.
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 134 /* divide by w */
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr.h | 105 * a single big buffer and divide it equally sized buffers.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.h | 111 DIV_INF, // Divide with infinity returned on zero divisor
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_svga.c | 282 * Divide and conquer.
|
/external/mesa3d/src/mesa/tnl/ |
t_context.c | 209 * we should "Divide-by-W". Software renders will want that.
|
/external/oprofile/module/x86/ |
op_apic.c | 182 /* Divide configuration register */
|
/external/pixman/demos/ |
radial-test.c | 173 * radial gradients tried to divide by 0 when using this transform
|
/external/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/skia/src/pathops/ |
SkLineParameters.h | 26 // divide the result of xxxDistance() by sqrt(normalSquared())
|
/external/skia/tools/ |
skdiff.cpp | 174 // Accumulate fractionally different pixels, then divide out
|
Completed in 2345 milliseconds
<<11121314151617181920>>