Searched refs:fx (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c267 /* core of j0f computation; assumes fx is finite */
269 __k_j0f(float fx) argument
274 ix = *(int *)&fx & ~0x80000000;
275 x = fabs((double)fx);
328 j0f(float fx) argument
336 ix = *(int *)&fx & ~0x80000000;
339 return (fx * fx);
346 f = (float)__k_j0f(fx);
354 /* core of y0f computation; assumes fx i
356 __k_y0f(float fx) argument
403 y0f(float fx) argument
435 __k_j1f(float fx) argument
499 j1f(float fx) argument
524 __k_y1f(float fx) argument
577 y1f(float fx) argument
608 jnf(int n, float fx) argument
756 ynf(int n, float fx) argument
[all...]
H A Dpowf.c128 float fx = x, fy = y; local
142 return (fx * fy); /* at least one of x or y is NaN */
189 fx = one / fx; /* y is -1 */
190 return (fx);
192 return (fx * fx);
228 * fx = *(float *) &jx;
229 * fz = (float) exp(((double) fy) * log((double) fx));
238 fx
[all...]
H A Datan2f.c250 atan2f(float fy, float fx) argument
260 ix = *(int *)&fx;
267 y = fx;
284 x = fx;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfpu_subr.c216 struct fxsave_state *fx; local
223 fx = (void *)(((uintptr_t)(&fxsave_state[0]) +
226 fx->fx_mxcsr_mask = 0;
227 fxsave_insn(fx);
228 if (fx->fx_mxcsr_mask != 0) {
232 sse_mxcsr_mask = fx->fx_mxcsr_mask;
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexpf.c185 fx = *x; \
194 y[index] = fx * fx; \
197 y[index] = (sign) ? 0.0f : fx; \
201 fx = extreme[sign]; \
202 y[index] = fx * fx; \
206 x##N = fx
213 fx = *x; \
222 y[index] = fx * f
242 float fx; local
[all...]
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c81 fnsave_to_fxsave(const struct fnsave_state *fn, struct fxsave_state *fx) argument
85 fx->fx_fcw = fn->f_fcw;
86 fx->fx_fsw = fn->f_fsw;
92 bcopy(&fn->f_st[i].fpr_16[0], &fx->fx_st[i].fpr_16[0],
98 fx->fx_fctw = 0;
101 fx->fx_fctw |= (1 << i);
103 fx->fx_fop = fn->f_fop;
106 fx->fx_rip = (uint64_t)fn->f_eip;
107 fx->fx_rdp = (uint64_t)fn->f_dp;
109 fx
122 fxsave_to_fnsave(const struct fxsave_state *fx, struct fnsave_state *fn) argument
191 fpregset_to_fxsave(const fpregset_t *fp, struct fxsave_state *fx) argument
212 fxsave_to_fpregset(const struct fxsave_state *fx, fpregset_t *fp) argument
227 fpregset32_to_fxsave(const fpregset32_t *fp, struct fxsave_state *fx) argument
240 fxsave_to_fpregset32(const struct fxsave_state *fx, fpregset32_t *fp) argument
[all...]
H A Dfpu.c181 struct fxsave_state *fx, *cfx; local
212 fx = &fp->fpu_regs.kfpu_u.kfpu_fx;
215 cfx->fx_mxcsr = fx->fx_mxcsr & ~SSE_MXCSR_EFLAGS;
216 cfx->fx_fcw = fx->fx_fcw;
222 fx = &fp->fpu_regs.kfpu_u.kfpu_xs.xs_fxsave;
227 cfx->fx_mxcsr = fx->fx_mxcsr & ~SSE_MXCSR_EFLAGS;
228 cfx->fx_fcw = fx->fx_fcw;
700 struct fxsave_state *fx; local
738 fx = &fp->fpu_regs.kfpu_u.kfpu_fx;
739 fx
[all...]
/illumos-gate/usr/src/cmd/priocntl/
H A DMakefile32 fx$(PROG).o sdc$(PROG).o
115 $(FXPROG): fx$(PRIOCNTLOBJ)
116 $(LINK.c) fx$(PRIOCNTLOBJ) -o $@ $(LDLIBS)
141 $(LINT.c) fx$(PRIOCNTLSRC) $(LDLIBS)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c340 unpacked fx, ix; local
359 /* Divide x up into integer part ix and fraction part fx. */
362 fx = ix;
366 fx.fpclass = fp_zero;
374 fx.significand[i] = 0;
377 _fp_normalize(&fx);
386 fx.significand[i] = 0;
388 fx.significand[imask] &= fmask;
392 _fp_normalize(&fx);
427 binary_to_decimal_fraction(&fx, nsi
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dfx_dptbl.c33 #include <sys/fx.h>
H A Dfx.c42 #include <sys/fx.h>
156 static pri_t fx_maxglobpri; /* maximum global priority used by fx class */
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.h49 fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx);
H A Dfcoet_fc.c394 fcoet_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c52 struct fct_flogi_xchg *fx);
611 * fx save
612 * 0 1 Process or save port->fx
613 * 0 0 Process or reject port->fx
614 * 1 1 Process port->fx, Process or save fx
615 * 1 0 Process or reject port->fx, Process or reject fx
618 emlxs_fct_handle_unsol_flogi(emlxs_port_t *port, fct_flogi_xchg_t *fx, argument
630 if (port->fx
1804 emlxs_fct_flogi_xchg(struct fct_local_port *fct_port, struct fct_flogi_xchg *fx) argument
3224 fct_flogi_xchg_t fx; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c412 fct_flogi_xchg_t fx; local
419 bzero(&fx, sizeof (fx));
420 fx.fx_op = ELS_OP_FLOGI;
422 fx.fx_sec_timeout = 2;
424 fx.fx_sec_timeout = 5;
427 fx.fx_sid = iport->iport_link_info.portid & 0xFF;
429 fx.fx_did = 0xFFFFFE;
430 bcopy(iport->iport_port->port_nwwn, fx.fx_nwwn, 8);
431 bcopy(iport->iport_port->port_pwwn, fx
502 fct_handle_rcvd_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) argument
[all...]
/illumos-gate/usr/src/cmd/dispadmin/
H A DMakefile64 fss$(PROG).o fx$(PROG).o sdc$(PROG).o subr.o
69 $(FX):= OBJ= fx$(PROG).o
H A Dfxdispadmin.c41 #include <sys/fx.h>
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c808 fxparms_t *fx = (fxparms_t *)pcparms.pc_clparms; local
820 fx->fx_upri = 0;
821 fx->fx_uprilim = 0;
822 fx->fx_tqsecs = fx->fx_tqnsecs = FX_TQDEF;
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h256 struct fct_flogi_xchg *fx);
414 fct_flogi_xchg_t *fx);
H A DMakefile262 fx.h \
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2l.c577 float fx; local
684 ((int *) &fx)[0] = 0x3e000000 + (j << 19);
685 y = (long double) fx;
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c876 fileid_t fx; local
893 if (!(n = find(&fx, strcpy(pn, fp->fi_memp))) ||
894 openi(fp = &fx, n)) {
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dfloat.s76 fxsave_insn(struct fxsave_state *fx)
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1126 fct_flogi_xchg_t fx; member in struct:emlxs_port
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c95 fct_flogi_xchg_t *fx);
2081 qlt_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) argument

Completed in 140 milliseconds