Searched refs:control (Results 1 - 7 of 7) sorted by relevance

/bionic/libm/amd64/
H A Dfenv.c75 int control; local
79 * restore the control word to avoid this side effect.
81 __fnstcw(&control);
84 __fldcw(control);
118 int mxcsr, control, omask; local
121 __fnstcw(&control);
123 omask = (control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT;
124 control &= ~mask;
125 __fldcw(control);
134 int mxcsr, control, omas local
[all...]
/bionic/libm/i387/
H A Dfenv.c35 * As compared to the x87 control word, the SSE unit's control word
36 * has the rounding control bits offset by 3 and the exception mask
160 * the old control word to avoid this side effect.
215 __uint16_t control, omask; local
218 __fnstcw(&control);
224 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT;
226 control &= ~mask;
227 __fldcw(control);
240 __uint16_t control, omas local
321 __uint16_t control; local
337 __uint16_t control; local
383 __uint16_t control; local
[all...]
H A Dnpx.h46 long en_cw; /* control word (16bits) */
70 struct env87 sv_env; /* floating point control/status */
85 u_int16_t en_cw; /* control word (16bits) */
120 * The hardware default control word for i387's and later coprocessors is
154 void npxinit(u_short control);
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dmace.h55 volatile unsigned int control; member in struct:mace_pci
141 volatile unsigned long control; member in struct:mace_audio
147 volatile unsigned long control; member in struct:mace_audio::__anon71
245 volatile unsigned long control; member in struct:mace_ps2port
264 volatile unsigned long control; member in struct:mace_i2c
H A Dcrime.h35 volatile unsigned long control; member in struct:sgi_crime
/bionic/libc/kernel/common/linux/
H A Dhdreg.h115 task_ioreg_t control; member in struct:hd_drive_hob_hdr
/bionic/libc/kernel/common/sound/
H A Dasound.h410 struct snd_pcm_mmap_control control; member in union:snd_pcm_sync_ptr::__anon572

Completed in 124 milliseconds