Home
last modified time | relevance | path

Searched refs:__status (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/posix/arch/x86_64/
H A Dfenv.h39 uint32_t __status; member
102 __env.__x87.__status &= ~__excepts; in feclearexcept()
115 uint16_t __status; in fegetexceptflag() local
118 __fnstsw(&__status); in fegetexceptflag()
119 *__flagp = (__mxcsr | __status) & __excepts; in fegetexceptflag()
130 uint16_t __status; in fetestexcept() local
133 __fnstsw(&__status); in fetestexcept()
134 return ((__status | __mxcsr) & __excepts); in fetestexcept()
/haiku/headers/posix/arch/x86/
H A Dfenv.h43 uint16_t __status; member
124 __env.__status &= ~__excepts; in feclearexcept()
138 int __mxcsr, __status; in fegetexceptflag() local
140 __fnstsw(&__status); in fegetexceptflag()
145 *__flagp = (__mxcsr | __status) & __excepts; in fegetexceptflag()
155 int __mxcsr, __status; in fetestexcept() local
157 __fnstsw(&__status); in fetestexcept()
162 return ((__status | __mxcsr) & __excepts); in fetestexcept()
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitstatus.h43 (__extension__ ({ int __status = (status); \
44 !__WIFSTOPPED(__status) && !__WIFEXITED(__status); }))
/haiku/src/system/libroot/posix/arch/x86_64/
H A Dfenv.c50 env.__x87.__status &= ~excepts; in fesetexceptflag()
51 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()
/haiku/src/system/libroot/posix/arch/x86/
H A Dfenv.c94 env.__status &= ~excepts; in fesetexceptflag()
95 env.__status |= *flagp & excepts; in fesetexceptflag()
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdlib.h57 extern int __on_exit (void (*__func) (int __status, void *__arg), void *__arg);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h605 extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
613 extern void exit (int __status) __THROW __attribute__ ((__noreturn__));
620 extern void _Exit (int __status) __THROW __attribute__ ((__noreturn__));