/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfaddsub.c | 32 true_add(px, py, pz) in true_add() argument 33 unpacked *px, *py, *pz; in true_add() 50 *pz = *px; 54 *pz = *px; 66 pz->fpclass = px->fpclass; 67 pz->sign = px->sign; 68 pz->exponent = px->exponent; 69 pz->rounded = pz->sticky = 0; 72 fpu_rightshift(py, pz->exponent - py->exponent); 73 pz->rounded = py->rounded; [all …]
|
H A D | _Qfdiv.c | 32 _fp_div(px, py, pz) in _fp_div() argument 33 unpacked *px, *py, *pz; in _fp_div() 39 *pz = *px; 40 pz->sign = px->sign ^ py->sign; 43 *pz = *py; 53 fpu_error_nan(pz); 54 pz->fpclass = fp_quiet; 61 pz->fpclass = fp_infinity; 64 pz->fpclass = fp_zero; 78 pz->exponent = px->exponent - py->exponent; [all …]
|
H A D | _Qfmul.c | 33 _fp_mul(px, py, pz) in _fp_mul() argument 34 unpacked *px, *py, *pz; in _fp_mul() 48 *pz = *px; 49 pz->sign = px->sign ^ py->sign; 58 fpu_error_nan(pz); 59 pz->fpclass = fp_quiet; 64 pz->fpclass = fp_zero; 167 pz->exponent = px->exponent + py->exponent + 1; 168 pz->sticky = s|r; 169 pz->rounded = acc[3]&1; [all …]
|
H A D | _Q_neg.c | 35 int *pz = (int*) &z; in _Q_neg() local 39 pz[0] ^= 0x80000000; in _Q_neg() 41 pz[3] ^= 0x80000000; in _Q_neg()
|
H A D | _Q_sqrt.c | 35 unpacked px,pz; in _Q_sqrt() local 40 _fp_sqrt(&px,&pz); in _Q_sqrt() 41 _fp_pack(&pz, (int *)&z,fp_op_extended); in _Q_sqrt()
|
/titanic_50/usr/src/uts/sparc/fpu/ |
H A D | addsub.c | 32 true_add(px, py, pz) in true_add() argument 33 unpacked *px, *py, *pz; in true_add() 49 *pz = *px; 53 *pz = *px; 65 pz->fpclass = px->fpclass; 66 pz->sign = px->sign; 67 pz->exponent = px->exponent; 68 pz->rounded = pz->sticky = 0; 71 fpu_rightshift(py, pz->exponent - py->exponent); 72 pz->rounded = py->rounded; [all …]
|
H A D | div.c | 32 _fp_div(pfpsd, px, py, pz) in _fp_div() argument 34 unpacked *px, *py, *pz; 39 *pz = *px; 42 if (py->fpclass >= px->fpclass) *pz = *py; 46 pz->sign = px->sign ^ py->sign; 54 fpu_error_nan(pfpsd, pz); 55 pz->fpclass = fp_quiet; 62 pz->fpclass = fp_infinity; 65 pz->fpclass = fp_zero; 79 pz->exponent = px->exponent - py->exponent; [all …]
|
H A D | mul.c | 32 _fp_mul(pfpsd, px, py, pz) in _fp_mul() argument 34 unpacked *px, *py, *pz; 48 *pz = *px; 49 if (pz->fpclass < fp_quiet) 50 pz->sign = px->sign ^ py->sign; 59 fpu_error_nan(pfpsd, pz); 60 pz->fpclass = fp_quiet; 65 pz->fpclass = fp_zero; 169 pz->exponent = px->exponent + py->exponent + 1; 170 pz->sticky = s|r; [all …]
|
/titanic_50/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_pz_util.c | 62 DAPL_PZ *pz; in dapl_pz_alloc() local 65 pz = (DAPL_PZ *) dapl_os_alloc(sizeof (DAPL_PZ)); in dapl_pz_alloc() 66 if (NULL == pz) { in dapl_pz_alloc() 71 (void) dapl_os_memzero(pz, sizeof (DAPL_PZ)); in dapl_pz_alloc() 76 pz->header.provider = ia->header.provider; in dapl_pz_alloc() 77 pz->header.magic = DAPL_MAGIC_PZ; in dapl_pz_alloc() 78 pz->header.handle_type = DAT_HANDLE_TYPE_PZ; in dapl_pz_alloc() 79 pz->header.owner_ia = ia; in dapl_pz_alloc() 80 pz->header.user_context.as_64 = 0; in dapl_pz_alloc() 81 pz->header.user_context.as_ptr = NULL; in dapl_pz_alloc() [all …]
|
H A D | dapl_pz_create.c | 69 DAPL_PZ *pz; in dapl_pz_create() local 91 pz = dapl_pz_alloc(ia); in dapl_pz_create() 92 if (pz == NULL) { in dapl_pz_create() 98 dat_status = dapls_ib_pd_alloc(ia, pz); in dapl_pz_create() 101 dapl_pz_dealloc(pz); in dapl_pz_create() 102 pz = NULL; in dapl_pz_create() 105 *pz_handle = pz; in dapl_pz_create()
|
H A D | dapl_lmr_create.c | 56 IN DAPL_PZ *pz, 67 IN DAPL_PZ *pz, 84 IN DAPL_PZ *pz, in dapl_lmr_create_virtual() argument 100 reg_desc, length, (DAT_PZ_HANDLE) pz, privileges); in dapl_lmr_create_virtual() 148 (void) dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_lmr_create_virtual() 174 IN DAPL_PZ *pz, in dapl_lmr_create_lmr() argument 190 pz, privileges, in dapl_lmr_create_lmr() 206 (DAT_PZ_HANDLE) pz, privileges); in dapl_lmr_create_lmr() 249 (void) dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_lmr_create_lmr() 315 DAPL_PZ *pz; in dapl_lmr_create() local [all …]
|
H A D | dapl_pz_free.c | 69 DAPL_PZ *pz; in dapl_pz_free() local 81 pz = (DAPL_PZ *)pz_handle; in dapl_pz_free() 83 if (0 != pz->pz_ref_count) { in dapl_pz_free() 89 dat_status = dapls_ib_pd_free(pz); in dapl_pz_free() 92 dapl_pz_dealloc(pz); in dapl_pz_free()
|
H A D | dapl_rmr_util.c | 35 dapl_rmr_alloc(IN DAPL_PZ * pz) in dapl_rmr_alloc() argument 51 rmr->header.provider = pz->header.provider; in dapl_rmr_alloc() 54 rmr->header.owner_ia = pz->header.owner_ia; in dapl_rmr_alloc() 64 rmr->param.ia_handle = (DAT_IA_HANDLE)pz->header.owner_ia; in dapl_rmr_alloc() 65 rmr->param.pz_handle = (DAT_PZ_HANDLE)pz; in dapl_rmr_alloc() 72 rmr->pz = pz; in dapl_rmr_alloc()
|
H A D | dapl_rmr_create.c | 66 DAPL_PZ *pz; in dapl_rmr_create() local 78 pz = (DAPL_PZ *) pz_handle; in dapl_rmr_create() 80 rmr = dapl_rmr_alloc(pz); in dapl_rmr_create() 97 (void) dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_rmr_create()
|
/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vpowf.c | 109 int stridey, float * restrict pz, int stridez); 112 int stridey, float * restrict pz, int stridez); 115 int stridey, float * restrict pz, int stridez); 411 *pz = (ret); \ 414 pz += stridez; \ 417 spx = px; spy = py; spz = pz; \ 426 int stridey, float * restrict pz, int stridez) in __vpowf() argument 443 __vpowfx(n, px, py, stridey, pz, stridez); in __vpowf() 454 spz = pz; in __vpowf() 560 pz += stridez; in __vpowf() [all …]
|
H A D | __vrhypotf.c | 231 int stridey, float * restrict pz, int stridez); 237 *pz = (ret); \ 238 pz += stridez; \ 241 spx = px; spy = py; spz = pz; \ 252 int stridey, float * restrict pz, int stridez) in __vrhypotf() argument 263 spz = pz; in __vrhypotf() 294 pz += stridez; in __vrhypotf() 316 *pz = res; in __vrhypotf() 320 *pz = 1.0f / 0.0f; in __vrhypotf() 345 *pz = res0; in __vrhypotf() [all …]
|
H A D | __vhypot.c | 79 int stridey, double * restrict pz, int stridez); 85 *pz = (ret); \ 87 pz += stridez; \ 92 spx = px; spy = py; spz = pz; \ 101 int stridey, double * restrict pz, int stridez) in __vhypot() argument 118 spz = pz; in __vhypot() 237 pz += stridez; in __vhypot() 271 *pz = res; in __vhypot() 292 *pz = res; in __vhypot() 297 *pz = x + y; in __vhypot() [all …]
|
H A D | __vpow.c | 120 int stridey, double * restrict pz, int stridez); 506 pz += stridez; \ 513 pz[0] = (ret); \ 534 *pz = y0 + y0; \ 537 HI(pz) = hx; \ 538 LO(pz) = lx; \ 540 *pz = DONE / *pz; \ 543 *pz = (sx) ? DZERO / DZERO : DONE; \ 562 *pz = *py - *py; \ 564 *pz = DZERO; \ [all …]
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | util.c | 209 void sqliteStrRealloc(char **pz){ in sqliteStrRealloc() argument 211 if( pz==0 || *pz==0 ) return; in sqliteStrRealloc() 212 zNew = malloc( strlen(*pz) + 1 ); in sqliteStrRealloc() 215 sqliteFree(*pz); in sqliteStrRealloc() 216 *pz = 0; in sqliteStrRealloc() 218 strcpy(zNew, *pz); in sqliteStrRealloc() 219 sqliteFree(*pz); in sqliteStrRealloc() 220 *pz = zNew; in sqliteStrRealloc() 336 void sqliteSetString(char **pz, const char *zFirst, ...){ in sqliteSetString() argument 342 if( pz==0 ) return; in sqliteSetString() [all …]
|
/titanic_50/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat_redirection.h | 145 #define DAT_EP_CREATE(ia, pz, in_evd, out_evd, connect_evd, attr, ep) \ argument 148 (pz),\ 155 #define DAT_EP_CREATE_WITH_SRQ(ia, pz, in_evd, out_evd, connect_evd, srq,\ argument 159 (pz),\ 288 #define DAT_RMR_CREATE(pz, rmr) \ argument 289 (*DAT_HANDLE_TO_PROVIDER(pz)->rmr_create_func)(\ 290 (pz),\ 357 #define DAT_PZ_CREATE(ia, pz) \ argument 360 (pz)) 362 #define DAT_PZ_QUERY(pz, mask, param) \ argument [all …]
|
/titanic_50/usr/src/common/crypto/ecc/ |
H A D | ecp_jac.c | 90 ec_GFp_pt_jac2aff(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_jac2aff() argument 104 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_jac2aff() 110 if (mp_cmp_d(pz, 1) == 0) { in ec_GFp_pt_jac2aff() 114 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth)); in ec_GFp_pt_jac2aff() 131 ec_GFp_pt_is_inf_jac(const mp_int *px, const mp_int *py, const mp_int *pz) in ec_GFp_pt_is_inf_jac() argument 133 return mp_cmp_z(pz); in ec_GFp_pt_is_inf_jac() 139 ec_GFp_pt_set_inf_jac(mp_int *px, mp_int *py, mp_int *pz) in ec_GFp_pt_set_inf_jac() argument 141 mp_zero(pz); in ec_GFp_pt_set_inf_jac() 153 ec_GFp_pt_add_jac_aff(const mp_int *px, const mp_int *py, const mp_int *pz, in ec_GFp_pt_add_jac_aff() argument 175 if (ec_GFp_pt_is_inf_jac(px, py, pz) == MP_YES) { in ec_GFp_pt_add_jac_aff() [all …]
|
H A D | ec2.h | 102 const mp_int *pz, mp_int *rx, mp_int *ry, 108 const mp_int *pz); 112 mp_err ec_GF2m_pt_set_inf_proj(mp_int *px, mp_int *py, mp_int *pz); 117 const mp_int *pz, const mp_int *qx, 123 const mp_int *pz, mp_int *rx, mp_int *ry,
|
/titanic_50/usr/src/lib/libm/common/Q/ |
H A D | logl.c | 110 int *pz = (int *) &z; in logl() local 162 pz[i0] = i & 0xfffffc00; in logl() 163 pz[i1] = pz[1] = pz[2] = 0; in logl()
|
H A D | powl.c | 70 int *pz = (int *) &z; in logl_x() local 104 pz[i0] = i & 0xfffffc00; in logl_x() 105 pz[i1] = pz[i2] = pz[i3] = 0; in logl_x() 139 int *pz = (int *) &z; in powl() local 259 j = pz[i0]; in powl() 306 j = m + (pz[i0] >> 16); in powl() 308 pz[i0] += m << 16; in powl()
|
/titanic_50/usr/src/lib/libmvec/common/vis/ |
H A D | __vpow.S | 614 #define pz %i5 macro 674 ! *pz = DONE; 678 ! *pz = y0 * y0; 682 ! ((int*)pz)[0] = hx; 683 ! ((int*)pz)[1] = lx; 684 ! if (sy) *pz = DONE / *pz; 687 ! else *pz = (sx) ? DZERO / DZERO : DONE; 696 ! *pz = y0 * *py; /* |X| or |Y| = Nan */ 700 ! *pz = *py - *py; /* +-1 ** +-Inf */ 702 ! *pz = DZERO; [all …]
|