Searched defs:exp (Results 51 - 75 of 94) sorted by relevance

1234

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c803 int exp; local
822 exp = 0;
825 exp = -1024;
827 while( r < 0.5/_64e64 && exp > -961 ){ r *= _64e64; exp -= 64; }
828 while( r < 0.5/_64e16 && exp > -1009 ){ r *= _64e16; exp -= 16; }
829 while( r < 0.5/_64e4 && exp > -1021 ){ r *= _64e4; exp -= 4; }
830 while( r < 0.5/64.0 && exp >
[all...]
H A Dprintf.c225 int exp; /* exponent of real numbers */ local
416 exp = 0;
418 while( realvalue>=1e8 && exp<=350 ){ realvalue *= 1e-8; exp+=8; }
419 while( realvalue>=10.0 && exp<=350 ){ realvalue *= 0.1; exp++; }
420 while( realvalue<1e-8 && exp>=-350 ){ realvalue *= 1e8; exp-=8; }
421 while( realvalue<1.0 && exp>=-350 ){ realvalue *= 10.0; exp
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c929 *\par exp What exponent to use:
951 dst_generate_key(const char *name, const int bits, const int exp, argument
976 if (new_key->dk_func->generate(new_key, exp) <= 0) {
979 new_key->dk_key_size, exp));
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java87 * @param exp An expression for this objective.
89 public void setExpression(Expression exp); argument
145 private Expression exp; field in class:AbstractObjective
150 * @param exp An expression for this objective.
152 public void setExpression(Expression exp) argument
154 this.exp = exp;
162 return (exp);
175 * @param exp The expression which will be associated with the
181 public static Objective getInstance(String type, Expression exp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c1247 uint8_t *exp; local
1250 exp = ld->ld_assigned_mac;
1256 exp[0], exp[1], exp[2], exp[3], exp[4], exp[5],
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c592 uint64_t exp, slot, port, slice; local
604 exp = portid >> 5;
610 paddr = (exp << 28) | (port << 26) | (slot << 27) |
615 slice = (exp * 2) + slot + 1;
622 paddr = (exp << 28) | (port << 26) | (slot << 27) |
627 slice = (exp * 2) + slot + 1;
H A Dscosmb.c292 int exp, ii, impl = 0, nc, slot; local
294 exp = STARCAT_CPUID_TO_EXPANDER(cpuid);
303 if (cpu[MAKE_CPUID(exp, slot, ii)]) {
304 impl = cpunodes[MAKE_CPUID(exp, slot, ii)].
329 int count, exp, ii, num, ncores, ret, slot, port; local
390 exp = STARCAT_CPUID_TO_EXPANDER(dpmsg->cpuid);
456 cpuid = MAKE_CPUID(exp, slot, ii);
470 cpuid = MAKE_CPUID(exp, 0, ii);
477 cpuid = MAKE_CPUID(exp, 1, ii);
524 int exp, slo local
[all...]
H A Daxq.c1271 int exp, slot; local
1279 * Compute the exp# and slot# of the current cpu
1283 exp = CPU->cpu_id >> 5;
1286 intr_reg = axq_array[exp][slot]->axq_cpu2ssc_intr;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c991 int exp = (mp->n == 1); local
993 if (!exp)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c1387 register int exp = 0, rund = 0; local
1391 exp++;
1401 exp++;
1404 return((exp<<13) + t);
/illumos-gate/usr/src/lib/libm1/common/
H A Dlibmv1.c45 #pragma weak exp = __exp macro
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpow.c547 exp = hy >> 20; /* Y exponent */ \
553 if (hx >= 0x7ff00000 || exp >= 0x43e) /* X=Inf,Nan or |Y|>2^63,Inf,Nan */ \
572 if (exp < 0x43e) /* |Y| < 2^63 */ \
576 if (exp >= 0x434) /* |Y| >= 2^53 */ \
580 if (exp >= 0x3ff) /* |Y| >= 1 */ \
582 if (exp > (20 + 0x3ff)) \
584 i0 = ly >> (52 - (exp - 0x3ff)); \
585 if ((i0 << (52 - (exp - 0x3ff))) == ly) \
590 i0 = hy >> (20 - (exp - 0x3ff)); \
591 if ((i0 << (20 - (exp
695 int exp, i = 0; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1132 RFC2131_SLEEP_INTERVAL - sleep for expotentially longer times (base << exp) +- 1 sec)
1134 long rfc2131_sleep_interval(long base, int exp) argument
1138 if (exp > BACKOFF_LIMIT)
1139 exp = BACKOFF_LIMIT;
1141 tmo = (base << exp) + (TICKS_PER_SEC - (random()/TWO_SECOND_DIVISOR));
1147 RFC1112_SLEEP_INTERVAL - sleep for expotentially longer times, up to (base << exp)
1149 long rfc1112_sleep_interval(long base, int exp) argument
1153 if (exp > BACKOFF_LIMIT)
1154 exp = BACKOFF_LIMIT;
1156 divisor = RAND_MAX/(base << exp);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c490 time_t exp; local
509 exp = time(0) + lifetime;
513 length, lifetime, ctime(&exp));
518 cnt, length, lifetime, ctime(&exp));
1728 time_t exp; local
1738 exp = time(0) + lifetime;
1740 length, lifetime, ctime(&exp));
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c229 error(gettext("exp not an integer\n"));
237 error(gettext("exp too big\n"));
239 p = exp(arg2, arg1);
1077 exp(struct blk *base, struct blk *ex) function
1952 s = exp(inbas, q);
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c769 * exp: A pointer to an expander_t structure that identifies an expander.
772 free_expander(ses_log_monitor_t *slmp, expander_t *exp) argument
774 if (exp != NULL) {
775 if (exp->fmri != NULL) {
776 nvlist_free(exp->fmri);
778 fmd_hdl_free(slmp->slt_hdl, exp, sizeof (expander_t));
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c581 char exp[MAX_REALM_LN]; /* Expanded current realm name */ local
650 strncpy(exp, current+1, sizeof(exp) - 1);
651 exp[sizeof(exp) - 1] = '\0';
654 strncpy(exp, prev, sizeof(exp) - 1);
655 exp[sizeof(exp) - 1] = '\0';
656 if (strlen(exp)
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1590 hrtime_t exp; local
1593 exp = callout_heap_delete(ct);
1594 CALLOUT_EXEC_COMPUTE(ct, exp, exec);
1608 hrtime_t exp; local
1611 exp = callout_queue_delete(ct);
1612 CALLOUT_EXEC_COMPUTE(ct, exp, exec);
H A Dcyclic.c949 hrtime_t exp; local
972 if ((exp = cyclic->cy_expire) > now)
983 if (exp != cyclic->cy_expire) {
994 exp = CY_INFINITY;
996 exp += cyclic->cy_interval;
1018 if (now - exp > NANOSEC) {
1021 CYC_TRACE(cpu, CY_HIGH_LEVEL, exp == interval ?
1022 "fire-first" : "fire-swing", now, exp);
1024 exp += ((now - exp) / interva
1700 hrtime_t exp = cyclic->cy_expire; local
2468 hrtime_t exp = cyclic->cy_expire; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c68 uint32_t max, uint32_t exp);
222 iscsi_update_flow_control(iscsi_sess_t *isp, uint32_t max, uint32_t exp) argument
227 if (!iscsi_sna_lt(max, (exp - 1))) {
229 if (!iscsi_sna_lte(exp, isp->sess_expcmdsn)) {
230 isp->sess_expcmdsn = exp;
3141 "exp: %d data_sn: %d", (void *)idm_task, (void *)icp,
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c458 uint_t exp, nlpa; local
480 for (exp = 0; exp < EXP_COUNT; exp++) {
481 if (RSV_GOOD(gdcd->dcd_slot[exp][0].l1ss_rsv) &&
482 (gdcd->dcd_slot[exp][0].l1ss_flags &
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c646 uint_t hdrval, mant, exp; local
649 exp = (hdrval & IGMP_V3_MAXRT_EXP_MASK) >> 4;
650 mrd = (mant | 0x10) << (exp + 3);
665 uint_t hdrval, mant, exp; local
668 exp = (hdrval & IGMP_V3_QQI_EXP_MASK) >> 4;
669 qqi = (mant | 0x10) << (exp + 3);
2326 uint_t hdrval, mant, exp; local
2329 exp = (hdrval & MLD_V2_MAXRT_EXP_MASK) >> 12;
2330 mrd = (mant | 0x1000) << (exp + 3);
2345 uint_t mant, exp; local
[all...]
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c1088 smb_processor_ext_t *exp; local
1096 exp = (smb_processor_ext_t *)(uintptr_t)stp->smbst_hdr;
1099 epp->smbpe_processor = exp->smbpre_processor;
1100 epp->smbpe_fru = exp->smbpre_fru;
1101 epp->smbpe_n = exp->smbpre_n;
1102 epp->smbpe_apicid = exp->smbpre_apicid;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1470 expand_data_t exp; local
1480 exp.last = last;
1481 exp.hdl = hdl;
1482 exp.type = type;
1484 if (zprop_iter_common(zprop_expand_list_cb, &exp, B_FALSE,
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c421 chkaout(struct exdata *exp) argument
423 if (exp->ux_mach == M_SPARC)
438 getdmem(struct exec *exp) argument
446 if (exp->a_text)
447 return ((caddr_t)(roundup(USRTEXT + exp->a_text, DATA_ALIGN)));
456 getdfile(struct exec *exp) argument
458 if (exp->a_magic == ZMAGIC)
459 return (exp->a_text);
461 return (sizeof (struct exec) + exp->a_text);
470 gettmem(struct exec *exp) argument
479 gettfile(struct exec *exp) argument
[all...]

Completed in 294 milliseconds

1234