Searched defs:tan (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_tan.c18 /* tan(x)
26 * Let S,C and T denote the sin, cos and tan respectively on
31 * n sin(x) cos(x) tan(x)
40 * Let trig be any of sin, cos, or tan.
52 tan(double x) function
64 /* tan(Inf or NaN) is NaN */
/vbox/src/recompiler/target-i386/
H A Dexec.h153 # undef tan macro
163 # define tan tanl macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h377 #undef tan macro
378 #define tan(d) xf86tan(d) macro
/vbox/include/iprt/nocrt/
H A Dmath.h234 double RT_NOCRT(tan)(double);
602 # define tan RT_NOCRT(tan) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h421 #undef tan macro
422 #define tan(d) xf86tan(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h421 #undef tan macro
422 #define tan(d) xf86tan(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h427 #undef tan macro
428 #define tan(d) xf86tan(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h425 #undef tan macro
426 #define tan(d) xf86tan(d) macro

Completed in 77 milliseconds