abs 296 core/gps.c if (abs(regressionChange (&deltareg))<0.5 || rest < 5.0) rest = 0.0; abs 22 core/gps_math.c if (abs(x) < 1 ) abs 36 core/gps_math.c if (abs(x) >= 1 ) abs 701 core/gui_draw.c unsigned char steep = abs(y2 - y1) > abs(x2 - x1); abs 713 core/gui_draw.c int deltay = abs(y2 - y1); abs 735 core/gui_draw.c unsigned char steep = abs(y2 - y1) > abs(x2 - x1); abs 747 core/gui_draw.c int deltay = abs(y2 - y1); abs 149 core/gui_menu.c vmax = MAX(abs(MENU_MIN_SIGNED(item_arg)),abs(MENU_MAX_SIGNED(item_arg))); abs 638 core/gui_osd.c sprintf(osd_buf, "EV: %d %s", abs(ev/96), s[abs(ev/16%6)]); abs 640 core/gui_osd.c sprintf(osd_buf, "EV: %s ", s[abs(ev/16%6)]); abs 1233 core/shooting.c else av96 = (abs(curr_av96-prop_av96)<2)?prop_av96:curr_av96; abs 34 include/std/stdlib.h extern int abs( int v ); abs 84 lib/lua/lcode.c if (abs(offset) > MAXARG_sBx) abs 30 lib/lua/lmathlib.c lua_pushnumber(L, abs(luaL_checknumber(L, 1))); abs 50 modules/cordic_math.c return abs(a);