Searched refs:one (Results 1 - 25 of 581) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/regress/unittests/utf8/
H A Dtests.c34 one(int utf8, const char *name, const char *mbs, int width, function
65 one(1, "empty", "", 2, 0, 0, "");
66 one(1, "ascii", "x", -2, -2, -2, "x");
67 one(1, "newline", "a\nb", -2, -2, -2, "a\nb");
68 one(1, "cr", "a\rb", -2, -2, -2, "a\rb");
69 one(1, "tab", "a\tb", -2, -2, -2, "a\tb");
70 one(1, "esc", "\033x", -2, -2, -2, "\\033x");
71 one(1, "inv_badbyte", "\377x", -2, -2, -2, "\\377x");
72 one(1, "inv_nocont", "\341x", -2, -2, -2, "\\341x");
73 one(
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d33 @one["foo", 789, "bar", curthread] = sum(123);
35 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d41 one,
52 /zero >= one || second <= first || zero == second/
55 printf("zero = %d; one = %d; two = %d", zero, one, two);
61 /second < one || two > second || null == first/
64 printf("zero = %d; one = %d; two = %d", zero, one, two);
70 /first < two && second > one && one != two && zero != first/
/freebsd-11-stable/lib/msun/src/
H A Ds_tanh.c46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
59 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
60 else return one/x-one; /* tanh(NaN) = NaN */
66 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
70 z = one - two/(t+two);
77 z = one - tiny; /* raise inexact flag */
H A Ds_tanhf.c23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
36 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
37 else return one/x-one; /* tanh(NaN) = NaN */
43 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
47 z = one - two/(t+two);
54 z = one - tiny; /* raise inexact flag */
H A Ds_asinh.c33 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
46 if(huge+x>one) return x; /* return x inexact except 0 */
52 w = __ieee754_log(2.0*t+one/(__ieee754_sqrt(x*x+one)+t));
55 w =log1p(fabs(x)+t/(one+__ieee754_sqrt(one+t)));
H A Ds_asinhf.c23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
36 if(huge+x>one) return x; /* return x inexact except 0 */
42 w = __ieee754_logf((float)2.0*t+one/(__ieee754_sqrtf(x*x+one)+t));
45 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
H A De_acoshf.c23 one = 1.0, variable
43 return __ieee754_logf((float)2.0*x-one/(x+__ieee754_sqrtf(t-one)));
45 t = x-one;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-m68851.h109 {"pbac", one(0xf0c7), one(0xffbf), "Bc"},
110 {"pbacw", one(0xf087), one(0xffbf), "Bc"},
111 {"pbas", one(0xf0c6), one(0xffbf), "Bc"},
112 {"pbasw", one(0xf086), one(0xffbf), "Bc"},
113 {"pbbc", one(0xf0c1), one(
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.BufsizeGiga.d.ksh37 echo expected one argument: '<'dtrace-path'>'
H A Dtst.BufsizeKilo.d.ksh37 echo expected one argument: '<'dtrace-path'>'
H A Dtst.BufsizeMega.d.ksh37 echo expected one argument: '<'dtrace-path'>'
H A Dtst.BufsizeTera.d.ksh37 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithFunction.d.ksh43 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithID.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithModule.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithName.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithProvider.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DestructWithoutW.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ExitStatus1.d.ksh42 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ExitStatus2.d.ksh41 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ExtraneousProbeIds.d.ksh40 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidFuncName1.d.ksh40 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidFuncName2.d.ksh40 echo expected one argument: '<'dtrace-path'>'
H A Dtst.InvalidId1.d.ksh42 echo expected one argument: '<'dtrace-path'>'

Completed in 89 milliseconds

1234567891011>>