Searched refs:__ieee754_atan2 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dw_atan2.c30 return __ieee754_atan2(y,x);
33 z = __ieee754_atan2(y,x);
H A De_atan2.c23 /* __ieee754_atan2(y,x)
62 __ieee754_atan2(double y, double x) function
H A Dmath_private.h162 extern double __ieee754_atan2 (double, double);

Completed in 61 milliseconds