Searched refs:sinl (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_sin.c88 __weak_reference(sin, sinl);
H A Ds_sinl.c46 sinl(long double x) function
H A Ds_cpowl.c72 w = CMPLXL(r * cosl(theta), r * sinl(theta));
H A Dmath.h498 long double sinl(long double);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Detrn.pl125 my $sinl = sockaddr_in($port, $laddr);
130 if (connect(S, $sinl)) {
/freebsd-11-stable/lib/msun/tests/
H A Dtrig_test.c201 ATF_CHECK(fabsl(sinl(ld_pi_odd[i])) < LDBL_EPSILON);
205 ATF_CHECK(fabsl(sinl(-ld_pi_odd[i])) < LDBL_EPSILON);
209 ATF_CHECK(fabsl(sinl(ld_pi_odd[i] * 2)) < LDBL_EPSILON);
213 ATF_CHECK(fabsl(sinl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON);
H A Dinvtrig_test.c365 * You need to have a working sinl(), cosl(), and tanl() for these
372 return (sinl(asinf(x)));
379 return (sinl(asin(x)));
386 return (sinl(asinl(x)));
H A Dctrig_test.c274 s = finites[i] == 0 ? finites[i] : INFINITY * sinl(finites[i]);
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dstubs.c400 sinl(long double x) function
/freebsd-11-stable/gnu/lib/libstdc++/
H A Dconfig.h289 /* Define to 1 if you have the `sinl' function. */
1071 # define sinl _sinl macro
/freebsd-11-stable/lib/msun/ld128/
H A Dk_expl.h326 sinl(y) * exp_x * scale1 * scale2));
/freebsd-11-stable/lib/msun/ld80/
H A Dk_expl.h303 sinl(y) * exp_x * scale1 * scale2));
/freebsd-11-stable/lib/msun/
H A DMakefile244 MLINKS+=sin.3 sinf.3 sin.3 sinl.3
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h271 __tg_sin(long double __x) {return sinl(__x);}
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h116 long double sinl(long double x);
1055 inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __lcpp_x) _NOEXCEPT {return ::sinl(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure18935 acosl (0); asinl (0); atanl (0); cosl (0); sinl (0); tanl (0); coshl (0); sinhl (0); tanhl (0);
18990 for ac_func in acosl asinl atanl cosl sinl tanl coshl sinhl tanhl
[all...]

Completed in 398 milliseconds