Searched refs:abs (Results 1 - 9 of 9) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerInterface.cpp45 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
49 ((W&1)<<21) | (abs(immed12)&0x7FF);
54 uint32_t offset = abs(immed8);
56 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
H A DARMAssembler.cpp529 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
533 ((W&1)<<21) | (abs(immed12)&0x7FF);
538 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
542 return (((uint32_t(immed12)>>31)^1)<<23) | (abs(immed12)&0x7FF);
550 reg_imm(abs(Rm), type, shift);
555 return (1<<25) | (((uint32_t(Rm)>>31)^1)<<23) | reg_imm(abs(Rm), type, shift);
561 uint32_t offset = abs(immed8);
563 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
573 uint32_t offset = abs(immed8);
575 LOG_ALWAYS_FATAL_IF(abs(immed
[all...]
H A DMIPSAssembler.cpp259 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
269 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800,
298 // uint32_t offset = abs(immed8);
302 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
310 // uint32_t offset = abs(immed8);
312 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100,
916 mMips->SUBU(R_at, Rn, abs(amode.reg));
958 mMips->SUBU(R_at, Rn, abs(amode.reg));
/system/core/toolbox/
H A Dsendevent.c35 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */
36 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */
H A Dgetevent.c176 struct input_absinfo abs; local
177 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) {
179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat,
180 abs.resolution);
/system/extras/tests/bionic/libstdc++/
H A Dtest_cstdlib.cpp69 using ::abs;
/system/core/debuggerd/
H A Ddebuggerd.c133 int timeout = abs((int)(codes[s])) * ms;
/system/core/libpixelflinger/
H A Dtrap.cpp356 const GGLcoord dx = abs(v0[0] - v1[0]);
357 const GGLcoord dy = abs(v0[1] - v1[1]);
618 // abs(e) <= 1/2^(p+1) by construction
620 // therefore abs(x'-x) = y*abs(e) <= y/2^(p+1) <= DY/2^(p+1) <= DMAX/2^(p+1)
622 // which means that if DMAX <= 2^p, therefore abs(x-x') <= 1/2, including
894 edge->y_incr = abs(gglDivQ16(dy, dx));
/system/media/audio_utils/
H A Decho_reference.c377 if (abs(deltaNs) >= MIN_DELAY_DELTA_NS) {

Completed in 4343 milliseconds