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.c269 __k_j0f(float fx) in __k_j0f() argument
274 ix = *(int *)&fx & ~0x80000000; in __k_j0f()
275 x = fabs((double)fx); in __k_j0f()
328 j0f(float fx) in j0f() argument
336 ix = *(int *)&fx & ~0x80000000; in j0f()
339 return (fx * fx); in j0f()
346 f = (float)__k_j0f(fx); in j0f()
356 __k_y0f(float fx) in __k_y0f() argument
361 ix = *(int *)&fx; in __k_y0f()
362 x = (double)fx; in __k_y0f()
[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; \
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 * fx; \
225 y[index] = (sign) ? 0.0f : fx; \
228 fx = extreme[sign]; \
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c79 fnsave_to_fxsave(const struct fnsave_state *fn, struct fxsave_state *fx) in fnsave_to_fxsave() argument
83 fx->fx_fcw = fn->f_fcw; in fnsave_to_fxsave()
84 fx->fx_fsw = fn->f_fsw; in fnsave_to_fxsave()
90 bcopy(&fn->f_st[i].fpr_16[0], &fx->fx_st[i].fpr_16[0], 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()
103 fx->fx_rip = (uint64_t)fn->f_eip; in fnsave_to_fxsave()
104 fx->fx_rdp = (uint64_t)fn->f_dp; in fnsave_to_fxsave()
111 fxsave_to_fnsave(const struct fxsave_state *fx, struct fnsave_state *fn) in fxsave_to_fnsave() argument
[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.c1056 struct fxsave_state *fx, *cfx; in fp_new_lwp() local
1082 fx = fp->fpu_regs.kfpu_u.kfpu_fx; in fp_new_lwp()
1085 cfx->fx_mxcsr = fx->fx_mxcsr & ~SSE_MXCSR_EFLAGS; in fp_new_lwp()
1086 cfx->fx_fcw = fx->fx_fcw; in fp_new_lwp()
1094 fx = &fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave; in fp_new_lwp()
1099 cfx->fx_mxcsr = fx->fx_mxcsr & ~SSE_MXCSR_EFLAGS; in fp_new_lwp()
1100 cfx->fx_fcw = fx->fx_fcw; in fp_new_lwp()
1562 struct fxsave_state *fx; in fpsetcw() local
1595 fx = fp->fpu_regs.kfpu_u.kfpu_fx; in fpsetcw()
1596 fx->fx_fcw = fcw; in fpsetcw()
[all …]
/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()
420 fx.fx_op = ELS_OP_FLOGI; in fct_do_flogi()
422 fx.fx_sec_timeout = 2; in fct_do_flogi()
424 fx.fx_sec_timeout = 5; in fct_do_flogi()
427 fx.fx_sid = iport->iport_link_info.portid & 0xFF; in fct_do_flogi()
429 fx.fx_did = 0xFFFFFE; in fct_do_flogi()
430 bcopy(iport->iport_port->port_nwwn, fx.fx_nwwn, 8); in fct_do_flogi()
431 bcopy(iport->iport_port->port_pwwn, fx.fx_pwwn, 8); in fct_do_flogi()
433 ret = iport->iport_port->port_flogi_xchg(iport->iport_port, &fx); in fct_do_flogi()
[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/fibre-channel/fca/emlxs/
H A Demlxs_fct.c54 struct fct_flogi_xchg *fx);
621 emlxs_fct_handle_unsol_flogi(emlxs_port_t *port, fct_flogi_xchg_t *fx, in emlxs_fct_handle_unsol_flogi() argument
633 if (port->fx.fx_op) { in emlxs_fct_handle_unsol_flogi()
635 bcopy(&port->fx, &fxchg, sizeof (fct_flogi_xchg_t)); in emlxs_fct_handle_unsol_flogi()
637 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()
646 bzero(&port->fx, sizeof (fct_flogi_xchg_t)); 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()
[all …]
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1490 const struct fxsave_state *fx = &state->xs_fxsave; in show_fpu() local
1491 (void) printf("fpu_fcw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fcw); in show_fpu()
1492 (void) printf("fpu_fsw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fsw); in show_fpu()
1493 (void) printf("fpu_ftw[%d]\t\t0x%04x\n", vcpuid, fx->fx_fctw); in show_fpu()
1494 (void) printf("fpu_fop[%d]\t\t0x%04x\n", vcpuid, fx->fx_fop); in show_fpu()
1495 (void) printf("fpu_rip[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rip); in show_fpu()
1496 (void) printf("fpu_rdp[%d]\t\t0x%016lx\n", vcpuid, fx->fx_rdp); in show_fpu()
1497 (void) printf("fpu_mxcsr[%d]\t\t0x%08x\n", vcpuid, fx->fx_mxcsr); in show_fpu()
1499 fx->fx_mxcsr_mask); in show_fpu()
1503 fx->fx_st[i].__fpr_pad[0], fx->fx_st[i].__fpr_pad[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 DMakefile270 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.files1593 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