Searched refs:asin (Results 26 - 50 of 69) sorted by relevance

123

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cmath.h47 #undef asin macro
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inet.c82 const struct sockaddr_in * const asin = &in_addreq.ifra_addr; local
117 if (getnameinfo((const struct sockaddr *)asin, asin->sin_len,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-3.c126 TESTIT_R (asin, -1.0, -3.15/2.0, -3.14/2.0); /* asin(-1) == -pi/2 */
127 TESTIT (asin, 0.0, 0.0); /* asin(0) == 0 */
128 TESTIT (asin, -0.0, -0.0); /* asin(-0) == -0 */
129 TESTIT_R (asin, 1.0, 3.14/2.0, 3.15/2.0); /* asin(1) == pi/2 */
H A Dbuiltin-symmetric-1.c77 TESTIT_ODD(asin);
H A Dbuiltin-math-2.c99 /* The asin arg must be [-1 ... 1] inclusive. */
100 TESTIT (asin, -1.5);
101 TESTIT (asin, 1.5);
323 /* { dg-final { scan-tree-dump-times "asin " 2 "original" } } */
H A Dbuiltin-convert-1.c90 OUTER_CAST1 (asin, /*C99=*/ 1);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/lib/libmpc/
H A DMakefile27 asin.c \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfp-test.c44 extern double asin (double);
228 d1 = asin (d2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfp-test.c45 extern double asin (double);
229 d1 = asin (d2);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A DMakefile.am21 EXTRA_DIST = abs.dat acos.dat acosh.dat asin.dat asinh.dat atan.dat atanh.dat \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cmath.h59 #undef asin macro
117 using ::asin;
120 asin(float __x) function in namespace:std
124 asin(long double __x) function in namespace:std
129 asin(_Tp __x) function in namespace:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h185 "asin",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcfns.h165 "asin",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-convert-1.c95 OUTER_CAST1 (asin, /*C99=*/ 1);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dlogging.c130 MPC_LOGGING_C_C (asin)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h106 #define asin(z) __TGMATH_CPLX(z, asin, casin) macro
/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h130 #define asin(a) __TG_COMPLEX((a), asin) macro
H A Dmath.h196 double asin(double);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h101 asin (double x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h38 using std::tr1::asin;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/valarray/
H A Dsynopsis.cc108 template<class T> valarray<T> asin (const valarray<T>&);
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlmathlib.c64 lua_pushnumber(L, asin(luaL_checknumber(L, 1)));
220 {"asin", math_asin},
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dmath-68881.h101 asin (double x) function
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/lib/libmpfr/
H A DMakefile31 asin.c \
333 asin.c \
/netbsd-6-1-5-RELEASE/lib/libm/
H A DMakefile210 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
235 MLINKS+=asin.3 asinf.3

Completed in 162 milliseconds

123