Searched refs:abs (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.cpp | 107 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_pre() 111 ((W&1)<<21) | (abs(immed12)&0x7FF); in immed12_pre() 116 LOG_ALWAYS_FATAL_IF(abs(immed12) >= 0x800, in immed12_post() 120 return (((uint32_t(immed12)>>31)^1)<<23) | (abs(immed12)&0x7FF); in immed12_post() 128 reg_imm(abs(Rm), type, shift); in reg_scale_pre() 133 return (1<<25) | (((uint32_t(Rm)>>31)^1)<<23) | reg_imm(abs(Rm), type, shift); in reg_scale_post() 139 uint32_t offset = abs(immed8); in immed8_pre() 141 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_pre() 151 uint32_t offset = abs(immed8); in immed8_post() 153 LOG_ALWAYS_FATAL_IF(abs(immed8) >= 0x100, in immed8_post() [all …]
|
/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 | 106 struct input_absinfo abs; in print_possible_events() local 107 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) { in print_possible_events() 108 …intf(" value %d, min %d, max %d, fuzz %d flat %d", abs.value, abs.minimum, abs.maximum, abs.fuzz, … in print_possible_events()
|
D | powerd.c | 38 #define EVIOCGABS(abs) _IOR('E', 0x40 + abs, struct input_absinfo) /* get abs value/limits */ argument 39 #define EVIOCSABS(abs) _IOW('E', 0xc0 + abs, struct input_absinfo) /* set abs value/limits */ argument
|
/system/extras/tests/bionic/libstdc++/ |
D | test_cstdlib.cpp | 69 using ::abs;
|
/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/core/debuggerd/ |
D | debuggerd.c | 642 int timeout = abs((int)(codes[s])) * ms; in wait_for_user_action()
|