Searched refs:abs (Results 1 – 9 of 9) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.cpp | 45 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in __immed12_pre() 49 ((W&1)<<21) | (abs(immed12)&0x7FF); in __immed12_pre() 54 uint32_t offset = abs(immed8); in __immed8_pre() 56 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in __immed8_pre()
|
D | ARMAssembler.cpp | 529 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_pre() 533 ((W&1)<<21) | (abs(immed12)&0x7FF); in immed12_pre() 538 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_post() 542 return (((uint32_t(immed12)>>31)^1)<<23) | (abs(immed12)&0x7FF); in immed12_post() 550 reg_imm(abs(Rm), type, shift); in reg_scale_pre() 555 return (1<<25) | (((uint32_t(Rm)>>31)^1)<<23) | reg_imm(abs(Rm), type, shift); in reg_scale_post() 561 uint32_t offset = abs(immed8); in immed8_pre() 563 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_pre() 573 uint32_t offset = abs(immed8); in immed8_post() 575 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_post() [all …]
|
D | MIPSAssembler.cpp | 259 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_pre() 269 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_post() 302 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_pre() 312 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_post() 916 mMips->SUBU(R_at, Rn, abs(amode.reg)); in LDRH() 958 mMips->SUBU(R_at, Rn, abs(amode.reg)); in STRH()
|
/system/core/toolbox/ |
D | sendevent.c | 35 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */ argument 36 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */ argument
|
D | getevent.c | 176 struct input_absinfo abs; in print_possible_events() local 177 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) { in print_possible_events() 179 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, in print_possible_events() 180 abs.resolution); in print_possible_events()
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cstdlib.cpp | 69 using ::abs;
|
/system/core/debuggerd/ |
D | debuggerd.c | 133 int timeout = abs((int)(codes[s])) * ms; in wait_for_user_action()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 356 const GGLcoord dx = abs(v0[0] - v1[0]); in linex() 357 const GGLcoord dy = abs(v0[1] - v1[1]); in linex() 894 edge->y_incr = abs(gglDivQ16(dy, dx)); in aa_edge_setup()
|
/system/media/audio_utils/ |
D | echo_reference.c | 377 if (abs(deltaNs) >= MIN_DELAY_DELTA_NS) { in echo_reference_read()
|