Searched refs:atan (Results 1 – 16 of 16) sorted by relevance
74 if((hx-0x3ff00000|lx)==0) return atan(y); /* x=1.0 */ in __ieee754_atan2()117 else z=atan(fabs(y/x)); /* safe to do y/x */ in __ieee754_atan2()
74 atan(double x) in atan() function123 __weak_reference(atan, atanl);
582 return (CMPLX(x, atan(y))); in catanh()
75 # -- Begin atan76 ENTRY(atan)244 END(atan)245 # -- End atan248 ALIAS_SYMBOL(atanl, atan);
60 # -- Begin atan61 ENTRY(atan)214 END(atan)215 # -- End atan
20 atan;
19 atan;
50 using ::atan;
148 double atan(double);
340 TEST(math, atan) { in TEST() argument341 ASSERT_DOUBLE_EQ(0.0, atan(0.0)); in TEST()1434 DoMathDataTest<1>(g_atan_intel_data, atan); in TEST()
47 atan