HomeSort by relevance Sort by last modified time
    Searched defs:dq (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
float.asm 4 dq 3.141592653589793 label
9 dq -45102571092751092341095.5827509174509178450917845019 label
float-err.asm 5 dq 3.141592653589793e-158105 label
11 dq -45102571092751092341095.5827509174509178450917845019e15555 label
integer-warn.asm 5 dq 0xABCDEF012345678989abb label
integer.asm 6 dq 0xABCDEF0123456789 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
uscore.asm 0 dq 0000_1111_2222_3333h
2 dq 0000111122223333h label
1 dq 0000_1111_2222_3333h label
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 15 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *dq = (short *) d->dqcoeff; local
22 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
26 (short *q, short *dq,
34 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
37 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
42 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
45 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
51 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
54 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 186 int dq; local
192 dq = dequant_ptr[rc];
193 rounding = dq >> 1;
198 if (x >= dq)
206 dqcoeff_ptr[rc] = x * dq;
  /external/strace/
quota.c 338 struct if_dqblk dq; local
345 if (umove(tcp, data, &dq) < 0)
350 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit);
351 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit);
352 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
353 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit);
354 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit);
355 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes);
358 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime);
359 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime)
371 struct v1_dqblk dq; local
396 struct v2_dqblk dq; local
421 struct xfs_dqblk dq; local
480 struct if_dqinfo dq; local
503 struct v2_dqinfo dq; local
525 struct v1_dqstats dq; local
549 struct v2_dqstats dq; local
574 struct xfs_dqstats dq; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1717 float dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1717 float dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 1708 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1708 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]

Completed in 1299 milliseconds