Searched defs:hypot (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h35 # define hypot _hypot macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h400 #undef hypot macro
401 #define hypot(x,y) xf86hypot(x,y) macro
/vbox/include/iprt/nocrt/
H A Dmath.h268 double RT_NOCRT(hypot)(double, double);
627 # define hypot RT_NOCRT(hypot) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h444 #undef hypot macro
445 #define hypot(x,y) xf86hypot(x,y) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h444 #undef hypot macro
445 #define hypot(x,y) xf86hypot(x,y) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h450 #undef hypot macro
451 #define hypot(x,y) xf86hypot(x,y) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h448 #undef hypot macro
449 #define hypot(x,y) xf86hypot(x,y) macro

Completed in 56 milliseconds