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

/netbsd-current/lib/libm/arch/i387/
H A De_atan2.S12 ENTRY(__ieee754_atan2)
/netbsd-current/lib/libm/src/
H A Dw_atan2.c34 return __ieee754_atan2(y,x);
37 z = __ieee754_atan2(y,x);
H A De_atan2.c18 /* __ieee754_atan2(y,x)
57 __ieee754_atan2(double y, double x) function
H A Dmath_private.h616 extern double __ieee754_atan2 __P((double,double));

Completed in 115 milliseconds