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

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DXabs.c2 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 Dtest_weakreferences.py106 if abs(lost)>2:
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h41 int abs (int j);
309 int abs(int j);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglx_ansic.h88 #define __glXAbs(x) abs(x)
H A DPs.h87 #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 Dglx_ansic.h91 #define __glXAbs(x) abs(x)
H A DPs.h87 #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 Dath9k_ar9003_calib.c380 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 Dath9k_ar9002_phy.c323 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 Dzbin.c287 ( ( 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 Dglxserver.h57 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglxserver.h57 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglxserver.h52 #undef abs macro
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_libao.c194 if (abs((next_tick - packet->tick) - duration) > 20)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispInternal.h109 #define abs(_v) ( ((_v)>0) ? (_v) : (-(_v)) ) macro
/vbox/src/VBox/Runtime/common/math/
H A Dlogl.asm45 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 Dglxserver.h53 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglxserver.h48 #undef abs macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java333 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 DQIAdvancedSlider.cpp290 if (abs(newPos - pos) < 5) /* 10 pixel snapping range */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath.h43 #define abs(x) ({ \ macro

Completed in 88 milliseconds

123