Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c328 j0f(float fx) in j0f() argument
339 return (fx * fx); in j0f()
403 y0f(float fx) in y0f() argument
413 return (fx * fx); in y0f()
499 j1f(float fx) in j1f() argument
587 return (fx * fx); in y1f()
619 fx = -fx; in jnf()
631 return (fx * fx); in jnf()
640 fx = fabsf(fx); in jnf()
774 return ((sign)? -y1f(fx) : y1f(fx)); in ynf()
[all …]
H A Dpowf.c128 float fx = x, fy = y; in powf() local
142 return (fx * fy); /* at least one of x or y is NaN */ in powf()
189 fx = one / fx; /* y is -1 */ in powf()
190 return (fx); in powf()
192 return (fx * fx); in powf()
238 fx = *(float *)&jx; in powf()
239 dx = (double)fx; in powf()
H A Datan2f.c250 atan2f(float fy, float fx) in atan2f() argument
260 ix = *(int *)&fx; in atan2f()
267 y = fx; in atan2f()
284 x = fx; in atan2f()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexpf.c185 fx = *x; \
194 y[index] = fx * fx; \
201 fx = extreme[sign]; \
202 y[index] = fx * fx; \
206 x##N = fx
213 fx = *x; \
222 y[index] = fx * fx; \
228 fx = extreme[sign]; \
229 y[index] = fx * fx; \
232 x##N = fx
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c83 fx->fx_fcw = fn->f_fcw; in fnsave_to_fxsave()
84 fx->fx_fsw = fn->f_fsw; in fnsave_to_fxsave()
96 fx->fx_fctw = 0; in fnsave_to_fxsave()
99 fx->fx_fctw |= (1 << i); in fnsave_to_fxsave()
101 fx->fx_fop = fn->f_fop; in fnsave_to_fxsave()
115 fn->f_fcw = fx->fx_fcw; in fxsave_to_fnsave()
117 fn->f_fsw = fx->fx_fsw; in fxsave_to_fnsave()
159 fn->f_fop = fx->fx_fop; in fxsave_to_fnsave()
175 bcopy(fp, fx, sizeof (*fx)); in fpregset_to_fxsave()
188 bcopy(fx, fp, sizeof (*fx)); in fxsave_to_fpregset()
[all …]
H A Dfpu_subr.c189 struct fxsave_state *fx; in fpu_probe() local
195 fx = (void *)(((uintptr_t)(&fxsave_state[0]) + in fpu_probe()
198 fx->fx_mxcsr_mask = 0; in fpu_probe()
199 fxsave_insn(fx); in fpu_probe()
200 if (fx->fx_mxcsr_mask != 0) { in fpu_probe()
204 sse_mxcsr_mask = fx->fx_mxcsr_mask; in fpu_probe()
H A Dhma_fpu.c417 hma_fpu_get_fxsave_state(const hma_fpu_t *fpu, struct fxsave_state *fx) in hma_fpu_get_fxsave_state() argument
424 bcopy(guest, fx, sizeof (*fx)); in hma_fpu_get_fxsave_state()
428 hma_fpu_set_fxsave_state(hma_fpu_t *fpu, const struct fxsave_state *fx) in hma_fpu_set_fxsave_state() argument
445 if ((fx->fx_mxcsr & ~sse_mxcsr_mask) != 0) in hma_fpu_set_fxsave_state()
451 bcopy(fx, gfx, sizeof (*fx)); in hma_fpu_set_fxsave_state()
456 bcopy(fx, &gxs->xs_fxsave, sizeof (*fx)); in hma_fpu_set_fxsave_state()
H A Dfpu.c1086 cfx->fx_fcw = fx->fx_fcw; in fp_new_lwp()
1100 cfx->fx_fcw = fx->fx_fcw; in fp_new_lwp()
1562 struct fxsave_state *fx; in fpsetcw() local
1596 fx->fx_fcw = fcw; in fpsetcw()
1602 fx->fx_fcw = fcw; in fpsetcw()
2035 bcopy(xsave, fx, sizeof (*fx)); in fpu_xsave_to_fxsave()
2040 fx->fx_mxcsr_mask = 0; in fpu_xsave_to_fxsave()
2046 fx->fx_fcw = FPU_CW_INIT_HW; in fpu_xsave_to_fxsave()
2049 bcopy(xsave->xs_fxsave.fx_xmm, fx->fx_xmm, sizeof (fx->fx_xmm)); in fpu_xsave_to_fxsave()
2052 bcopy(&sse_initial, fx, sizeof (*fx)); in fpu_xsave_to_fxsave()
[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/uts/common/io/comstar/port/fct/
H A Ddiscovery.c412 fct_flogi_xchg_t fx; in fct_do_flogi() local
419 bzero(&fx, sizeof (fx)); in fct_do_flogi()
422 fx.fx_sec_timeout = 2; in fct_do_flogi()
429 fx.fx_did = 0xFFFFFE; in fct_do_flogi()
452 if ((fx.fx_rjt_reason == 5) || (fx.fx_rjt_reason == 0xe) || in fct_do_flogi()
453 ((fx.fx_rjt_reason == 9) && (fx.fx_rjt_expl == 0x29))) { in fct_do_flogi()
475 fx.fx_op, fx.fx_rjt_reason, fx.fx_rjt_expl); in fct_do_flogi()
486 if (fx.fx_fport) { in fct_do_flogi()
527 t = fx->fx_sid; in fct_handle_rcvd_flogi()
528 fx->fx_sid = fx->fx_did; in fct_handle_rcvd_flogi()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c637 if (fx) { in emlxs_fct_handle_unsol_flogi()
639 bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
642 fx = &fxchg; in emlxs_fct_handle_unsol_flogi()
647 fx = &fxchg; in emlxs_fct_handle_unsol_flogi()
650 } else if (!fx) { in emlxs_fct_handle_unsol_flogi()
685 fx->fx_rjt_reason, fx->fx_rjt_expl); in emlxs_fct_handle_unsol_flogi()
703 bcopy(fx, &port->fx, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
715 fx->fx_sid, fx->rsvd2); in emlxs_fct_handle_unsol_flogi()
728 fx = NULL; in emlxs_fct_handle_unsol_flogi()
736 fx->fx_sid, fx->rsvd2); in emlxs_fct_handle_unsol_flogi()
[all …]
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1612 const struct fxsave_state *fx = &state->xs_fxsave; in show_fpu() local
1613 (void) printf("fpu_fcw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fcw); in show_fpu()
1614 (void) printf("fpu_fsw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fsw); in show_fpu()
1615 (void) printf("fpu_ftw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fctw); in show_fpu()
1616 (void) printf("fpu_fop[%d]\t\t0x%04x\n", vcpuid, fx->fx_fop); in show_fpu()
1617 (void) printf("fpu_rip[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rip); in show_fpu()
1621 fx->fx_mxcsr_mask); in show_fpu()
1625 fx->fx_st[i].__fpr_pad[0], fx->fx_st[i].__fpr_pad[1], in show_fpu()
1626 fx->fx_st[i].__fpr_pad[2], fx->fx_st[i].__fpr_pad[3]); in show_fpu()
1632 fx->fx_xmm[i]._l[0], fx->fx_xmm[i]._l[1], in show_fpu()
[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
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dmissing-return.c13 int fx(int p) in fx() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darrays2.sh176 function fx function
181 fx values[1]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c828 fxparms_t *fx = (fxparms_t *)pcparms.pc_clparms; in soaker() local
840 fx->fx_upri = 0; in soaker()
841 fx->fx_uprilim = 0; in soaker()
842 fx->fx_tqsecs = fx->fx_tqnsecs = FX_TQDEF; in soaker()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2l.c577 float fx; in mx_atanl() local
684 ((int *) &fx)[0] = 0x3e000000 + (j << 19); in mx_atanl()
685 y = (long double) fx; in mx_atanl()
/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) in fcoet_do_flogi() argument
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h257 struct fct_flogi_xchg *fx);
416 fct_flogi_xchg_t *fx);
H A DMakefile269 fx.h \
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c877 fileid_t fx; in boot_ufs_getdents() local
894 if (!(n = find(&fx, strcpy(pn, fp->fi_memp))) || in boot_ufs_getdents()
895 openi(fp = &fx, n)) { in boot_ufs_getdents()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1130 fct_flogi_xchg_t fx; member
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1584 FX_OBJS += fx.o
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c105 fct_flogi_xchg_t *fx);
3135 qlt_do_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) in qlt_do_flogi() argument

12