Home
last modified time | relevance | path

Searched refs:one (Results 176 – 200 of 1159) sorted by relevance

12345678910>>...47

/illumos-gate/usr/src/lib/libm/common/C/
H A Drint.c53 one = 1.0; variable
65 return (x * one); in rint()
H A Dj1.c52 one = 1.0, variable
97 return (one/x); in j1()
280 return (x*(u/v) + tpi*(j1(x)*log(x)-one/x)); in y1()
307 return (one); in pone()
H A D__rem_pio2m.c159 one = 1.0, variable
253 z = one - z; in __rem_pio2m()
255 z -= scalbn(one, q0); in __rem_pio2m()
303 fw = scalbn(one, q0); in __rem_pio2m()
H A Dscalbn.c34 one = 1.0, variable
85 return (x * one); in scalbn()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dlog10l.c73 one = 1.0L, variable
105 return (-one / zero); in log10l()
H A Datan2l.c67 one = 1.0L, variable
85 if (x == one) in atan2l()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcubetype.sh170 Cube_t cc[one]
181 (( cc[two].len == cc[one].len )) || err_exit 'cc[two].len != cc[one].len'
184 [[ ${cc[one]} == "${cc[two]}" ]] || err_exit '${cc[one]} != ${cc[two]}'
188 [one]=
200 (( cc[two].len == cc[one].len )) || err_exit 'cc[two].len != cc[one].len'
H A Dcomvar.sh289 typeset -A array=([one]=one [two]=2)
349 z.foo=( [one]=hello [two]=(x=3 y=4) [three]=hi)
471 one="xone 19"
475 one="xone 23"
504 node.one="hello"
528 integer one=1
H A Dtreemove.sh77 node.one="hello"
91 node.one="hello"
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops3.c87 limit = dir < 0 ? one : dol;
326 if (addr > one) { in lindent()
348 llimit = one; in lindent()
391 llimit = one; in lmatchp()
581 if (addr < one || addr > dol) { in lbrack()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c215 int one = 1; in main() local
666 if (setsockopt(rem, SOL_SOCKET, SO_DEBUG, (char *)&one, in main()
667 sizeof (one)) < 0) in main()
669 if (setsockopt(rfd2, SOL_SOCKET, SO_DEBUG, (char *)&one, in main()
670 sizeof (one)) < 0) in main()
692 (void) ioctl(rfd2, FIONBIO, &one); in main()
693 (void) ioctl(rem, FIONBIO, &one); in main()
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_test.c149 mp_int one, order_1, gx, gy, rx, ry, n; in ectest_curve_GF2m() local
155 MP_CHECKOK(mp_init(&one, kmflag)); in ectest_curve_GF2m()
163 MP_CHECKOK(mp_set_int(&one, 1)); in ectest_curve_GF2m()
164 MP_CHECKOK(mp_sub(&group->order, &one, &order_1)); in ectest_curve_GF2m()
374 MP_CHECKOK(ECPoints_mul(group, &one, &one, &rx, &ry, &rx, &ry)); in ectest_curve_GF2m()
439 mp_clear(&one); in ectest_curve_GF2m()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosbig.c51 one = 1.0, variable
126 c = one + t; in __vlibm_vsincos_big()
137 w = ty[0] * (one + z * (pp1 + z * pp2)); in __vlibm_vsincos_big()
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A DMakefile17 PROG = strip-one-section strip-two-sections strip-all-sections
19 DATAFILES = strip-one-section.s strip-two-sections.s strip-all-sections.s \
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE2.dict31 fault.one=182736
33 fault.one fault.two=1501916219321029
36 fault.one fault.three fault.two=36029071898968064
37 fault.one fault.three=2
42 #TEST:key2code:0:fault.two fault.one:SAMPLE2-D2NC-G0XL-HNDC-L0
44 #TEST:key2code:0:fault.one fault.three fault.two:SAMPLE2-F000-0000-0000-000E-XN
45 #TEST:code2key:0:SAMPLE2-D2NC-G0XL-HNDC-L0:fault.one fault.two
47 #TEST:code2key:0:SAMPLE2-F000-0000-0000-000E-XN:fault.one fault.three fault.two
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.h76 int ranges_equiv(struct data_range *one, struct data_range *two);
80 int rl_equiv(struct range_list *one, struct range_list *two);
92 struct range_list *rl_intersection(struct range_list *one, struct range_list *two);
93 struct range_list *rl_union(struct range_list *one, struct range_list *two);
132 int estates_equiv(struct smatch_state *one, struct smatch_state *two);
199 struct related_list *get_shared_relations(struct related_list *one,
H A Dsmatch_string_list.c72 struct string_list *combine_string_lists(struct string_list *one, struct string_list *two) in combine_string_lists() argument
77 ret = clone_str_list(one); in combine_string_lists()
H A Dcheck_or_vs_and.c35 static int expr_equiv_no_inc_dec(struct expression *one, struct expression *two) in expr_equiv_no_inc_dec() argument
37 if (does_inc_dec(one) || does_inc_dec(two)) in expr_equiv_no_inc_dec()
39 return expr_equiv(one, two); in expr_equiv_no_inc_dec()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d53 @one[i] = lquantize(0, 10, 20, 1, incr);
66 printa(@one);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt_zap.c63 uint64_t one, csize; in ddt_zap_lookup() local
67 DDT_KEY_WORDS, &one, &csize); in ddt_zap_lookup()
71 ASSERT(one == 1); in ddt_zap_lookup()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test93 INSERT INTO agger VALUES(1, 'one', 'hello', 'yes');
97 INSERT INTO agger VALUES(5, 'one', 'atcha', 'yes');
104 execsql {SELECT sum(one), two, four FROM agger
105 GROUP BY two, four ORDER BY sum(one) desc}
106 } {8 two no 6 one yes 4 two yes 3 thr yes}
108 execsql {SELECT sum((one)), (two), (four) FROM agger
110 } {8 two no 6 one yes 4 two yes 3 thr yes}
206 } {1 {table "error1" has more than one primary key}}
214 } {1 {table "error1" has more than one primary key}}
419 INSERT INTO t9 VALUES('one',1);
[all …]
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c108 goto one; in tgoto()
121 one: in tgoto()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg123 as a section name. section can be one of the well known SHN_\n\
127 as a section name. section can be one of the well known SHT_\n\
170 and is interpreted as an integer, or one of the well known\n\
174 and is interpreted as an integer, or one of the well known\n\
201 or -shtyp options. Only one of these options can be used at a time.\n\
215 or -shtyp options. Only one of these options can be used at a time.\n\
232 or -shtyp options. Only one of these options can be used at a time.\n\
245 or -shtyp options. Only one of these options can be used at a time.\n\
257 \tnon-dynamic symbol table to one of the names already found\n\
273 or -shtyp options. Only one of these options can be used at a time.\n\
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/
H A Dtst.bitfields.c55 mumble(FILE *f, bit0_t *zero, bit1_t *one) in mumble() argument
57 (void) fprintf(f, "%u\n%u\n", zero->k, one->d); in mumble()
/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c110 short one; in m_sub() local
113 one = 1; in m_sub()
115 mone.val = &one; in m_sub()

12345678910>>...47