Home
last modified time | relevance | path

Searched refs:__control (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/amd64/
Dfenv.h37 __uint32_t __control; member
134 int __control; in fegetround() local
142 __fnstcw(&__control); in fegetround()
143 return (__control & _ROUND_MASK); in fegetround()
149 int __mxcsr, __control; in fesetround() local
154 __fnstcw(&__control); in fesetround()
155 __control &= ~_ROUND_MASK; in fesetround()
156 __control |= __round; in fesetround()
157 __fldcw(__control); in fesetround()
189 int __control; in fegetexcept() local
[all …]
/bionic/libm/include/amd64/
Dfenv.h37 __uint32_t __control; member
134 int __control; in fegetround() local
142 __fnstcw(&__control); in fegetround()
143 return (__control & _ROUND_MASK); in fegetround()
149 int __mxcsr, __control; in fesetround() local
154 __fnstcw(&__control); in fesetround()
155 __control &= ~_ROUND_MASK; in fesetround()
156 __control |= __round; in fesetround()
157 __fldcw(__control); in fesetround()
189 int __control; in fegetexcept() local
[all …]
/bionic/libm/i387/
Dfenv.h40 __uint16_t __control; member
164 int __control; in fegetround() local
172 __fnstcw(&__control); in fegetround()
173 return (__control & _ROUND_MASK); in fegetround()
179 int __mxcsr, __control; in fesetround() local
184 __fnstcw(&__control); in fesetround()
185 __control &= ~_ROUND_MASK; in fesetround()
186 __control |= __round; in fesetround()
187 __fldcw(__control); in fesetround()
226 int __control; in fegetexcept() local
[all …]
/bionic/libm/include/i387/
Dfenv.h40 __uint16_t __control; member
164 int __control; in fegetround() local
172 __fnstcw(&__control); in fegetround()
173 return (__control & _ROUND_MASK); in fegetround()
179 int __mxcsr, __control; in fesetround() local
184 __fnstcw(&__control); in fesetround()
185 __control &= ~_ROUND_MASK; in fesetround()
186 __control |= __round; in fesetround()
187 __fldcw(__control); in fesetround()
226 int __control; in fegetexcept() local
[all …]