Symbol: two
lib/libcurses/tscroll.c
131
goto two;
lib/libcurses/tscroll.c
150
two: *dp++ = n / 10 | '0';
lib/libform/internals.c
3144
field_sort_compare(const void *one, const void *two)
lib/libform/internals.c
3150
b = *(const FIELD **) __UNCONST(two);
lib/libm/ld128/e_powl.c
428
r = (z * t1) / (t1 - two) - (w + z * w);
lib/libm/ld128/e_powl.c
87
two = 2.0L,
lib/libm/ld128/s_erfl.c
30
two = 2;
lib/libm/ld128/s_erfl.c
314
if(x < -9) return two-tiny; /* x < -9 */
lib/libm/ld128/s_erfl.c
322
if(x>0) return r/ax; else return two-r/ax;
lib/libm/ld128/s_erfl.c
324
if(x>0) return tiny*tiny; else return two-tiny;
lib/libm/ld80/s_erfl.c
30
two = 2;
lib/libm/ld80/s_erfl.c
321
if(x < -7) RETURNI(two-tiny);/* x < -7 */
lib/libm/ld80/s_erfl.c
327
if(x>0) RETURNI(r/ax); else RETURNI(two-r/ax);
lib/libm/ld80/s_erfl.c
329
if(x>0) RETURNI(tiny*tiny); else RETURNI(two-tiny);
lib/libm/noieee_src/n_erf.c
167
two = 2.0,
lib/libm/noieee_src/n_erf.c
371
return (two-tiny);
lib/libm/noieee_src/n_erf.c
403
return two-r;
lib/libm/noieee_src/n_jn.c
108
two = 2.0,
lib/libm/noieee_src/n_jn.c
240
v = two/x;
lib/libm/noieee_src/n_pow.c
121
static const double zero=0.0, one=1.0, two=2.0, negone= -1.0;
lib/libm/noieee_src/n_pow.c
155
else if (y==two)
lib/libm/noieee_src/n_pow.c
165
else if ( (t=drem(y,two)) == zero)
lib/libm/noieee_src/n_tanh.c
79
static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10;
lib/libm/noieee_src/n_tanh.c
90
return(copysign(one-two/(expm1(x+x)+two),sign));
lib/libm/noieee_src/n_tanh.c
92
{t= -expm1(-(x+x)); return(copysign(t/(two-t),sign));}
lib/libm/src/e_jn.c
181
v = two/x;
lib/libm/src/e_jn.c
189
di -= two;
lib/libm/src/e_jn.c
197
di -= two;
lib/libm/src/e_jn.c
50
two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */
lib/libm/src/e_jnf.c
135
v = two/x;
lib/libm/src/e_jnf.c
143
di -= two;
lib/libm/src/e_jnf.c
151
di -= two;
lib/libm/src/e_jnf.c
28
two = 2.0000000000e+00, /* 0x40000000 */
lib/libm/src/e_pow.c
302
r = (z*t1)/(t1-two)-(w+z*w);
lib/libm/src/e_pow.c
72
two = 2.0,
lib/libm/src/e_powf.c
245
r = (z*t1)/(t1-two)-(w+z*w);
lib/libm/src/e_powf.c
31
two = 2.0,
lib/libm/src/s_erf.c
120
two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */
lib/libm/src/s_erf.c
289
if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 */
lib/libm/src/s_erf.c
299
if(hx>0) return r/x; else return two-r/x;
lib/libm/src/s_erf.c
301
if(hx>0) return tiny*tiny; else return two-tiny;
lib/libm/src/s_erff.c
198
if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */
lib/libm/src/s_erff.c
208
if(hx>0) return r/x; else return two-r/x;
lib/libm/src/s_erff.c
210
if(hx>0) return tiny*tiny; else return two-tiny;
lib/libm/src/s_erff.c
28
two = 2.0000000000e+00, /* 0x40000000 */
lib/libm/src/s_tanh.c
45
static const double one=1.0, two=2.0, tiny = 1.0e-300;
lib/libm/src/s_tanh.c
68
t = expm1(two*fabs(x));
lib/libm/src/s_tanh.c
69
z = one - two/(t+two);
lib/libm/src/s_tanh.c
71
t = expm1(-two*fabs(x));
lib/libm/src/s_tanh.c
72
z= -t/(t+two);
lib/libm/src/s_tanhf.c
24
static const float one=1.0, two=2.0, tiny = 1.0e-30;
lib/libm/src/s_tanhf.c
46
t = expm1f(two*fabsf(x));
lib/libm/src/s_tanhf.c
47
z = one - two/(t+two);
lib/libm/src/s_tanhf.c
49
t = expm1f(-two*fabsf(x));
lib/libm/src/s_tanhf.c
50
z= -t/(t+two);
sys/arch/m68k/060sp/dist/fpsp.s
1229
# if the exception is an opclass zero or two unimplemented data type
sys/arch/m68k/060sp/dist/pfpsp.s
1229
# if the exception is an opclass zero or two unimplemented data type
sys/arch/mac68k/dev/if_mc.c
105
ether_cmp(void *one, void *two)
sys/arch/mac68k/dev/if_mc.c
108
uint16_t *b = (u_short *) two;
sys/arch/macppc/dev/am79c950.c
102
ether_cmp(void *one, void *two)
sys/arch/macppc/dev/am79c950.c
105
register uint16_t *b = (u_short *) two;
sys/arch/sun3/dev/if_ie.c
649
ether_cmp(uint8_t *one, uint8_t *two)
sys/arch/sun3/dev/if_ie.c
652
uint16_t *b = (uint16_t *)two;
sys/arch/vax/boot/boot/boot.c
257
#define extzv(one, two, three,four) \
sys/arch/vax/boot/boot/boot.c
261
: "g"(one),"m"(two),"mo>"(three),"g"(four)); \
sys/dev/ic/lance.c
130
ether_cmp(void *one, void *two)
sys/dev/ic/lance.c
133
uint16_t *b = (uint16_t *)two;
sys/dev/raidframe/rf_pqdegdags.c
197
int two = 0;
sys/dev/raidframe/rf_pqdegdags.c
214
two = 1;
sys/dev/raidframe/rf_pqdegdags.c
231
if (two)
sys/dev/raidframe/rf_pqdegdags.c
256
RF_ASSERT(two == 0);
sys/dev/scsipi/if_dse.c
308
ether_cmp(void *one, void *two)
sys/dev/scsipi/if_dse.c
315
b = (uint16_t *) two;
sys/dev/scsipi/if_se.c
290
ether_cmp(void *one, void *two)
sys/dev/scsipi/if_se.c
293
uint16_t *b = (uint16_t *) two;
tests/usr.bin/xlint/lint1/msg_186.c
11
unsigned two: 2;
tests/usr.bin/xlint/lint1/msg_193.c
579
goto two;
tests/usr.bin/xlint/lint1/msg_193.c
589
two:
usr.bin/units/units.c
682
compareproducts(const char **one, const char **two)
usr.bin/units/units.c
684
while (*one || *two) {
usr.bin/units/units.c
685
if (!*one && *two != NULLUNIT)
usr.bin/units/units.c
687
if (!*two && *one != NULLUNIT)
usr.bin/units/units.c
691
else if (*two == NULLUNIT)
usr.bin/units/units.c
692
two++;
usr.bin/units/units.c
693
else if (*one && *two && strcmp(*one, *two))
usr.bin/units/units.c
696
one++, two++;