Home
last modified time | relevance | path

Searched refs:one (Results 101 – 125 of 1159) sorted by relevance

12345678910>>...47

/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c66 #define one C[5] macro
289 p0 = one; in __k_j0f()
308 return (one - x); in __k_j0f()
316 return (one + z * (r / s)); in __k_j0f()
376 p0 = one; in __k_y0f()
457 p1 = one; in __k_j1f()
544 p1 = one; in __k_y1f()
663 a = one; in jnf()
702 q1 = w * z - one; in jnf()
716 b = one; in jnf()
[all …]
H A Dexpf.c335 #define one F[1] macro
354 return (one + xf); in expf()
355 return (one + (xf + (xf * xf) * (p1 + xf * p2))); in expf()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dasin.c88 #define one xxx[0] macro
134 q = one + t * (qS1 + t * (qS2 + t * (qS3 + t * qS4))); in asin()
139 w = one - fabs(x); in asin()
142 q = one + t * (qS1 + t * (qS2 + t * (qS3 + t * qS4))); in asin()
H A Dexp10.c63 #define one C[6] macro
87 return (one + x); in exp10()
92 t = one; in exp10()
H A Datan.c107 #define one g[0] macro
139 return ((int) x == 0 ? x : one); in atan()
157 r = one / x; in atan()
192 s = (x - w0) / (one + x * w0); in atan()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlogl.c84 one = 1.0L, variable
114 if (*(int *) &one == 0) { in logl()
126 f = x - one; in logl()
146 return (one / x); /* log(0.0) = -inf */ in logl()
H A Dj0l.c50 one = 1.0L, variable
120 if (x<=tiny) return one-x;
121 else return one-x*x*0.25L;
129 return(one+z*(r/s));
162 d= -one/(x-x);
430 if (x>huge) return one;
431 t = one/x; z = t*t;
693 t = one/x; z = t*t;
H A Dexpm1l.c106 one = +1.0L, variable
140 return (-one); /* -inf */ in expm1l()
164 return (w + (w + one) * r); in expm1l()
183 return (scalbnl(x, m) - one); in expm1l()
H A Dhypotl.c64 static const long double zero = 0.0L, one = 1.0L; variable
75 if ((*(int *) &one) != 0) { /* determine word ordering */ in hypotl()
140 t1 = scalbnl(one, 16381); in hypotl()
143 return (scalbnl(one, -16381) * hypotl(x, y)); in hypotl()
H A Djnl.c68 one = 1.0L; variable
145 for (a = one, i = 1; i <= n; i++) in jnl()
200 t = one/(i/x-t); in jnl()
202 b = one; in jnl()
256 return (-one/zero); in ynl()
H A Dexpl.c77 one = 1.0L, variable
103 return (-one / x); /* NaN or -inf */ in expl()
106 return (one + x); /* |x|<2^-60 */ in expl()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dclog.c68 static const double half = 0.5, one = 1.0; variable
107 D_RE(ans) = ((ix | lx) == 0)? -one / ax : log(ax); in __clog()
117 one) * (ax + one))); in __clog()
H A Dk_atan2.c277 one = 1.0, variable
340 y = one / x - pio2lo; in mx_atan()
351 r = one / x; in mx_atan()
363 r_l = r * ((x_h - x) * r_h - (x_h * r_h - one)); in mx_atan()
379 r_l = r * ((x_h - x) * r_h - (x_h * r_h - one)); in mx_atan()
413 v = 1 / (one + x * y); in mx_atan()
421 t = (double) ((float) (one + x * y)); in mx_atan()
422 r = -((x_h - x) * y - (x_h * y - (t - one))); in mx_atan()
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c56 one = 1.0L, variable
128 return (one-x);
130 return (one-x*x*0.25L);
138 return (one+z*(r/s));
173 d = -one/(x-x); in y0l()
441 return (one);
442 t = one/x; z = t*t;
705 t = one/x; z = t*t;
H A Djnl.c68 one = 1.0L; variable
145 for (a = one, i = 1; i <= n; i++) in jnl()
200 t = one/(i/x-t); in jnl()
202 b = one; in jnl()
256 return (-one/zero); in ynl()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t423 [ 0, 0, {}, "attrib1:129::::one" ],
433 [ 0, 0, {}, "attrib11:139::::one;two" ],
436 [ 0, 0, {}, "value1:142::::one=foo,bar" ],
437 [ 0, 0, {}, "value2:143::::one=,bar," ],
441 [ 0, 0, {}, "value6:147::::one=100/200" ],
564 [ 1, 0, {}, "value1:145::::one=foo%" ],
565 [ 1, 0, {}, "value2:146::::one= two" ],
601 [ 1, 0, {}, "space34:182::::foo =one" ],
602 [ 1, 0, {}, "space35:183::::foo= (one)" ],
605 [ 1, 0, {}, "space38:186::::foo=( one)" ],
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsin.c51 one = 1.0, variable
200 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsin()
201 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
202 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
236 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
237 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
267 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsin()
269 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
297 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
324 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vsin()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcopy.test70 execsql {CREATE TABLE test1(one int, two int, three int)}
72 execsql {SELECT * FROM test1 ORDER BY one}
80 execsql {SELECT * FROM test1 ORDER BY one}
88 execsql {SELECT * FROM test1 ORDER BY one}
93 execsql {SELECT * FROM test1 ORDER BY one}
98 execsql {SELECT * FROM test1 ORDER BY one}
101 # Try copying into a table that has one or more indices.
105 execsql {CREATE INDEX index1 ON test1(one)}
109 execsql {SELECT * FROM test1 WHERE one=11}
112 execsql {SELECT * FROM test1 WHERE one=22}
H A Djoin4_28.test25 insert into t1 values(1,'one');
42 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
55 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
65 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
75 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh28 echo expected one argument: '<'dtrace-path'>'
45 DTRACE_PROBE1(test_prov, one, 1);
56 probe one(uintptr_t);
H A Dtst.linkunpriv.ksh28 echo expected one argument: '<'dtrace-path'>'
47 DTRACE_PROBE1(test_prov, one, 1);
58 probe one(uintptr_t);
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DBADMAXKEY.dict33 fault.one fault.two=5
35 fault.one fault.three fault.two=3
36 fault.one fault.three=1
39 #TEST:key2code:0:fault.one fault.three fault.two:BADMAXKEY-8000-30
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Drecttype.sh65 r[one]=(ur=(x=4 y=4))
66 (( r[one].area == 16 )) || err_exit 'area of r[one] should be 16'
67 [[ ${r[one].area} == 16 ]] || err_exit '${r[one].area} should be 16'
/illumos-gate/usr/src/test/util-tests/tests/iconv/
H A Diconv_test.sh98 mkmap_one > one.cm
100 test_conv ./one.cm ./two.cm '\0200\0201\0202\c' ' \0200 \0201 \0202\c'
101 rm one.cm two.cm
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.h40 static inline void __smatch_compare(long long one, long long two){} in __smatch_compare() argument
55 static inline void __smatch_intersection(long long one, long long two){} in __smatch_intersection() argument
56 static inline void __smatch_type(long long one){} in __smatch_type() argument

12345678910>>...47