Home
last modified time | relevance | path

Searched refs:sign (Results 76 – 100 of 291) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2.c285 int ix, iy, sign, j; in mx_atan() local
288 sign = ix & 0x80000000; in mx_atan()
289 ix ^= sign; in mx_atan()
341 if (sign == 0) { in mx_atan()
393 if (sign == 0) { in mx_atan()
437 if (sign != 0) { in mx_atan()
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h55 __aconvert(double arg, int ndigits, int *exp, int *sign, char *buf);
58 __qaconvert(long double *arg, int ndigits, int *exp, int *sign, char *buf);
H A Ddoprnt.c112 (void) func(val, prec, decpt, sign, cb); \
539 int decpt, sign; in _wndoprnt() local
1329 if (sign) { in _wndoprnt()
1439 if (sign) { in _wndoprnt()
1522 &decpt, &sign, cvtbuf); in _wndoprnt()
1532 &sign, cvtbuf); in _wndoprnt()
1539 &decpt, &sign, cvtbuf); in _wndoprnt()
1552 if (sign) { in _wndoprnt()
1615 &decpt, &sign, cvtbuf); in _wndoprnt()
1620 &decpt, &sign, cvtbuf); in _wndoprnt()
[all …]
/illumos-gate/usr/src/common/ficl/
H A Dutility.c82 int sign = ((radix == 10) && (value < 0)); in ficlLtoa() local
91 if (sign) in ficlLtoa()
114 if (sign) in ficlLtoa()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c169 session_p->sign.mech.mechanism = pMechanism->mechanism; in soft_hmac_sign_verify_init_common()
170 session_p->sign.context = hmac_ctx; in soft_hmac_sign_verify_init_common()
473 hmac_ctx = (soft_hmac_ctx_t *)session_p->sign.context; in soft_hmac_sign_verify_common()
474 mechanism = session_p->sign.mech.mechanism; in soft_hmac_sign_verify_common()
564 freezero(session_p->sign.context, sizeof (soft_hmac_ctx_t)); in soft_hmac_sign_verify_common()
565 session_p->sign.context = NULL; in soft_hmac_sign_verify_common()
595 hmac_ctx = (soft_hmac_ctx_t *)session_p->sign.context; in soft_hmac_sign_verify_update()
596 mechanism = session_p->sign.mech.mechanism; in soft_hmac_sign_verify_update()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c53 int index, sign, intf, intflo, intz, argcount; in __vatan() local
84 sign = intf & 0x80000000; /* sign of argument */ in __vatan()
104 *y = (sign) ? -ans: ans; /* store answer, with sign bit */ in __vatan()
307 *yaddr = sign ? -ans: ans; /* this one is always good */ in __vatan()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1l.S40 movl 12(%esp),%ecx / cx <--sign&bexp(x)
41 movl %ecx,%eax / ax <--sign&bexp(x)
48 andl $0x0000ffff,%eax / eax <-- sign&bexp(x)
H A Drndintl.S112 / x = n+0.5, recompute anint(x) as x+sign(x)*0.5
114 movw 12(%ecx),%ax / sign+exp part of x
115 andw $0x8000,%ax / look at sign bit
H A Dilogbl.S40 movl 12(%esp),%eax / eax <-- sign and bexp of x
81 andl 8(%esp),%eax / eax <-- sign and bexp of x*2**63
H A Dieee_funcl.S34 movl 12(%esp),%eax / ax <-- sign and bexp of x
61 movl 12(%esp),%eax / ax <-- sign and bexp of x
/illumos-gate/usr/src/uts/sparc/fpu/
H A Ddiv.c46 pz->sign = px->sign ^ py->sign;
175 if (px->sign == 1) { /* sqrt(-inf) */
181 if (px->sign == 1) { /* sqrt(-norm) */
H A Dmul.c50 pz->sign = px->sign ^ py->sign;
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Drndintl.S109 / x = n+0.5, recompute anint(x) as x+sign(x)*0.5
111 movw 16(%rcx),%ax / sign+exp part of x
112 andw $0x8000,%ax / look at sign bit
H A Dexpm1l.S40 movl 16(%rsp),%ecx / cx <--sign&bexp(x)
41 movl %ecx,%eax / ax <--sign&bexp(x)
49 andl $0xffff,%eax / eax <-- sign&bexp(x)
H A Dilogbl.S40 movq 16(%rsp),%rax / eax <-- sign and bexp of x
81 andq 8(%rsp),%rax / eax <-- sign and bexp of x*2**63
H A Dieee_funcl.S34 movl 16(%rsp),%eax / ax <-- sign and bexp of x
61 movl 16(%rsp),%eax / ax <-- sign and bexp of x
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c247 short sign;
296 sign= *px & ~msign ;
318 *px ^= sign;
439 sign, *pt =(unsigned short *) &t ,
444 sign = px[n0] &0x8000; /* sign of x */
490 px[n0] ^= sign;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c74 ((opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify)); in emulate_buf_init()
126 opp = (opflag & OP_SIGN) ? &(session_p->sign) : &(session_p->verify); in emulate_init()
167 &(session_p->sign) : &(session_p->verify); in emulate_update()
H A DkernelSoftCommon.c236 freezero(session_p->sign.context, in free_soft_ctx()
238 session_p->sign.context = NULL; in free_soft_ctx()
239 session_p->sign.flags = 0; in free_soft_ctx()
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_strtoint.c40 strtoint(const char *s_arg, uint64_t *out, uint32_t base, int sign) in strtoint() argument
65 if (!sign) in strtoint()
130 if (sign) { in strtoint()
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl74 sign($1, $2, $3);
106 sub sign { subroutine
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h870 #define ah_totalIqCorrMeas ah_Meas2.sign
875 #define ah_totalAdcDcOffsetIOddPhase ah_Meas0.sign
876 #define ah_totalAdcDcOffsetIEvenPhase ah_Meas1.sign
877 #define ah_totalAdcDcOffsetQOddPhase ah_Meas2.sign
878 #define ah_totalAdcDcOffsetQEvenPhase ah_Meas3.sign
881 int32_t sign[AR5416_MAX_CHAINS]; member
885 int32_t sign[AR5416_MAX_CHAINS]; member
889 int32_t sign[AR5416_MAX_CHAINS]; member
893 int32_t sign[AR5416_MAX_CHAINS]; member
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c157 int i, sign, taglen; in ber_put_int_or_enum() local
161 sign = (num < 0); in ber_put_int_or_enum()
170 if ( sign ) { in ber_put_int_or_enum()
186 if ( (mask && !sign) || (sign && !mask) ) in ber_put_int_or_enum()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c413 char const * sign; in _fmt() local
441 sign = "-"; in _fmt()
444 sign = "+"; in _fmt()
445 pt = _add(sign, pt, ptlim); in _fmt()
H A Dstrptime.c480 int sign = 1; in __strptime() local
484 sign = -1; in __strptime()
498 tm->tm_hour -= sign * (i / 100); in __strptime()
499 tm->tm_min -= sign * (i % 100); in __strptime()

12345678910>>...12