Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 25 of 243) sorted by relevance

12345678910

/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dtan.dat26 # Rule [conj]: tan(conj(z)) = conj(tan(z))
27 # Rule [odd]: tan(-z) = -tan(z)
30 # and below the translated rule for tan, using tanh(z) = i tan(-iz),
31 # thus tanh(a+i*b) = c+i*d translates to tan(b-i*a) = d-i*c
34 # tan (+0 - i*0) = +0 - i*0
36 # [conj]: tan(+0 + i*0) = +0 + i*0
38 # [odd]: tan(-0 + i*0) = -0 + i*0
40 # [odd+conj]: tan(-0 - i*0) = -0 - i*0
44 # tan (inf - i*x) = nan + i*nan for finite x
50 # [odd]: tan(-inf + i*x) = nan + i*nan for finite x
[all …]
H A DMakefile.am66 sinh.dsc sqr.dsc sqrt.dsc sub.dsc sub_fr.dsc sub_ui.dsc tan.dsc \
75 sqr.dat sqrt.dat strtoc.dat sub.dat sub_fr.dat tan.dat tanh.dat
/netbsd-src/tests/lib/libm/
H A Dt_tan.c80 ok = (tan(theta) == 0); in ATF_TC_BODY()
83 ok = (fabs((tan(theta) - tan_theta)/tan_theta) <= eps); in ATF_TC_BODY()
89 deg, theta, tan(theta), tan_theta); in ATF_TC_BODY()
105 ATF_CHECK(isnan(tan(x)) != 0); in ATF_TC_BODY()
117 const double y = tan(x); in ATF_TC_BODY()
131 const double y = tan(x); in ATF_TC_BODY()
147 ATF_CHECK(tan(x) == x); in ATF_TC_BODY()
160 ATF_CHECK(tan(x) == x); in ATF_TC_BODY()
189 ok = (tan(theta) == 0); in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d178 real tan(real x) @safe pure nothrow @nogc in pragma()
190 double tan(double x) @safe pure nothrow @nogc { return __ctfe ? cast(double) tan(cast(real) x) : ta… in pragma()
194 float tan(float x) @safe pure nothrow @nogc { return __ctfe ? cast(float) tan(cast(real) x) : tanIm… in pragma()
204 assert(isIdentical(tan(0.0), 0.0));
205 assert(tan(PI).isClose(0, 0.0, 1e-10));
206 assert(tan(PI / 3).isClose(sqrt(3.0)));
457 assert(isIdentical(tan(zero), zero)); in testTan()
458 assert(isIdentical(tan(-zero), -zero)); in testTan()
461 assert(isNaN(tan(inf))); in testTan()
462 assert(isNaN(tan(-inf))); in testTan()
[all …]
/netbsd-src/lib/libm/src/
H A Ds_tan.c52 __weak_alias(tan, _tan) in __weak_alias() argument
55 tan(double x) in __weak_alias()
H A Ds_tanl.c112 return tan(x);
/netbsd-src/tests/lib/lua/libm/
H A Dh_lualibm.c32 TEST(tan(M_SQRT2)); in main()
33 TEST(atan(tan(M_SQRT2))); in main()
83 TEST(tan(M_PI_4)); in main()
H A Dlualibm.lua38 test("tan(M_SQRT2)", lm.tan(lm.M_SQRT2))
39 test("atan(tan(M_SQRT2))", lm.atan(lm.tan(lm.M_SQRT2)))
86 test("tan(M_PI_4)", lm.tan(lm.M_PI_4))
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-common.mk10 F7_C_PARTS += sin cos tan cotan sincos sinh cosh tanh sinhcosh
39 m_dd += sqrt cbrt exp exp10 pow10 log log10 log2 sin cos tan cotan asin acos atan
45 CALL_PROLOGUES += put_C truncx round minmax sincos tan cotan pow powi fmod
61 F7F += sin cos tan cotan sincos sinh cosh tanh sinhcosh
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-common.mk10 F7_C_PARTS += sin cos tan cotan sincos sinh cosh tanh sinhcosh
39 m_dd += sqrt cbrt exp exp10 pow10 log log10 log2 sin cos tan cotan asin acos atan
45 CALL_PROLOGUES += put_C truncx round minmax sincos tan cotan pow powi fmod
61 F7F += sin cos tan cotan sincos sinh cosh tanh sinhcosh
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d96 alias core.stdc.math.tan tan; in version() local
98 alias core.stdc.math.tanf tan; in version() local
100 alias core.stdc.math.tanl tan; in version() local
103 deprecated alias core.stdc.complex.ctan tan; in version() local
104 deprecated alias core.stdc.complex.ctanf tan; in version() local
105 deprecated alias core.stdc.complex.ctanl tan; in version() local
596 alias core.stdc.math.tan tan; in version() local
598 alias core.stdc.math.tanf tan; in version() local
600 alias core.stdc.math.tanl tan; in version() local
603 deprecated alias core.stdc.complex.ctan tan; in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h174 __DEVICE__ double tan(double);
175 __DEVICE__ float tan(float);
268 using ::tan;
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtrigd.inc383 /* Compute tand(x) = tan(x * pi / 180). */
393 /* tan(-x) = - tan(x). */
400 /* tan(x) = x as x -> 0; but only for some precisions. */
432 /* Though mathematically NaN is more appropriate for tan(n*90),
433 returning +/-Inf offers the advantage that 1/tan(n*90) returns 0,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtrigd.inc383 /* Compute tand(x) = tan(x * pi / 180). */
393 /* tan(-x) = - tan(x). */
400 /* tan(x) = x as x -> 0; but only for some precisions. */
432 /* Though mathematically NaN is more appropriate for tan(n*90),
433 returning +/-Inf offers the advantage that 1/tan(n*90) returns 0,
/netbsd-src/external/bsd/ntp/dist/clockstuff/
H A Dpropdelay.c63 extern double tan (double);
418 delta = atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)) - theta; in waveangle()
441 phi = (PI/2.0) - atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)); in propdelay()
/netbsd-src/lib/libm/arch/mc68881/
H A Ds_tan.S43 WEAK_ALIAS(tan, _tan)
/netbsd-src/lib/libm/arch/m68060/
H A Ds_tan.S12 WEAK_ALIAS(tan, _tan)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfp-test.cc49 extern double tan (double);
233 d1 = tan (d2); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfp-test.c49 extern double tan (double);
233 d1 = tan (d2); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h69 #define tan(z) __TGMATH_CPLX(z, tan, ctan) macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcmath73 #undef tan
420 using ::tan;
423 tan(float __x)
427 tan(long double __x)
433 tan(_Tp __x)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcmath73 #undef tan
420 using ::tan;
423 tan(float __x)
427 tan(long double __x)
433 tan(_Tp __x)
/netbsd-src/external/gpl3/binutils/dist/ld/po/
H A Dtr.po168 msgstr " --exclude-symbols sem,sem,... Sembolleri otomatik ihraçtan ayrı tutar\n"
178 msgstr " --exclude-libs lib,lib,... Kitaplıkları otomatik ihraçtan ayrı tutar\n"
618 msgstr "%F%S: ifadede tanımlanmamış `%s' sembolüne başvuru var\n"
623 msgstr "%F%S: ifadede tanımlanmamış `%s' bölümüne başvuru var\n"
628 msgstr "%F%S: ifadede tanımlanmamış `%s' bellek alanına başvuru var\n"
737 msgstr "%F%P:%S: hata: bellek alanı takma adı `%s'in yeniden tanımlanması\n"
863 msgstr "%X%s ihraç edilemedi: sembol tanımsız\n"
996 msgstr "%P%F: Genel sembol `%T' tanımlanamadı: %E\n"
1195 msgstr "%X%C: `%T' için birden fazla tanım\n"
1199 msgstr "%D: ilk burada tanımlanmış\n"
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/ld/po/
H A Dtr.po168 msgstr " --exclude-symbols sem,sem,... Sembolleri otomatik ihraçtan ayrı tutar\n"
178 msgstr " --exclude-libs lib,lib,... Kitaplıkları otomatik ihraçtan ayrı tutar\n"
618 msgstr "%F%S: ifadede tanımlanmamış `%s' sembolüne başvuru var\n"
623 msgstr "%F%S: ifadede tanımlanmamış `%s' bölümüne başvuru var\n"
628 msgstr "%F%S: ifadede tanımlanmamış `%s' bellek alanına başvuru var\n"
737 msgstr "%F%P:%S: hata: bellek alanı takma adı `%s'in yeniden tanımlanması\n"
863 msgstr "%X%s ihraç edilemedi: sembol tanımsız\n"
996 msgstr "%P%F: Genel sembol `%T' tanımlanamadı: %E\n"
1195 msgstr "%X%C: `%T' için birden fazla tanım\n"
1199 msgstr "%D: ilk burada tanımlanmış\n"
[all …]

12345678910