/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/ |
H A D | Xabs.c | 2 The abs, labs, and llabs functions compute the absolute value of an integer j. 5 The abs, labs, and llabs, functions return the absolute value of their 21 abs(int j) function
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | test_weakreferences.py | 106 if abs(lost)>2:
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdlib.h | 41 int abs (int j); 309 int abs(int j);
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | glx_ansic.h | 88 #define __glXAbs(x) abs(x)
|
H A D | Ps.h | 87 #ifdef abs 88 #undef abs /* this is because of a non-Spec1170ness in misc.h */ macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | glx_ansic.h | 91 #define __glXAbs(x) abs(x)
|
H A D | Ps.h | 87 #ifdef abs 88 #undef abs /* this is because of a non-Spec1170ness in misc.h */ macro
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_ar9003_calib.c | 380 s32 abs_i = abs(in_re), 381 abs_q = abs(in_im), 632 /* find average (exclude max abs value) */ 634 if ((abs(mp_coeff[i]) < abs(mp_max)) || 635 (abs(mp_coeff[i]) < abs(mp_min))) 641 if (abs(mp_max - mp_min) > max_delta) { 642 if (abs(mp_max - mp_avg) > abs(mp_mi [all...] |
H A D | ath9k_ar9002_phy.c | 323 volatile int tmp_v = abs(cur_vit_mask - bin); 330 mask_m[abs(cur_vit_mask / 100)] = mask_amt;
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | zbin.c | 287 ( ( addend < 0 ) ? "-" : "" ), abs ( addend ), size, 295 ( ( addend < 0 ) ? "-" : "" ), abs ( addend ), size, 316 ( ( addend < 0 ) ? "-" : "" ), abs ( addend ),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | glxserver.h | 57 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | glxserver.h | 57 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glxserver.h | 52 #undef abs macro
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd_libao.c | 194 if (abs((next_tick - packet->tick) - duration) > 20)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispInternal.h | 109 #define abs(_v) ( ((_v)>0) ? (_v) : (-(_v)) ) macro
|
/vbox/src/VBox/Runtime/common/math/ |
H A D | logl.asm | 45 fabs ; st3=log(2) st2=lrd st1=lrd-1.0 st0=abs(lrd-1.0)
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | glxserver.h | 53 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glxserver.h | 48 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | glxserver.h | 48 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | glxserver.h | 48 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | glxserver.h | 48 #undef abs macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | glxserver.h | 48 #undef abs macro
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 333 total += Math.abs((double)v); 373 f = (Math.abs((double)val) * (double)len) / total; 385 f = (Math.abs((double)val) * (double)len) / total; 404 f = (Math.abs((double)val) * (double)len) / total;
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIAdvancedSlider.cpp | 290 if (abs(newPos - pos) < 5) /* 10 pixel snapping range */
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ |
H A D | ath.h | 43 #define abs(x) ({ \ macro
|