Searched refs:v0 (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dmuldi3.c54 * v = 2^n v1 * v0
58 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0
59 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0
62 * and add 2^n u0 v0 to the last term and subtract it from the middle.
66 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
67 * (2^n + 1) (u0 v0)
72 * (2^n) (u1 - u0) (v0
112 #define v0 macro
167 #undef v0 macro
190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A DClientCommon.c57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
/illumos-gate/usr/src/boot/lib/libstand/mips/
H A D_setjmp.S62 REG_LI v0, 0xACEDBADE # sigcontext magic number
64 REG_S v0, (3 * SZREG)(a0) # saved in sc_regs[0]
76 move v0, zero
85 REG_L v0, (3 * SZREG)(a0) # get magic number
87 bne v0, 0xACEDBADE, botch # jump if error
102 move v0, a1
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h48 #define v0 huffcode.xv0 macro
H A Dhuff.c120 for (l = w, v = v0; y >= qcs;
202 v0 = c - cq;
H A Dhashlook.c91 for (bp -= w, v = v0; y >= qcs;
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daestab.h127 d_1(uint32_t, t_dec(i, n), isb_data, v0);
130 d_4(uint32_t, t_dec(i, n), isb_data, v0, v1, v2, v3);
157 d_1(uint32_t, t_dec(i, m), mm_data, v0);
160 d_4(uint32_t, t_dec(i, m), mm_data, v0, v1, v2, v3);
/illumos-gate/usr/src/lib/libm/common/C/
H A Dj0.c179 static const GENERIC v0[5] = { variable
248 v = v0[0]+z*(v0[1]+z*(v0[2]+z*(v0[3]+z*v0[4])));
H A Dj1.c180 static const GENERIC v0[5] = { variable
271 u = u0[3]; v = v0[3]+z*v0[4];
274 v = v*z + v0[i];
H A D__lgamma.c107 v0 = 4.463158187419713286462081e11, variable
258 q = v0+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7-y)))))));
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c72 vdev_stat_t v0 = { 0 }; local
96 vs = &v0;
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c157 1.0, /* v0 */
165 #define v0 (Cy0+13) macro
398 v = v0[0] + z * (v0[1] + z * (v0[2] + z * (v0[3] + z * v0[4])));
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj1l.c156 static GENERIC v0[8] = { variable
219 u = u0[6]; v = v0[6]+z*v0[7];
222 v = v*z + v0[i];
H A Dj0l.c151 static GENERIC v0[8] = { variable
215 u = u0[7]; v = v0[7];
218 v = v*z + v0[i];
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj1l.c143 static const GENERIC v0[8] = { variable
203 u = u0[6]; v = v0[6]+z*v0[7];
206 v = v*z + v0[i];
H A Dj0l.c142 static const GENERIC v0[8] = { variable
207 u = u0[7]; v = v0[7];
210 v = v*z + v0[i];
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c878 int v0, v1, vpd_base; local
884 v0 = (int)(GET_ROM8(&(hmep->hme_romp[0])));
886 v0 = ((v0 & 0xff) << 8 | v1);
888 if ((v0 & 0xffff) != 0x55aa) {
913 v0 = (int)(GET_ROM8(&(hmep->hme_romp[vpd_base])));
914 if (v0 == 0x82) {
918 } else if (v0 == 0x90) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_SC_data.info173 name:RMCLOMV/mb_v_+1v0
H A DSB-tables.info74 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_+1v0
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S163 ! f2 v0,(two-v0)-u0,z0
H A D__vlog_ultra3.S2164 ! f2 v0,(two-v0)-u0,z0
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c809 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
812 int val = v0 * 100 + v1 * 10 + v2;

Completed in 330 milliseconds