Home
last modified time | relevance | path

Searched refs:one (Results 126 – 150 of 1159) sorted by relevance

12345678910>>...47

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsinbigf.c51 one = 1.0, variable
123 a = one + t; in __vlibm_vsin_bigf()
133 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vsin_bigf()
163 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vsin_bigf()
H A D__vatan2f.c45 one = 1.0f, variable
73 sign0 = one; in __vatan2f()
133 *z = (sign0 == one) ? ah0 : -ah0; in __vatan2f()
187 sign1 = one; in __vatan2f()
247 *z = (sign1 == one)? ah1 : -ah1; in __vatan2f()
299 sign2 = one; in __vatan2f()
359 *z = (sign2 == one)? ah2 : -ah2; in __vatan2f()
H A D__vsinbig.c51 one = 1.0, variable
122 a = one + t; in __vlibm_vsin_big()
132 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vsin_big()
162 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vsin_big()
H A D__vcosbig.c51 one = 1.0, variable
123 a = one + t; in __vlibm_vcos_big()
133 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vcos_big()
163 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vcos_big()
H A D__vcosbigf.c51 one = 1.0, variable
124 a = one + t; in __vlibm_vcos_bigf()
134 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vcos_bigf()
164 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vcos_bigf()
H A D__vsinbig_ultra3.c50 one = 1.0, variable
248 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vsin_big_ultra3()
249 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vsin_big_ultra3()
250 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vsin_big_ultra3()
295 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vsin_big_ultra3()
296 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vsin_big_ultra3()
335 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vsin_big_ultra3()
337 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vsin_big_ultra3()
379 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vsin_big_ultra3()
413 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vsin_big_ultra3()
[all …]
H A D__vcosbig_ultra3.c50 one = 1.0, variable
248 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vcos_big_ultra3()
249 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vcos_big_ultra3()
250 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vcos_big_ultra3()
295 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vcos_big_ultra3()
296 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vcos_big_ultra3()
335 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vcos_big_ultra3()
337 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vcos_big_ultra3()
379 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vlibm_vcos_big_ultra3()
413 w0 = x0 * (one + z0 * (pp1 + z0 * pp2)); in __vlibm_vcos_big_ultra3()
[all …]
H A D__vatan2.c52 one = 1.0, variable
82 sign0 = (sy)? -one : one; in __vatan2()
197 sign1 = (sy)? -one : one; in __vatan2()
312 sign2 = (sy)? -one : one; in __vatan2()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test106 INSERT INTO t1(b,c) VALUES('one','two');
109 } {hello one second}
115 UPDATE t1 SET a=4 WHERE b='one';
118 } {4 one two 5 hello world 6 second entry}
127 } {4 one two}
158 } {-3 y z 4 one two 5 hello world 6 second entry}
200 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z}
205 } {5 5 hello world 4 4 one two}
210 } {5 5 hello world 4 4 one two}
215 } {4 4 one two 5 5 hello world}
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.c458 struct expression *one, *two; in match_compare() local
463 one = get_argument_from_call_expr(expr->args, 0); in match_compare()
466 comparison = get_comparison(one, two); in match_compare()
472 one_name = expr_to_str(one); in match_compare()
563 struct expression *one, *two; in match_intersection() local
570 get_absolute_rl(one, &one_rl); in match_intersection()
579 struct expression *one; in match_type() local
584 type = get_type(one); in match_type()
585 name = expr_to_str(one); in match_type()
592 struct expression *one, *two; in match_type_rl_return() local
[all …]
H A Dsmatch_comparison.c296 return one; in merge_comparisons()
298 one = remove_unsigned_from_comparison(one); in merge_comparisons()
301 if (one == two) in merge_comparisons()
302 return one; in merge_comparisons()
306 switch (one) { in merge_comparisons()
1669 if (!one || !two) in get_comparison_strings()
1678 one = two; in get_comparison_strings()
1696 char *one = NULL; in get_comparison_helper() local
1711 if (!one) in get_comparison_helper()
1769 if (!one) in possible_comparison()
[all …]
H A Dsmatch_type.c211 struct symbol *one, *two; in get_select_type() local
213 one = get_type(expr->cond_true); in get_select_type()
215 if (!one || !two) in get_select_type()
222 if (type_positive_bits(one) > type_positive_bits(two)) in get_select_type()
223 return one; in get_select_type()
593 int types_equiv(struct symbol *one, struct symbol *two) in types_equiv() argument
595 if (!one && !two) in types_equiv()
597 if (!one || !two) in types_equiv()
599 if (one->type != two->type) in types_equiv()
601 if (one->type == SYM_PTR) in types_equiv()
[all …]
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj1l.c54 one = 1.0L, variable
85 return (one/x);
176 return (-one/zero);
224 return (x*(u/v) + tpi*(j1l(x)*logl(x)-one/x));
444 return (one);
445 t = one/x; z = t*t;
707 t = one/x; z = t*t;
H A Dsinpil.c96 one = 1.0L, variable
119 y = (lx & 1) == 0 ? zero : one; in sinpil()
152 y = (n & 2) == 0 ? zero : one; in sinpil()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj1l.c50 one = 1.0L, variable
82 if (!finitel(x)) return one/x;
162 return -one/zero;
208 return(x*(u/v) + tpi*(j1l(x)*logl(x)-one/x));
427 if (x>huge) return one;
428 t = one/x; z = t*t;
689 t = one/x; z = t*t;
H A Dsinpil.c95 one = 1.0L, variable
118 y = (lx & 1) == 0 ? zero : one; in sinpil()
148 y = (n & 2) == 0 ? zero : one; in sinpil()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_rosenberg.c29 struct zr364xx_pipeinfo one; in main() local
54 copy_to_user(ptr, &one, sizeof(one)); in main()
H A Dsm_impossible2.c3 int one(void) in one() function
11 if (one()) in main()
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dmembug1.awk1 { one != one = $1 }
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlog.c87 #define endian (((*(int *) &one)) ? 1 : 0)
382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
388 return (-one/zero);
459 double F, f, g, q, u, v, u2, one = 1.0; local
/illumos-gate/usr/src/lib/libm/common/C/
H A Dj0.c52 one = 1.0, variable
146 return (one-x); in j0()
148 return (one-x*x*0.25); in j0()
154 return (one + z*(r/s)); in j0()
277 return (one); in pzero()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_validate.c57 static const int one = 1; variable
58 static const DBT dbtone = { (void *) &one, sizeof(one) };
171 return((value.size == sizeof(one)) &&
172 (*((int *) value.data) == one));
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat10 # To exercise this, we construct sets which have one member of one side and
11 # one or more of the other, and verify that all members can be found.
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.tuplecompat.d31 @one["foo", 789, "bar", curthread] = sum(123);
33 printa("%10s %10d %10s %@10d %@10d\n", @one, @two);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dappend.sh41 iarray=( one two three )
47 iarray=one
70 foo=one

12345678910>>...47