Home
last modified time | relevance | path

Searched +full:0 +full:e (Results 1 – 25 of 1261) sorted by relevance

12345678910>>...51

/freebsd/contrib/ncurses/misc/
H A Demx.src2 # Copyright 2020 Thomas E. Dickey #
87 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
90 # will work with any Intel console, they all seem to have inherited \E[11m
94 rmacs=\E[10m,
95 smacs=\E[11m,
99 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have <rmso=\E[27m>,
100 # <rmul=\E[24m>, but this isn't a documented feature of ANSI.SYS.
102 blink=\E[5m,
103 bold=\E[1m,
104 invis=\E[8m,
[all …]
/freebsd/lib/msun/ld80/
H A De_lgammal_r.c26 static const volatile double vzero = 0;
29 zero= 0,
34 piu = LD80C(0xc90fdaa22168c235, 1, 3.14159265358979323851e+00L);
35 #define pi (piu.e)
37 * Domain y in [0x1p-70, 0.27], range ~[-4.5264e-22, 4.5264e-22]:
41 a0u = LD80C(0x9e233f1bed863d26, -4, 7.72156649015328606028e-02L),
42 a1u = LD80C(0xa51a6625307d3249, -2, 3.22467033424113218889e-01L),
43 a2u = LD80C(0x89f000d2abafda8c, -4, 6.73523010531979398946e-02L),
44 a3u = LD80C(0xa8991563eca75f26, -6, 2.05808084277991211934e-02L),
45 a4u = LD80C(0xf2027e10634ce6b6, -8, 7.38555102796070454026e-03L),
[all …]
H A Ds_erfl.c27 static const volatile long double tiny = 0x1p-10000L;
34 * In the domain [0, 2**-34], only the first term in the power series
39 efxu = LD80C(0x8375d410a6db446c, -3, 1.28379167095512573902e-1L),
40 efx8u = LD80C(0x8375d410a6db446c, 0, 1.02703333676410059122e+0L),
42 * Domain [0, 0.84375], range ~[-1.423e-22, 1.423e-22]:
45 pp0u = LD80C(0x8375d410a6db446c, -3, 1.28379167095512573902e-1L),
46 pp1u = LD80C(0xa46c7d09ec3d0cec, -2, -3.21140201054840180596e-1L),
47 pp2u = LD80C(0x9b31e66325576f86, -5, -3.78893851760347812082e-2L),
48 pp3u = LD80C(0x804ac72c9a0b97dd, -7, -7.83032847030604679616e-3L),
49 pp4u = LD80C(0x9f42bcbc3d5a601d, -12, -3.03765663857082048459e-4L),
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_entry.c37 while ((*s1 = *s2) != L'\0') in wcscpy()
59 struct archive_entry *e, *e2; in DEFINE_TEST() local
71 assert((e = archive_entry_new()) != NULL); in DEFINE_TEST()
115 archive_entry_set_atime(e, 13579, 24680); in DEFINE_TEST()
116 assertEqualInt(archive_entry_atime(e), 13579); in DEFINE_TEST()
117 assertEqualInt(archive_entry_atime_nsec(e), 24680); in DEFINE_TEST()
118 archive_entry_set_atime(e, 13580, 1000000001L); in DEFINE_TEST()
119 assertEqualInt(archive_entry_atime(e), 13581); in DEFINE_TEST()
120 assertEqualInt(archive_entry_atime_nsec(e), 1); in DEFINE_TEST()
121 archive_entry_set_atime(e, 13580, -7); in DEFINE_TEST()
[all …]
H A Dtest_write_format_tar_ustar.c30 while (l > 0) { in is_null()
31 if (*p != '\0') in is_null()
32 return (0); in is_null()
43 #define myAssertEqualMem(a,b,s) assertEqualMem(a, b, s); memset(a, 0, s)
53 char *buff, *e; in DEFINE_TEST()
61 for (i = 0; i < 99; ++i) in DEFINE_TEST()
63 f99[99] = '\0'; in DEFINE_TEST()
65 for (i = 0; i < 100; ++i) in DEFINE_TEST()
67 f100[100] = '\0'; in DEFINE_TEST()
69 for (i = 0; in DEFINE_TEST()
54 char *buff, *e; DEFINE_TEST() local
[all...]
H A Dtest_write_format_cpio_newc.c30 while (l > 0) { in is_hex()
31 if (*p >= '0' && *p <= '9') { in is_hex()
37 return (0); in is_hex()
53 char *buff, *e, *file; in DEFINE_TEST()
61 assertEqualIntA(a, 0, archive_write_set_format_cpio_newc(a)); in DEFINE_TEST()
62 assertEqualIntA(a, 0, archive_write_add_filter_none(a)); in DEFINE_TEST()
63 assertEqualIntA(a, 0, archive_write_open_memory(a, buff, buffsize, &used)); in DEFINE_TEST()
81 assertEqualIntA(a, 0, archive_write_header(a, entry)); in DEFINE_TEST()
92 assertEqualIntA(a, 0, archive_write_header(a, entry)); in DEFINE_TEST()
94 assertEqualIntA(a, 0, archive_write_dat in DEFINE_TEST()
55 char *buff, *e, *file; DEFINE_TEST() local
[all...]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dnullsubexpr.dat3 E (a*)* a (0,1)(0,1)
4 E SAME x (0,0)(0,0)
5 E SAME aaaaaa (0,6)(0,6)
6 E SAME aaaaaax (0,6)(0,6)
7 E (a*)+ a (0,1)(0,1)
8 E SAME x (0,0)(0,0)
9 E SAME aaaaaa (0,6)(0,6)
10 E SAME aaaaaax (0,6)(0,6)
11 E (a+)* a (0,1)(0,1)
12 E SAME x (0,0)
[all …]
H A Dbasic.dat6 E \) () (1,2)
7 BE a] a]a (0,2)
8 B } } (0,1)
9 E \} } (0,1)
10 BE \] ] (0,1)
11 B ] ] (0,1)
12 E ] ] (0,1)
13 B { { (0,1)
14 B } } (0,1)
15 BE ^a ax (0,1)
[all …]
H A Drepetition.dat6 # (0,.)\((\(.\),\(.\))(?,?)(\2,\3)\)*
7 # (0,.)\((\(.\),\(.\))(\2,\3)(?,?)\)*
8 # i.e., each 3-tuple has two identical elements and one (?,?)
10 E ((..)|(.)) NULL NOMATCH
11 E ((..)|(.))((..)|(.)) NULL NOMATCH
12 E ((..)|(.))((..)|(.))((..)|(.)) NULL NOMATCH
14 E ((..)|(.)){1} NULL NOMATCH
15 E ((..)|(.)){2} NULL NOMATCH
16 E ((..)|(.)){3} NULL NOMATCH
18 E ((..)|(.))* NULL (0,0)
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dag-char-map.h51 #if 0 /* mapping specification source (from autogen.map) */
81 // oct-digit "0-7"
111 #endif /* 0 -- mapping spec. source */
116 #define IS_NEWLINE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000001)
117 #define SPN_NEWLINE_CHARS(_s) spn_ag_char_map_chars(_s, 0)
118 #define BRK_NEWLINE_CHARS(_s) brk_ag_char_map_chars(_s, 0)
119 #define SPN_NEWLINE_BACK(s,e) spn_ag_char_map_back(s, e, 0) argument
120 #define BRK_NEWLINE_BACK(s,e) brk_ag_char_map_back(s, e, 0) argument
121 #define IS_NUL_BYTE_CHAR( _c) is_ag_char_map_char((char)(_c), 0x00000002)
124 #define SPN_NUL_BYTE_BACK(s,e) spn_ag_char_map_back(s, e, 1) argument
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_arith.sh44 if ! ${TEST_SH} -c ': $(( 0x10000 ))' 2>/dev/null
49 test $( ${TEST_SH} -c 'echo $(( 0x1FFFF ))' ) = 131071 || return
60 # Tests do not use 0x8000... because that value can have weird
64 if ! ${TEST_SH} -c ': $(( 0xC0000000 ))' 2>/dev/null
71 -c 'case $(( 0xC0000000 )); in (-*) exit 0;; esac; exit 1'
76 if ${TEST_SH} -c '[ $(( 0xC0000000 )) != 3221225472 ]' 2>/dev/null
82 if ! ${TEST_SH} -c ': $(( 0xC000000000000000 ))' 2>/dev/null
88 -c 'case $(( 0xC000000000000000 )); in (-*) exit 0;; esac; exit 1'
94 -c '[ $((0xC000000000000000)) != 13835058055282163712 ]'
101 '[ $((0x123456781234567812345678)) = 5634002657842756053938493048 ]'
[all …]
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_rename.sh41 atf_check -s eq:0 -o empty -e empty mkdir a
42 atf_check -s eq:1 -o empty -e ignore mv a/. c
43 atf_check -s eq:1 -o empty -e ignore mv a/.. c
44 atf_check -s eq:0 -o empty -e empty rmdir a
57 atf_check -s eq:0 -o empty -e empty mkdir a
58 atf_check -s eq:1 -o empty -e save:stderr \
60 atf_check -s eq:0 -o ignore -e empty grep "Cross-device link" stderr
61 atf_check -s eq:0 -o empty -e empty test -d a
62 atf_check -s eq:0 -o empty -e empty rmdir a
75 atf_check -s eq:0 -o empty -e empty mkdir a
[all …]
/freebsd/lib/msun/src/
H A De_j0f.c25 static const volatile float vone = 1, vzero = 0;
30 invsqrtpi= 5.6418961287e-01, /* 0x3f106ebb */
31 tpi = 6.3661974669e-01, /* 0x3f22f983 */
32 /* R0/S0 on [0, 2.00] */
33 R02 = 1.5625000000e-02, /* 0x3c800000 */
34 R03 = -1.8997929874e-04, /* 0xb947352e */
35 R04 = 1.8295404516e-06, /* 0x35f58e88 */
36 R05 = -4.6183270541e-09, /* 0xb19eaf3c */
37 S01 = 1.5619102865e-02, /* 0x3c7fe744 */
38 S02 = 1.1692678527e-04, /* 0x38f53697 */
[all …]
H A De_j1f.c25 static const volatile float vone = 1, vzero = 0;
30 invsqrtpi= 5.6418961287e-01, /* 0x3f106ebb */
31 tpi = 6.3661974669e-01, /* 0x3f22f983 */
32 /* R0/S0 on [0,2] */
33 r00 = -6.2500000000e-02, /* 0xbd800000 */
34 r01 = 1.4070566976e-03, /* 0x3ab86cfd */
35 r02 = -1.5995563444e-05, /* 0xb7862e36 */
36 r03 = 4.9672799207e-08, /* 0x335557d2 */
37 s01 = 1.9153760746e-02, /* 0x3c9ce859 */
38 s02 = 1.8594678841e-04, /* 0x3942fab6 */
[all …]
H A De_j0.c17 * for x in (0,2)
34 * j0(0) = 1
35 * j0(inf) = 0
54 * 3. Special cases: y0(0)=-inf, y0(x<0)=NaN, y0(inf)=0.
62 static const volatile double vone = 1, vzero = 0;
67 invsqrtpi= 5.64189583547756279280e-01, /* 0x3FE20DD7, 0x50429B6D */
68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
69 /* R0/S0 on [0, 2.00] */
70 R02 = 1.56249999999999947958e-02, /* 0x3F8FFFFF, 0xFFFFFFFD */
71 R03 = -1.89979294238854721751e-04, /* 0xBF28E6A5, 0xB61AC6E9 */
[all …]
H A De_j1.c17 * for x in (0,2)
35 * j1(0) = 0
36 * j1(inf) = 0
39 * 1. screen out x<=0 cases: y1(0)=-inf, y1(x<0)=NaN
46 * where for x in [0,2] (abs err less than 2**-65.89)
47 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
48 * V(z) = 1 + v0[0]*z + ... + v0[4]*z^5
62 static const volatile double vone = 1, vzero = 0;
67 invsqrtpi= 5.64189583547756279280e-01, /* 0x3FE20DD7, 0x50429B6D */
68 tpi = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
[all …]
/freebsd/sys/opencrypto/
H A Drmd160.c45 (cp)[0] = (value); } while (0)
51 (cp)[0] = (value); } while (0)
53 #define H0 0x67452301U
54 #define H1 0xEFCDAB89U
55 #define H2 0x98BADCFEU
56 #define H3 0x10325476U
57 #define H4 0xC3D2E1F0U
59 #define K0 0x00000000U
60 #define K1 0x5A827999U
61 #define K2 0x6ED9EBA1U
[all …]
/freebsd/crypto/openssl/test/
H A Dbioprinttest.c19 #define nelem(x) (int)(sizeof(x) / sizeof((x)[0]))
21 static int justprint = 0;
25 /* 00 */ { "0.0000e+00", "0.0000", "0", "0.0000E+00", "0" },
26 /* 01 */ { "6.7000e-01", "0.6700", "0.67", "6.7000E-01", "0.67" },
27 /* 02 */ { "6.6667e-01", "0.6667", "0.6667", "6.6667E-01", "0.6667" },
28 /* 03 */ { "6.6667e-04", "0.0007", "0.0006667", "6.6667E-04", "0.0006667" },
29 /* 04 */ { "6.6667e-05", "0.0001", "6.667e-05", "6.6667E-05", "6.667E-05" },
30 /* 05 */ { "6.6667e+00", "6.6667", "6.667", "6.6667E+00", "6.667" },
31 /* 06 */ { "6.6667e+01", "66.6667", "66.67", "6.6667E+01", "66.67" },
32 /* 07 */ { "6.6667e+02", "666.6667", "666.7", "6.6667E+02", "666.7" },
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
45 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
46 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 100
47 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh test
49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout
50 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh 0
51 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh root
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
55 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl39 # e.g. 'eor a,b>>>x,c>>>y'. This conundrum is resolved by using
44 # is the keyword, i.e. "almost 1/2" is kind of complexity cap [for the
75 $output = $#ARGV >= 0 && $ARGV[$#ARGV] =~ m|\.\w+$| ? pop : undef;
76 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : undef;
79 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
90 my @C = map("r$_",(0..9));
91 my @E = map("r$_",(10..12,14));
111 my @A = map([ 8*$_, 8*($_+1), 8*($_+2), 8*($_+3), 8*($_+4) ], (0,5,10,15,20));
130 .long 0x00000001, 0x00000000
131 .long 0x00000000, 0x00000089
[all …]
/freebsd/lib/msun/ld128/
H A De_lgammal_r.c22 static const volatile double vzero = 0;
25 zero= 0,
30 pi = 3.14159265358979323846264338327950288e+00L;
32 * Domain y in [0x1p-119, 0.28], range ~[-1.4065e-36, 1.4065e-36]:
36 a0 = 7.72156649015328606065120900824024296e-02L,
37 a1 = 3.22467033424113218236207583323018498e-01L,
38 a2 = 6.73523010531980951332460538330282217e-02L,
39 a3 = 2.05808084277845478790009252803463129e-02L,
40 a4 = 7.38555102867398526627292839296001626e-03L,
41 a5 = 2.89051033074152328576829509522483468e-03L,
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dsha1.c66 INSIST(context != 0); in isc_sha1_update()
67 INSIST(data != 0); in isc_sha1_update()
74 INSIST(digest != 0); in isc_sha1_final()
75 INSIST(context != 0); in isc_sha1_final()
91 (block->l[i] = (rol(block->l[i], 24) & 0xFF00FF00) \
92 | (rol(block->l[i], 8) & 0x00FF00FF))
108 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
111 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
114 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5); \
117 z += (((w | x) & y) | (w & x)) + blk(i) + 0x8F1BBCDC + rol(v, 5); \
[all …]
/freebsd/contrib/sendmail/src/
H A Denvelope.c23 ** e -- the envelope to clear.
30 clrsessenvelope(e)
31 ENVELOPE *e;
34 macdefine(&e->e_macro, A_PERM, macid("{auth_type}"), "");
35 macdefine(&e->e_macro, A_PERM, macid("{auth_authen}"), "");
36 macdefine(&e->e_macro, A_PERM, macid("{auth_author}"), "");
37 macdefine(&e->e_macro, A_PERM, macid("{auth_ssf}"), "");
40 macdefine(&e->e_macro, A_PERM, macid("{cert_issuer}"), "");
41 macdefine(&e->e_macro, A_PERM, macid("{cert_subject}"), "");
42 macdefine(&e->e_macro, A_PERM, macid("{cipher_bits}"), "");
[all …]
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_format_newc.c19 while (l > 0) { in is_hex()
20 if ((*p >= '0' && *p <= '9') in is_hex()
27 return (0); in is_hex()
37 uint32_t r = 0; in from_hex()
39 while (l > 0) { in from_hex()
46 r += *p - '0'; in from_hex()
58 assertEqualInt(0, stat(p, &st)); in nlinks()
69 char *p, *e; in DEFINE_TEST() local
74 assertUmask(0); in DEFINE_TEST()
99 assertMakeSymlink("symlink", "file1", 0); in DEFINE_TEST()
[all …]
/freebsd/contrib/tcsh/
H A Dtc.const.c34 Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
36 '\0' };
37 Char STRdefautologout[] = { '6', '0', '\0' };
39 Char STRrootdefautologout[] = { '1', '5', '\0' };
42 '\0' };
43 Char STRanyerror[] = { 'a', 'n', 'y', 'e', 'r', 'r', 'o', 'r', '\0' };
44 Char STRhangup[] = { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
45 Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
46 Char STRtty[] = { 't', 't', 'y', '\0' };
47 Char STRptssl[] = { 'p', 't', 's', '/', '\0' };
[all …]

12345678910>>...51