Home
last modified time | relevance | path

Searched refs:one (Results 26 – 50 of 1159) sorted by relevance

12345678910>>...47

/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE1.dict32 fault.z.one=2097150
34 fault.y.two fault.z.one=2097152
37 fault.x.three fault.y.two fault.z.one=1928
38 fault.x.three fault.z.one=2
43 #TEST:key2code:0:fault.z.one:SAMPLE1-9YYY-X6
47 #TEST:key2code:0:fault.x.three fault.y.two fault.z.one:SAMPLE1-801V-89
48 #TEST:key2code:0:fault.x.three fault.z.one fault.z.one:SAMPLE1-8000-2Q
50 #TEST:code2key:0:SAMPLE1-9YYY-X6:fault.z.one
54 #TEST:code2key:0:SAMPLE1-801V-89:fault.x.three fault.y.two fault.z.one
55 #TEST:code2key:0:SAMPLE1-8000-2Q:fault.x.three fault.z.one
H A DBADBITS.dict32 fault.one=777
34 fault.one fault.two=5
37 fault.one fault.three=1
40 #TEST:key2code:0:fault.one:BADBITS-800R-99
41 #TEST:key2code:0:fault.one fault.one:BADBITS-800R-99
42 #TEST:key2code:0:fault.one fault.two fault.one:BADBITS-8000-5T
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c40 one = 1.0, variable
193 return (one / fabs(t)); in neg()
195 p = z + one; in neg()
196 if (p == one) in neg()
217 t = one + x; in __k_lgamma()
218 if (t == one) { in __k_lgamma()
220 return (one / x); in __k_lgamma()
231 y = x - one; in __k_lgamma()
235 if (x == one) in __k_lgamma()
242 y = x - one; in __k_lgamma()
[all …]
H A Dasinh.c54 #define one xxx[0] macro
73 if (huge + x > one) in asinh()
81 w = log(2.0 * t + one / (sqrt(x * x + one) + t)); in asinh()
85 w = log1p(fabs(x) + t / (one + sqrt(one + t))); in asinh()
H A D__tan.c106 #define one q[0] macro
127 t = one; in __k_tan()
150 rh = r = -one / w; in __k_tan()
155 return (rh + r * ((one + rh * xh) + rh * xl)); in __k_tan()
170 t = _TBL_tan_lo[i] + (s + a * w) / (one - (w - t)); in __k_tan()
186 r = one / (a + c); in __k_tan()
187 rh = (one - t) * r; in __k_tan()
192 z = rh + r * (((one - rh * xh) - t) - rh * xl); in __k_tan()
H A Dexpm1.c148 #define one xxx[0] macro
193 return (tiny - one); /* return -1 */ in expm1()
230 r1 = one + hxs * (Q1 + hxs * (Q2 + hxs * (Q3 + hxs * (Q4 + hxs * Q5)))); in expm1()
244 return (one + 2.0 * (x - e)); in expm1()
247 y = one - (e - x); in expm1()
249 return (y - one); in expm1()
251 t = one; in expm1()
260 y += one; in expm1()
H A Dacos.c80 #define one xxx[0] macro
126 q = one + z * (qS1 + z * (qS2 + z * (qS3 + z * qS4))); in acos()
131 z = (one + x) * 0.5; in acos()
134 q = one + z * (qS1 + z * (qS2 + z * (qS3 + z * qS4))); in acos()
141 z = (one - x) * 0.5; in acos()
148 q = one + z * (qS1 + z * (qS2 + z * (qS3 + z * qS4))); in acos()
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsincospil.c97 one = 1.0L, variable
118 *c = one; in sincospil()
123 *c = one; in sincospil()
127 *c = -one; in sincospil()
133 *c = one; in sincospil()
136 *s = one; in sincospil()
175 *c = one; in sincospil()
178 *s = one; in sincospil()
H A Dacoshl.c37 one = 1.0L, variable
48 else if (x > one) { in acoshl()
49 t = sqrtl(x - one); in acoshl()
50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
51 } else if (x == one) in acoshl()
H A Dcoshl.c78 #define one C[1] macro
94 return (one + w); /* inexact+directed rounding */ in coshl()
96 w = one + t; in coshl()
97 w = one + (t * t) / (w + w); in coshl()
102 return (half * (t + one / t)); in coshl()
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
81 z = one; in tanhl()
83 if (t > one) in tanhl()
84 z = one - two / (expm1l(t + t) + two); in tanhl()
96 return (copysignl(one, x)); in tanhl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsincospil.c95 one = 1.0L, variable
115 *c = one; in sincospil()
119 *c = one; in sincospil()
122 *c = -one; in sincospil()
127 *c = one; in sincospil()
129 *s = one; in sincospil()
165 *c = one; in sincospil()
167 *s = one; in sincospil()
H A Dacoshl.c37 one = 1.0L, variable
48 else if (x > one) { in acoshl()
49 t = sqrtl(x - one); in acoshl()
50 return (log1pl(t * (t + sqrtl(x + one)))); in acoshl()
51 } else if (x == one) in acoshl()
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
69 return (atanl(x / sqrtl(one - x * x))); in asinl()
70 } else if (w < one) { in asinl()
71 t = one - w; in asinl()
74 } else if (w == one) in asinl()
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
81 z = one; in tanhl()
83 if (t > one) in tanhl()
84 z = one - two / (expm1l(t + t) + two); in tanhl()
96 return (copysignl(one, x)); in tanhl()
H A Dcoshl.c79 one = 1.0L, variable
95 w = one + t; in coshl()
96 if (w != one) in coshl()
97 w = one + (t * t) / (w + w); in coshl()
101 return (half * (t + one / t)); in coshl()
H A Dexp10l.c56 one = 1.0L, variable
76 return (one + x); in exp10l()
83 t = one; in exp10l()
99 return (scalbnl(one, -50000)); /* underflow */ in exp10l()
101 return (scalbnl(one, 50000)); /* overflow */ in exp10l()
/illumos-gate/usr/src/tools/smatch/src/
H A Dmemops.c26 struct instruction *one; in find_dominating_parents() local
30 FOR_EACH_PTR_REVERSE(parent->insns, one) { in find_dominating_parents()
32 if (!one->bb) in find_dominating_parents()
34 if (one == insn) in find_dominating_parents()
36 dominance = dominates(pseudo, insn, one, local); in find_dominating_parents()
38 if (one->opcode == OP_LOAD) in find_dominating_parents()
45 } END_FOR_EACH_PTR_REVERSE(one); in find_dominating_parents()
57 phi = alloc_phi(parent, one->target, one->type); in find_dominating_parents()
58 phi->ident = phi->ident ? : one->target->ident; in find_dominating_parents()
H A Dsmatch_bits.c157 static int binfo_equiv(struct bit_info *one, struct bit_info *two) in binfo_equiv() argument
159 if (one->set == two->set && in binfo_equiv()
160 one->possible == two->possible) in binfo_equiv()
167 struct bit_info *one, *two; in merge_bstates() local
169 one = one_state->data; in merge_bstates()
172 if (binfo_equiv(one, two)) in merge_bstates()
175 return alloc_bstate(one->set & two->set, one->possible | two->possible); in merge_bstates()
191 if ((one->set & two->possible) != one->set) in combine_bit_info()
193 if ((two->set & one->possible) != two->set) in combine_bit_info()
196 ret->set = one->set | two->set; in combine_bit_info()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_sr_hw.h178 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
201 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
279 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
323 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
366 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
410 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
433 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
476 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
509 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
530 #error one of _BIT_FIELDS_HTOL or _BIT_FIELDS_LTOH must be defined
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_equiv1.c5 int *one; variable
9 one = something(); in func()
10 two = one; in func()
18 if (one == 2) { in func()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcos.c63 one = 1.0, variable
274 *py0 = one + t0; in __vcos()
306 *py1 = one + t1; in __vcos()
328 *py0 = one + t0; in __vcos()
329 *py1 = one + t1; in __vcos()
361 *py2 = one + t2; in __vcos()
382 *py0 = one + t0; in __vcos()
384 *py2 = one + t2; in __vcos()
406 *py1 = one + t1; in __vcos()
447 t1 = one + t1; in __vcos()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c274 #define one c[1] macro
667 r = one / t1; in large_gam()
693 z = one / x; in large_gam()
907 r1 = one / x; in gam_n()
924 z1 = x + one; in gam_n()
929 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n()
937 z2 = (x + one) * (x + 3.0L); in gam_n()
1021 return (one / x);
1109 ss = kpsin(one - z);
1124 w = y + one;
[all …]
H A Dtgamma.c791 #define one c[0] macro
1255 r = one / t1; in large_gam()
1278 z = one / x; in large_gam()
1433 r1 = one / x; in gam_n()
1450 z1 = x + one; in gam_n()
1455 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n()
1462 z2 = (x + one) * (x + 3.0); in gam_n()
1622 ss = kpsin(one - z); in tgamma()
1637 w = y + one; in tgamma()
1641 t = w - one; in tgamma()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c226 one = 1.0L, variable
251 return (-one / x); /* NaN or -inf */ in __k_cexpl()
253 return (one + x); /* |x|<2^-60 */ in __k_cexpl()
257 return (one); in __k_cexpl()
263 return (one); in __k_cexpl()

12345678910>>...47