| /dflybsd-src/contrib/gmp/mpn/generic/ |
| H A D | jacbase.c | 53 int two; \ 54 two = JACOBI_TWO_U_BIT1 (b); \ 58 result_bit1 ^= two; \ 74 int two, mask, shift; \ 76 two = JACOBI_TWO_U_BIT1 (b); \ 82 result_bit1 ^= two ^ (two & mask); \ 87 result_bit1 ^= two; \ 93 int two, mask, shift; \ 95 two = JACOBI_TWO_U_BIT1 (b); \ 100 result_bit1 ^= (two & mask); \ [all …]
|
| /dflybsd-src/usr.bin/ctags/test/ |
| H A D | ctags.test | 17 char qq[] = " quote(one,two) {int bar;} "; 38 multiple(one,two); \ 40 callroute(one,two); \ 50 routine1(one,two) /* comments here are fun... */ 55 char two[10]; 59 five(one,two); 61 routine2 (one,two) { puts("hello\n"); } 64 two) { puts("world\n"); } 65 routine4(int one, char (*two)(void)) /* test ANSI arguments */
|
| /dflybsd-src/contrib/openbsd_libm/src/ |
| H A D | s_tanhf.c | 19 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable 43 t = expm1f(two*fabsf(x)); in tanhf() 44 z = one - two/(t+two); in tanhf() 46 t = expm1f(-two*fabsf(x)); in tanhf() 47 z= -t/(t+two); in tanhf()
|
| H A D | s_tanh.c | 42 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 67 t = expm1(two*fabs(x)); in tanh() 68 z = one - two/(t+two); in tanh() 70 t = expm1(-two*fabs(x)); in tanh() 71 z= -t/(t+two); in tanh()
|
| H A D | e_jnf.c | 20 two = 2.0000000000e+00, /* 0x40000000 */ variable 127 v = two/x; in jnf() 135 di -= two; in jnf() 143 di -= two; in jnf()
|
| H A D | e_jn.c | 44 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 174 v = two/x; in jn() 182 di -= two; in jn() 190 di -= two; in jn()
|
| H A D | s_erf.c | 116 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable 285 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */ in erfc() 294 if(hx>0) return r/x; else return two-r/x; in erfc() 296 if(hx>0) return tiny*tiny; else return two-tiny; in erfc()
|
| H A D | s_erff.c | 23 two = 2.0000000000e+00, /* 0x40000000 */ variable 193 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */ in erfcf() 202 if(hx>0) return r/x; else return two-r/x; in erfcf() 204 if(hx>0) return tiny*tiny; else return two-tiny; in erfcf()
|
| /dflybsd-src/contrib/openbsd_libm/src/ld80/ |
| H A D | s_tanhl.c | 41 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable 68 t = expm1l(two*fabsl(x)); in tanhl() 69 z = one - two/(t+two); in tanhl() 71 t = expm1l(-two*fabsl(x)); in tanhl() 72 z= -t/(t+two); in tanhl()
|
| H A D | s_erfl.c | 110 two = 2.0L, variable 404 return two - tiny; /* x < -6.666 */ in erfcl() 421 return two - r / x; in erfcl() 428 return two - tiny; in erfcl()
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | read2.0 | 6 echo two 12 [ "$x" = two ]) 21 echo two 28 [ "$x" = two ])
|
| /dflybsd-src/crypto/libressl/crypto/dh/ |
| H A D | dh_key.c | 109 BIGNUM *pub_key = NULL, *priv_key = NULL, *two = NULL; in generate_key() local 139 if ((two = BN_new()) == NULL) in generate_key() 141 if (!BN_add(two, BN_value_one(), BN_value_one())) in generate_key() 143 if (!bn_rand_interval(priv_key, two, dh->q)) in generate_key() 169 BN_free(two); in generate_key()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | ui-file.c | 687 struct ui_file *one, *two; member 693 struct ui_file *two, int close_two) in tee_file_new() argument 700 tee->two = two; in tee_file_new() 722 ui_file_delete (tee->two); in tee_file_delete() 736 tee->two->to_flush (tee->two); in tee_file_flush() 748 ui_file_write (tee->two, buf, length_buf); in tee_file_write() 760 tee->two->to_fputs (linebuffer, tee->two); in tee_file_fputs()
|
| /dflybsd-src/usr.bin/units/ |
| H A D | units.c | 82 static int compareproducts(char **one, char **two); 595 compareproducts(char **one, char **two) in compareproducts() argument 597 while (*one || *two) { in compareproducts() 598 if (!*one && *two != NULLUNIT) in compareproducts() 600 if (!*two && *one != NULLUNIT) in compareproducts() 604 else if (*two == NULLUNIT) in compareproducts() 605 two++; in compareproducts() 606 else if (strcmp(*one, *two)) in compareproducts() 609 one++, two++; in compareproducts()
|
| /dflybsd-src/tools/regression/bin/sh/parser/ |
| H A D | set-v1.0.stderr | 2 echo two >&2 3 two
|
| H A D | line-cont11.0 | 6 # A naive pgetc_linecont() would push back two characters here, which 7 # fails if a new buffer is read between the two characters.
|
| /dflybsd-src/usr.sbin/mptutil/ |
| H A D | mpt_evt.c | 84 MPI_LOG_0_ENTRY * const *two; in event_compare() local 87 two = second; in event_compare() 88 return ((*one)->LogSequence - ((*two)->LogSequence)); in event_compare()
|
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | kconfig.h | 39 #define IS_ENABLED4(one, two, ...) two argument
|
| /dflybsd-src/games/cribbage/ |
| H A D | cribbage.n | 28 At one end, or in the center, are two or four additional holes, called 29 game holes. The board is placed between the two players, and each keeps 30 his own score on the two rows of holes nearest himself. Each is supplied 31 with two pegs. Before the first hand, the pegs are placed in the game 36 rear peg is jumped ahead of the other, the distance between the two pegs 57 After seeing his hand, each player lays away two cards face down. 75 announcing the total count of the two cards. Play continues in the same 104 Playing a card which, with the two or more played 126 Each combinations of two or more cards that total 158 with two different cards duplicated, as the example 8-8-7-6-6 previously [all …]
|
| /dflybsd-src/crypto/libressl/crypto/bn/ |
| H A D | bn_bpsw.c | 240 BIGNUM *D, *two; in bn_strong_lucas_selfridge() local 261 if ((two = BN_CTX_get(ctx)) == NULL) in bn_strong_lucas_selfridge() 267 if (!BN_set_word(two, 2)) in bn_strong_lucas_selfridge() 286 if (!BN_uadd(D, D, two)) in bn_strong_lucas_selfridge()
|
| /dflybsd-src/contrib/nvi2/catalog/ |
| H A D | README | 7 consists of two parts -- an initial number followed by a pipe (`|') 28 is a format string that displays two arguments. 53 The message catalogs themselves are maintained in two files. The first 54 is the "base file" which contains two fields, a record number and the 69 message catalog file, by gencat(1), two lines:
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | k6.md | 21 ;; that there are only two decoders and they seems to be much slower than 49 ;; The fp unit is not pipelined, and it can only do one operation per two 61 ;; filled. Depending on the length of the instruction, two simple instructions 62 ;; can be decoded in two parallel short decoders, or one complex instruction can 192 ;; The load and units have two pipeline stages. The load latency is 193 ;; two cycles.
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | k6.md | 22 ;; that there are only two decoders and they seems to be much slower than 50 ;; The fp unit is not pipelined, and it can only do one operation per two 62 ;; filled. Depending on the length of the instruction, two simple instructions 63 ;; can be decoded in two parallel short decoders, or one complex instruction can 193 ;; The load and units have two pipeline stages. The load latency is 194 ;; two cycles.
|
| /dflybsd-src/usr.bin/window/ |
| H A D | windowrc | 37 # Create two unequal sized windows of full screen width, 50 # Make two windows 83 alias two "window r = 1, nr = $nrow / 2 - 1, l = top;" \
|
| /dflybsd-src/usr.bin/ministat/ |
| H A D | README | 5 Prepare your data into two files, one number per line 14 Here are two typical outputs:
|