Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/fp/
H A Dmuldi3.c112 #define v0 v.ul[L] in ___muldi3() macro
134 prod.q = __lmulq(u0, v0); in ___muldi3()
142 low.q = __lmulq(u0, v0); in ___muldi3()
148 if (v0 >= v1) in ___muldi3()
149 vdiff = v0 - v1; in ___muldi3()
151 vdiff = v1 - v0, negmid ^= 1; in ___muldi3()
167 #undef v0 in ___muldi3()
190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; in __lmulq() local
198 v0 = LHALF(v); in __lmulq()
200 low = u0 * v0; in __lmulq()
[all …]
/titanic_41/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]))); in y0()
H A Dj1.c180 static const GENERIC v0[5] = { variable
271 u = u0[3]; v = v0[3]+z*v0[4]; in y1()
274 v = v*z + v0[i]; in y1()
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))))))); in __k_lgamma()
/titanic_41/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);
/titanic_41/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];
/titanic_41/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];
/titanic_41/usr/src/cmd/spell/
H A Dhuff.c120 for (l = w, v = v0; y >= qcs; in decode()
202 v0 = c - cq; in huff()
H A Dhuff.h48 #define v0 huffcode.xv0 macro
H A Dhashlook.c91 for (bp -= w, v = v0; y >= qcs; in hashlook()
/titanic_41/usr/src/lib/libm/common/R/
H A Dbesself.c165 #define v0 (Cy0+13) macro
398 v = v0[0] + z * (v0[1] + z * (v0[2] + z * (v0[3] + z * v0[4]))); in __k_y0f()
/titanic_41/usr/src/lib/libzpool/common/
H A Dutil.c70 vdev_stat_t v0 = { 0 }; in show_vdev_stats() local
94 vs = &v0; in show_vdev_stats()
/titanic_41/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing.mf28 value="Free Standards Group Open Printing API, Draft v0.9"
49 legacy pkg=SUNWpapi desc="Free Standards Group Open Printing API, Draft v0.9" \
/titanic_41/usr/src/lib/libsqlite/test/
H A Dpager.test264 page_write $g1 "Page-1 v0"
267 page_write $gx "Page-$i v0"
278 } "Page-$i v0"
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dgen-defs59 | nl -bp"^E_" -v0 -i2 -s: \
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme.c878 int v0, v1, vpd_base; in hme_get_vpd_props() local
884 v0 = (int)(GET_ROM8(&(hmep->hme_romp[0]))); in hme_get_vpd_props()
886 v0 = ((v0 & 0xff) << 8 | v1); in hme_get_vpd_props()
888 if ((v0 & 0xffff) != 0x55aa) { in hme_get_vpd_props()
913 v0 = (int)(GET_ROM8(&(hmep->hme_romp[vpd_base]))); in hme_get_vpd_props()
914 if (v0 == 0x82) { in hme_get_vpd_props()
918 } else if (v0 == 0x90) { in hme_get_vpd_props()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Ddns-sd.c216 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal in GetNextLabel() local
219 int val = v0 * 100 + v1 * 10 + v2; in GetNextLabel()
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c705 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal in AppendDNSNameString() local
708 int val = v0 * 100 + v1 * 10 + v2; in AppendDNSNameString()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME95 Host AP driver for Prism2/2.5/3 (development snapshot/v0.2.x)

12