/openbsd/regress/lib/libm/msun/ |
H A D | trig_test.c | 93 testall(tan, 0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 94 testall(tan, -0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 101 testall(tan, INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 104 testall(tan, -INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 109 testall(tan, NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 169 ATF_CHECK(fabs(tan(f_pi_odd[i])) < FLT_EPSILON); in ATF_TC_BODY() 187 ATF_CHECK(fabs(tan(d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 191 ATF_CHECK(fabs(tan(-d_pi_odd[i])) < 2 * DBL_EPSILON); in ATF_TC_BODY() 195 ATF_CHECK(fabs(tan(d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() 199 ATF_CHECK(fabs(tan(-d_pi_odd[i] * 2)) < 2 * DBL_EPSILON); in ATF_TC_BODY() [all …]
|
/openbsd/lib/libm/arch/amd64/ |
H A D | s_tan.S | 11 ENTRY(tan) 12 RETGUARD_SETUP(tan, r11) 21 RETGUARD_CHECK(tan, r11) 34 RETGUARD_CHECK(tan, r11) 36 END(tan)
|
/openbsd/regress/lib/libm/cephes/ |
H A D | monot.c | 47 double tan (double); 132 {"tan", tan, 7.85398163397448278999E-1, 9.999847412109375e-1, 134 {"tan", tan, 1.17809724509617241850E0, 2.41419982910156250000E0, 136 {"tan", tan, 1.96349540849362069750E0, -2.41421508789062500000E0, 138 {"tan", tan, 2.35619449019234483700E0, -1.00001525878906250000E0, 140 {"tan", tan, 2.74889357189106897650E0, -4.14215087890625000000E-1,
|
H A D | testvect.c | 56 double tan (double); 100 {"tan", tan, 32767., 1.9089234430221485740826E-1, 0}, 103 {"tan", tan, 8388607., -8.0354556223613614748329E0, 0}, 136 {"tan", tan, &NAN, &NAN, 0}, 137 {"tan", tan, &ZERO, &ZERO, 0}, 138 {"tan", tan, &MZERO, &MZERO, 0}, 139 {"tan", tan, &INF, &NAN, 0}, 140 {"tan", tan, &MINF, &NAN, 0},
|
/openbsd/lib/libm/src/ |
H A D | s_tan.c | 49 tan(double x) in tan() function 71 DEF_STD(tan); 72 LDBL_MAYBE_UNUSED_CLONE(tan);
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | math.t | 49 is(tan(0), 0, "Basic tan(0) test"); 50 between(1.55, tan(1), 1.56, 'tan(1)'); 51 between(1.55, tan(1), 1.56, 'tan(-1)'); 52 cmp_ok(tan(1), '==', -tan(-1), 'tan(1) == -tan(-1)');
|
/openbsd/lib/libm/arch/i387/ |
H A D | s_tan.S | 9 ENTRY(tan) 28 END(tan)
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 77 #undef tan 641 using ::tan; 645 tan(float __x) { return __gnu_cxx::__c99_binding::tanf(__x); } in tan() function 648 tan(float __x) { return ::tan(static_cast<double>(__x)); } in tan() function 653 tan(long double __x) { return ::tanl(__x); } in tan() function 656 tan(long double __x) { return ::tan(static_cast<double>(__x)); } in tan() function 661 tan(_Tp __x) in tan() function 662 { return ::tan(static_cast<double>(__x)); } in tan()
|
/openbsd/regress/usr.bin/mandoc/eqn/nullary/ |
H A D | roman.out_html | 2 words:</mi></mrow><mi>sin</mi><mi>cos</mi><mi>tan</mi><mi>sec</mi><mi>csc</mi><mi>asin</mi><mi>acos… 3 …yle="italic">sin</mi><mi fontstyle="italic">cos</mi><mi fontstyle="italic">tan</mi><mi fontstyle="… 5 word:</mi></mrow><mi>tan</mi><mo>=</mo><mi fontstyle="italic">sin</mi><mo>/</mo><mi fontstyle="ital…
|
H A D | roman.out_ascii | 7 initial text -- unquoted words: sin cos tan sec csc asin acos atan asec 11 operations: sin ssiinn -- superstring: _s_i_n_u_s -- composite word: tan = _s_i_n /
|
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/ |
H A D | stubs.c | 250 return (float) tan(x); in tanf() 258 return tan((double) x); in tanl()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 174 __DEVICE__ double tan(double); 175 __DEVICE__ float tan(float); 268 using ::tan;
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | valarray_name_lookup.cc | 79 Number tan(Number); 111 v = tan(u); in main()
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 79 #undef tan 424 using ::tan; 427 tan(float __x) in tan() function 431 tan(long double __x) in tan() function 437 tan(_Tp __x) in tan() function
|
/openbsd/regress/lib/libm/fpaccuracy/ |
H A D | tan.c | 25 #define F tan
|
H A D | Makefile | 7 sincos.c sincos2.c sinh.c sqrt.c tan.c tanh.c y0.c y1.c
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 428 return (float) tan(x); in tanf() 436 return tan((double) x); in tanl()
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/po/ |
H A D | tr.po | 945 msgstr "%X%C: `%T' için birden fazla tanım\n" 949 msgstr "%D: ilk burada tanımlanmış\n" 969 msgstr "%B: uyarı: burada tanımlanmış\n" 1019 msgstr "%C: `%T'ye tanımsız başvuru\n" 1024 msgstr "%C: `%T'ye tanımsız başvuru\n" 1039 msgstr "%B: `%T'ye tanımsız başvuru\n" 1044 msgstr "%B: `%T'ye tanımsız başvuru\n" 1479 msgstr "Sembol tanımlar" 1531 msgstr "Ortak depo'yu tanımlamaz" 1558 msgstr "Birden fazla tanıma izin verir" [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fp-test.c | 50 extern double tan (double); 234 d1 = tan (d2); in main()
|
/openbsd/gnu/gcc/gcc/ |
H A D | fp-test.c | 50 extern double tan (double); 234 d1 = tan (d2); in main()
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | math.h | 42 using std::tan;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | math.h | 42 using std::tan;
|
/openbsd/gnu/gcc/libcpp/po/ |
H A D | tr.po | 206 msgstr "makro isimleri tanımlayıcılar olmalı" 211 msgstr "tanımsız yapılan \"%s\"" 366 msgstr "dayanak bir tanımlayıcı olmalı" 462 msgstr "\"defined\" işleci bir tanımlayıcı gerektirir" 484 msgstr "\"%s\" tanımlı değil" 806 msgstr "argümanlarının sayısı değişebilen anonim makrolar C99 da tanıtıldı" 835 msgstr "\"%s\" yeniden tanımlanmış" 839 msgstr "burası evvelki tanımın yapıldığı yer" 858 msgstr "%s: `%.*s' tanımlı olmadığından kullanılmadı" 863 msgstr "%s: `%.*s' kullanılmadı çünkü `%s' olarak tanımlı, `%.*s' değil" [all …]
|
/openbsd/gnu/usr.bin/binutils/ld/po/ |
H A D | tr.po | 890 msgstr "%X%C: `%T' için birden fazla tanım\n" 894 msgstr "%D: ilk burada tanımlanmış\n" 914 msgstr "%B: uyarı: burada tanımlanmış\n" 958 msgstr "%C: `%T'ye tanımsız başvuru\n" 966 msgstr "%B: `%T'ye tanımsız başvuru\n" 1254 msgstr "SEMBOL'e tanımsız başvuru ile başlıyor" 1350 msgstr "Sembol tanımlar" 1394 msgstr "Ortak depo'yu tanımlamaz" 1418 msgstr "Birden fazla tanıma izin verir" 1723 msgstr "%X%s ihraç edilemedi: sembol tanımsız\n" [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cmath.h | 66 #undef tan
|