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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_cos.c18 /* cos(x)
27 * Let S,C and T denote the sin, cos and tan respectively on
32 * n sin(x) cos(x) tan(x)
41 * Let trig be any of sin, cos, or tan.
53 cos(double x) function
65 /* cos(Inf or NaN) is NaN */
/vbox/src/recompiler/target-i386/
H A Dexec.h149 # undef cos macro
159 # define cos cosl macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h209 #undef cos macro
210 #define cos(d) xf86cos(d) macro
/vbox/include/iprt/nocrt/
H A Dmath.h232 double RT_NOCRT(cos)(double);
600 # define cos RT_NOCRT(cos) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h247 #undef cos macro
248 #define cos(d) xf86cos(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h247 #undef cos macro
248 #define cos(d) xf86cos(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h253 #undef cos macro
254 #define cos(d) xf86cos(d) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h253 #undef cos macro
254 #define cos(d) xf86cos(d) macro

Completed in 129 milliseconds