Home
last modified time | relevance | path

Searched refs:py (Results 26 – 50 of 90) sorted by relevance

1234

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c274 uint_t *py) /* and the lower 32 bits of the significand */ in packdouble() argument
281 *py = 0; in packdouble()
287 *py = 0; in packdouble()
294 *py = pu->significand[3]; in packdouble()
311 *py = 0; in packdouble()
316 *py = pu->significand[3]; in packdouble()
343 *py = 0xffffffffU; in packdouble()
348 *py = pu->significand[3]; in packdouble()
358 uint_t *py, /* 2nd word of extended significand */ in packextended() argument
368 *py = 0; in packextended()
[all …]
H A Ddiv.c32 _fp_div(pfpsd, px, py, pz) in _fp_div() argument
34 unpacked *px, *py, *pz;
41 if ((py->fpclass >= fp_quiet) || (px->fpclass >= fp_quiet)) {
42 if (py->fpclass >= px->fpclass) *pz = *py;
46 pz->sign = px->sign ^ py->sign;
53 if (px->fpclass == py->fpclass) { /* 0/0 or inf/inf */
59 switch (py->fpclass) {
76 y = py->significand;
79 pz->exponent = px->exponent - py->exponent;
81 pz->exponent = px->exponent - py->exponent - 1;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-python-zfs-3.p5m28 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/__init__.py
39 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/allow.py
40 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/dataset.py
41 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/groupspace.py
42 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/holds.py
44 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/table.py
45 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/unallow.py
46 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/userspace.py
47 file path=usr/lib/python$(PYTHON3_VERSION)/vendor-packages/zfs/util.py
H A Dsystem-library-python-zfs-3b.p5m28 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/__init__.py
39 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/allow.py
40 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/dataset.py
41 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/groupspace.py
42 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/holds.py
44 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/table.py
45 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/unallow.py
46 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/userspace.py
47 file path=usr/lib/python$(PYTHON3b_VERSION)/vendor-packages/zfs/util.py
H A Ddeveloper-build-onbld.p5m140 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/CStyle.py \
142 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Cddl.py mode=0444
143 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/CmtBlk.py \
145 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Comments.py \
147 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Copyright.py \
149 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/DbLookups.py \
151 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/HdrChk.py \
153 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/JStyle.py \
155 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Keywords.py \
157 file path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/ManLint.py \
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvwin.c94 mvderwin(w, py, px) in mvderwin() argument
96 int py, px;
102 __m_trace("mvderwin(%p, %d, %d)", w, py, px);
111 py += parent->_begy;
114 code = mvwin(w, py, px);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S612 #define py %i3 macro
664 ! hy = ((unsigned*)py)[0];
665 ! ly = ((unsigned*)py)[1];
696 ! *pz = y0 * *py; /* |X| or |Y| = Nan */
700 ! *pz = *py - *py; /* +-1 ** +-Inf */
837 ! yd = *py;
947 ! hy = ((unsigned*)py)[0];
948 ! ly = ((unsigned*)py)[1];
962 ! *pz = *py - *py; /* 1 ** +-Inf */
972 ! *pz = *px + *py; /* |Y| = Nan */
[all …]
H A D__vhypot.S64 ! ((float*)&y)[0] = ((float*)py)[0];
65 ! ((float*)&y)[1] = ((float*)py)[1];
80 ! ly = ((int*)py)[1];
82 ! hy = *(int*)py;
129 ! py += stridey;
151 ! py += stridey;
191 ! py += stridey;
243 lda [%i3]%asi,%f24 ! (1_0) ((float*)&y)[0] = ((float*)py)[0];
247 lda [%i3+4]%asi,%f25 ! (1_0) ((float*)&y)[1] = ((float*)py)[1];
256 add %i3,stridey,%o5 ! py += stridey
[all …]
H A D__vrhypotf.S225 ! y0 = *py;
226 ! ay = *(int*)py;
232 ! py += stridey;
336 lda [%i2]0x82,%l6 ! (3_0) ay = *(int*)py;
340 lda [%i2]0x82,%f2 ! (3_0) y0 = *py;
356 lda [%i2+stridey]0x82,%l6 ! (4_0) ay = *(int*)py;
363 add %i2,stridey,%i2 ! py += stridey
367 lda [%i2]0x82,%f2 ! (4_0) y0 = *py;
383 lda [%i2+stridey]0x82,%l6 ! (0_0) ay = *(int*)py;
390 add %i2,stridey,%i2 ! py += stridey
[all …]
H A D__vhypotf.S86 ! hy0 = *(int*)py;
87 ! y0 = *py;
88 ! py += stridey;
208 lda [%i2]0x82,%l4 ! (3_0) hy0 = *(int*)py;
226 lda [%i2]0x82,%f17 ! (3_0) y0 = *py;
230 lda [stridey+%o7]0x82,%l4 ! (4_0) hy0 = *(int*)py;
247 lda [stridey+%o7]0x82,%f17 ! (4_1) hy0 = *py;
249 add %o7,stridey,%i5 ! py += stridey
262 lda [%i5+stridey]0x82,%l4 ! (0_0) hy0 = *(int*)py;
265 add %i5,stridey,%o4 ! py += stridey
[all …]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c70 int *px = (int *) &x, *py = (int *) &y; in hypotl() local
88 py[n0] &= 0x7fffffff; in hypotl()
91 ny = py[n0] & k; in hypotl()
114 py1[n0] = py[n0]; in hypotl()
115 py1[n1] = py[n1]; in hypotl()
147 py[n0] -= j; in hypotl()
H A Dcbrtl.c41 int *py = (int *) &dy; in cbrtl() local
56 py[1 - n0] += 2; in cbrtl()
57 if (py[1 - n0] == 0) in cbrtl()
58 py[n0] += 1; in cbrtl()
H A Dscalbl.c42 int *py = (int *) &fn, n; in scalbl() local
51 if ((py[n0] & 0x7fff0000) == 0x7fff0000) { in scalbl()
52 if ((py[n0] & 0x80000000) != 0) in scalbl()
H A Datanl.c114 int *px = (int *) &x, *py = (int *) &y; in atanl() local
188 py[i0] = iy; in atanl()
189 py[1] = py[2] = py[i1] = 0; in atanl()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dnoderef.c21 struct y __A *py; in h() local
39 r = py->a; in h()
40 r = py->a+1; in h()
41 r = &py->a[0]; in h()
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dcbrtl.c41 int *py = (int *) &dy; in cbrtl() local
59 py[1 - n0] += 2; in cbrtl()
60 if (py[1 - n0] == 0) in cbrtl()
61 py[n0] += 1; in cbrtl()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_jm.c62 ec_GFp_pt_dbl_jm(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_dbl_jm() argument
79 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_dbl_jm()
93 MP_CHECKOK(group->meth->field_mul(py, pz, S, group->meth)); in ec_GFp_pt_dbl_jm()
97 MP_CHECKOK(group->meth->field_sqr(py, t0, group->meth)); in ec_GFp_pt_dbl_jm()
132 ec_GFp_pt_add_jm_aff(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_add_jm_aff() argument
153 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_add_jm_aff()
163 MP_CHECKOK(mp_copy(py, ry)); in ec_GFp_pt_add_jm_aff()
177 MP_CHECKOK(group->meth->field_sub(B, py, D, group->meth)); in ec_GFp_pt_add_jm_aff()
197 MP_CHECKOK(group->meth->field_mul(py, C3, C3, group->meth)); in ec_GFp_pt_add_jm_aff()
222 ec_GFp_pt_mul_jm_wNAF(const mp_int *n, const mp_int *px, const mp_int *py, in ec_GFp_pt_mul_jm_wNAF() argument
[all …]
H A Decl.h80 const mp_int *py, mp_int *qx, mp_int *qy);
87 const mp_int *k2, const mp_int *px, const mp_int *py,
95 mp_int *py);
H A Decl-priv.h180 mp_err (*point_add) (const mp_int *px, const mp_int *py,
183 mp_err (*point_sub) (const mp_int *px, const mp_int *py,
186 mp_err (*point_dbl) (const mp_int *px, const mp_int *py, mp_int *rx,
189 const mp_int *py, mp_int *rx, mp_int *ry,
194 const mp_int *px, const mp_int *py, mp_int *rx,
196 mp_err (*validate_point) (const mp_int *px, const mp_int *py, const ECGroup *group);
258 const mp_int *px, const mp_int *py, mp_int *rx,
261 const mp_int *px, const mp_int *py, mp_int *rx,
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwsyncup.c51 int wy, px, py, endy; in wsyncup() local
55 py = win->_pary; in wsyncup()
61 pbch = par->_firstch+ py; in wsyncup()
62 pech = par->_lastch+ py; in wsyncup()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpow.c119 __vpowx(int n, double * restrict px, double * restrict py,
505 py += stridey; \
520 hy = HI(py); \
521 ly = LO(py); \
558 RETURN (I, y0 + *py) \
562 *pz = *py - *py; \
658 py##I = py; \
678 __vpow(int n, double * restrict px, int stridex, double * restrict py, in __vpow() argument
727 __vpowx(n, px, py, stridey, pz, stridez); in __vpow()
738 py += stridey; in __vpow()
[all …]
H A D__vrhypot.c119 py += stridey; \
133 hy##I = HI(py); \
140 ly = LO(py); \
142 y = *py; \
150 y##I = *py; \
156 ly = LO(py); \
207 __vrhypot(int n, double * restrict px, int stridex, double * restrict py, in __vrhypot() argument
244 py += stridey; in __vrhypot()
253 py += stridey; in __vrhypot()
347 py += stridey; in __vrhypot()
/illumos-gate/usr/src/tools/
H A DMakefile.python81 $(ROOTPYDIR)/%.py: ../%.py
89 python$(PYVER)/__pycache__/%.cpython$(PYPKGVERS).pyc: ../%.py
/illumos-gate/usr/src/lib/pysolaris/
H A DMakefile.com30 PYSRCS= __init__.py
38 PYOBJS= $(PYSRCS:%.py=$(SRCDIR)/%.pyc)
39 PYFILES= $(PYSRCS) $(PYSRCS:%.py=%.pyc)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvwin.c92 mvderwin(WINDOW *w, int py, int px) in mvderwin() argument
103 py += parent->_begy; in mvderwin()
106 code = mvwin(w, py, px); in mvderwin()

1234