Searched defs:__excepts (Results 1 - 25 of 74) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dfenv.h99 __NTH (feraiseexcept (int __excepts)) argument
101 if (__builtin_constant_p (__excepts)
102 && (__excepts & ~(FE_INVALID | FE_DIVBYZERO)) == 0)
104 if ((FE_INVALID & __excepts) != 0)
117 if ((FE_DIVBYZERO & __excepts) != 0)
134 return __feraiseexcept_renamed (__excepts);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dfenv.h106 __NTH (feraiseexcept (int __excepts)) argument
108 if (__builtin_constant_p (__excepts)
109 && (__excepts & ~(FE_INVALID | FE_DIVBYZERO)) == 0)
111 if ((FE_INVALID & __excepts) != 0)
119 if ((FE_DIVBYZERO & __excepts) != 0)
131 return __feraiseexcept_renamed (__excepts);
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-20/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-20/arch-mips/usr/include/
H A Dfenv.h121 static __inline int feclearexcept(int __excepts) { argument
124 __excepts &= FE_ALL_EXCEPT;
125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT));
130 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
133 *__flagp = __fcsr & __excepts & FE_ALL_EXCEPT;
137 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
141 __excepts &= FE_ALL_EXCEPT;
142 __fcsr &= ~__excepts;
143 __fcsr |= *__flagp & __excepts;
148 feraiseexcept(int __excepts) argument
159 fetestexcept(int __excepts) argument
[all...]
/prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/
H A Dfenv.h116 static __inline int feclearexcept(int __excepts) { argument
119 __fpscr &= ~__excepts;
124 static __inline int fegetexceptflag(fexcept_t* __flagp, int __excepts) { argument
127 *__flagp = __fpscr & __excepts;
131 static __inline int fesetexceptflag(const fexcept_t* __flagp, int __excepts) { argument
134 __fpscr &= ~__excepts;
135 __fpscr |= *__flagp & __excepts;
140 static __inline int feraiseexcept(int __excepts) { argument
141 fexcept_t __ex = __excepts;
142 fesetexceptflag(&__ex, __excepts);
146 fetestexcept(int __excepts) argument
[all...]

Completed in 1240 milliseconds

123