Searched refs:two (Results 51 - 75 of 95) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s45 sub %i0, %i1, %i4 ! get difference of two addresses
143 sub %i1, 2, %i1 ! used two bytes of last word read
/illumos-gate/usr/src/lib/libm/common/C/
H A Djn.c67 two = 2.0, variable
201 v = two/x;
/illumos-gate/usr/src/lib/libm/common/LD/
H A Djnl.c66 two = 2.0L, variable
190 v = two/x;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Djnl.c66 two = 2.0L, variable
193 v = two/x;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_cexpl.c227 two = 2.0L, variable
272 r = (x - t * (t1 + t * (t2 + t * (t3 + t * (t4 + t * t5))))) - two;
H A Dk_clog_rl.c82 two = 2.0L, variable
377 r = two / (t + two * zk);
547 t3 = tk * tk - (two * wh * tk - (wh * wh - t1));
565 t4 = tk * tk - (two * wh * tk - (wh * wh - t2));
/illumos-gate/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c339 partcmp(const void *one, const void *two) argument
342 (*(struct partition **)two)->p_start);
346 partcmp64(const void *one, const void *two) argument
349 (*(struct dk_part **)two)->p_start)
352 (*(struct dk_part **)two)->p_start)
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dbuiltins.sh111 if [[ $line != two ]]
114 line=two
470 then for i in $(command command -x ${SHELL:-ksh} -c 'print $#;[[ $1 != argument0 ]]' count $(longline $n) one two three) #2> /dev/null)
H A Dbasic.sh264 two
266 ) != two ]]
H A Dsubstring.sh185 foo=one/two/three
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh183 * first byte is two-digit octal number. Last digit is number of args
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl63 * calculation. It is important that these two values be the same.
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt177 * Added two new values for the Physical Disk Coercion Size
199 * Added two new AccessStatus values to SAS Device Page 0
306 * Defined two new bits in the SlotStatus field of the SCSI
369 * Added two new RAIDOperation values for Integrated RAID
373 * Added two new ReasonCode defines for SAS Device Status
391 * Added two new reason codes for SAS Device Status Change
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c52 #define two C[3] macro
349 if (c >= two) {
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfma.c55 #define two C[1].d macro
143 if (x >= two) {
H A Dfmal.c61 #define two C[1].d macro
382 if (dxy[1] >= two) {
855 #define two C[1].d macro
948 if (x >= two) {
H A Dtgamma.c792 #define two c[1] macro
1263 t2 = t4 + u * ((two + z2 * A1) + (z2 * z2) * (A2 + z2 * A3));
1268 t2 = t5 + r * ((two * t2 - v * t1) - v * (y - (t1 - z)));
H A Dtgammal.c275 #define two c[2] macro
677 t2 = t4 + u * (two + z2 * t5);
682 t2 = t5 + r * ((two * t2 - v * t1) - v * (y - (t1 - z)));
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl93 set ones {zero one two three four five six seven eight nine
H A Dspeedtest.tcl102 set ones {zero one two three four five six seven eight nine
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s55 be,a 1f ! fast case: two loads;
273 sth %o0,[%i2] ! store two words, a half word at a time
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s70 two: label
196 flds PIC_L(two) / 2, y , x
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c67 #define two C[6] macro
699 h = two / x;
726 temp *= log((two / x) * temp);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2109 #define two 0x00 define
2164 ! f2 v0,(two-v0)-u0,z0
2169 ! f12 v1,(two-v1)-u1,z1
2174 ! f22 v2,(two-v2)-u2,q2
2185 ! f40 two
2298 ldd [L5_CONSTANTS+two],FP40_TWO
2372 fsubd FP40_TWO,P2_f24,P2_f24 ! two - xT ! X3-2
2392 fsubd P2_f24,P2_X3,P2_f24 ! (two - xT) - x ! !X3-2
2505 fsubd FP40_TWO,P0_f4,P0_f4 ! two - xT ! X1
2526 fsubd P0_f4,P0_X1,P0_f4 ! (two
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c80 * NOTE: <ftwalk.h> relies on status and statb being the first two elements
112 #define SAME(one,two) ((one)->st_ino==(two)->st_ino&&(one)->st_dev==(two)->st_dev)

Completed in 158 milliseconds

1234