HomeSort by: relevance | last modified time | path
    Searched defs:two (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
floatundisf.S 13 two: label
31 mulss REL_ADDR(two), %xmm0
floatundisf.S 13 two: label
31 mulss REL_ADDR(two), %xmm0
  /src/usr.bin/make/unit-tests/
deptgt-order.mk 5 all one two three: .PHONY target
7 two: one target
9 three: two
deptgt-order.mk 5 all one two three: .PHONY target
7 two: one target
9 three: two
varcmd.mk 33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
35 two: show target
42 .ifmake two
48 two: immutable target
dir.mk 11 all: {one,two,three}
14 # "{one,two,three}". There are no individual targets "one", "two", "three"
21 .if target({one,two,three})
24 .if ${.ALLTARGETS:M{one,two,three}} != "{one,two,three}"
30 two: target
90 .PHONY: one two three four five six
varcmd.mk 33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
35 two: show target
42 .ifmake two
48 two: immutable target
  /src/tests/usr.bin/xlint/lint1/
msg_186.c 11 unsigned two: 2; member in struct:bit_field
msg_186.c 11 unsigned two: 2; member in struct:bit_field
msg_105.c 22 struct two { struct
msg_105.c 22 struct two { struct
  /src/lib/libm/src/
s_tanh.c 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable in typeref:typename:const double
68 t = expm1(two*fabs(x));
69 z = one - two/(t+two);
71 t = expm1(-two*fabs(x));
72 z= -t/(t+two);
s_tanhf.c 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable in typeref:typename:const float
46 t = expm1f(two*fabsf(x));
47 z = one - two/(t+two);
49 t = expm1f(-two*fabsf(x));
50 z= -t/(t+two);
s_tanh.c 45 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable in typeref:typename:const double
68 t = expm1(two*fabs(x));
69 z = one - two/(t+two);
71 t = expm1(-two*fabs(x));
72 z= -t/(t+two);
s_tanhf.c 24 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable in typeref:typename:const float
46 t = expm1f(two*fabsf(x));
47 z = one - two/(t+two);
49 t = expm1f(-two*fabsf(x));
50 z= -t/(t+two);
e_jn.c 50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable in typeref:typename:const double
181 v = two/x;
189 di -= two;
197 di -= two;
e_jnf.c 28 two = 2.0000000000e+00, /* 0x40000000 */ variable in typeref:typename:const float
135 v = two/x;
143 di -= two;
151 di -= two;
e_jn.c 50 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable in typeref:typename:const double
181 v = two/x;
189 di -= two;
197 di -= two;
e_jnf.c 28 two = 2.0000000000e+00, /* 0x40000000 */ variable in typeref:typename:const float
135 v = two/x;
143 di -= two;
151 di -= two;
  /src/lib/libm/noieee_src/
n_tanh.c 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local in function:tanh
90 return(copysign(one-two/(expm1(x+x)+two),sign));
92 {t= -expm1(-(x+x)); return(copysign(t/(two-t),sign));}
n_tanh.c 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local in function:tanh
90 return(copysign(one-two/(expm1(x+x)+two),sign));
92 {t= -expm1(-(x+x)); return(copysign(t/(two-t),sign));}
n_pow.c 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable in typeref:typename:const double
155 else if (y==two)
165 else if ( (t=drem(y,two)) == zero)
n_pow.c 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable in typeref:typename:const double
155 else if (y==two)
165 else if ( (t=drem(y,two)) == zero)
n_jn.c 108 two = 2.0, variable in typeref:typename:const double
240 v = two/x;
n_jn.c 108 two = 2.0, variable in typeref:typename:const double
240 v = two/x;

Completed in 26 milliseconds

1 2 3