OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:feraiseexcept
(Results
1 - 23
of
23
) sorted by null
/bionic/libm/include/
fenv.h
41
int
feraiseexcept
(int);
/development/ndk/platforms/android-L/include/
fenv.h
41
int
feraiseexcept
(int);
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c
63
feraiseexcept
(FE_INVALID);
fenv-softfloat.h
86
feraiseexcept
(int __excepts)
function
151
feraiseexcept
(__oflags);
s_fmal.c
200
feraiseexcept
(FE_INEXACT);
202
feraiseexcept
(FE_UNDERFLOW);
s_fma.c
212
feraiseexcept
(FE_INEXACT);
214
feraiseexcept
(FE_UNDERFLOW);
/development/ndk/platforms/android-3/header-patches/include/
fenv.h
94
int
feraiseexcept
(int __excepts);
/development/ndk/sources/android/libportable/arch-arm/
fenv.c
60
int WRAP(
feraiseexcept
)(int __excepts) {
function
100
WRAP(
feraiseexcept
)(__fpscr & FE_ALL_EXCEPT);
/bionic/libm/arm/
fenv.c
75
int
feraiseexcept
(int __excepts) {
function
115
feraiseexcept
(__fpscr & FE_ALL_EXCEPT);
/bionic/libm/mips/
fenv.c
87
int
feraiseexcept
(int __excepts) {
function
132
feraiseexcept
(__fcsr & FE_ALL_EXCEPT);
/development/ndk/platforms/android-3/arch-arm/include/
fenv.h
104
static __inline int
feraiseexcept
(int __excepts) {
function
144
feraiseexcept
(__fpscr & FE_ALL_EXCEPT);
/development/ndk/sources/android/libportable/arch-mips64/
fenv.c
116
int WRAP(
feraiseexcept
)(int flag) {
function
117
return REAL(
feraiseexcept
)(mips64_change_except(flag));
/development/ndk/sources/android/libportable/arch-x86/
fenv.c
130
WRAP(
feraiseexcept
)(int excepts)
function
132
return REAL(
feraiseexcept
)(x86_change_except(excepts));
/development/ndk/platforms/android-9/arch-x86/include/
fenv.h
77
/*
feraiseexcept
does not set the inexact flag on overflow/underflow */
78
int
feraiseexcept
(int excepts);
/external/libcxx/test/depr/depr.c.headers/
fenv_h.pass.cpp
65
static_assert((std::is_same<decltype(
feraiseexcept
(0)), int>::value), "");
/bionic/libm/amd64/
fenv.c
125
* The
feraiseexcept
() function raises the supported floating-point exceptions
135
feraiseexcept
(int excepts)
function
355
feraiseexcept
(status | mxcsr);
/development/ndk/platforms/android-9/arch-mips/include/
fenv.h
148
static __inline int
feraiseexcept
(int __excepts) {
function
193
feraiseexcept
(__fcsr & FE_ALL_EXCEPT);
/development/ndk/sources/android/libportable/arch-mips/
fenv.c
157
int WRAP(
feraiseexcept
)(int __excepts) {
function
205
WRAP(
feraiseexcept
)(__fcsr & FE_ALL_EXCEPT);
/development/ndk/sources/android/libportable/arch-x86_64/
fenv.c
141
int WRAP(
feraiseexcept
)(int flag) {
function
142
return REAL(
feraiseexcept
)(x86_64_change_except(flag));
/external/libcxx/test/numerics/cfenv/cfenv.syn/
cfenv.pass.cpp
65
static_assert((std::is_same<decltype(std::
feraiseexcept
(0)), int>::value), "");
/bionic/libm/i387/
fenv.c
145
feraiseexcept
(int excepts)
function
209
feraiseexcept
((mxcsr | status) & FE_ALL_EXCEPT);
/bionic/libm/arm64/
fenv.c
93
int
feraiseexcept
(int excepts) {
function
/external/ltrace/etc/
libm.so.conf
413
; 136: 0000000000006780 99 FUNC GLOBAL DEFAULT 13
feraiseexcept
@@GLIBC_2.2.5
Completed in 673 milliseconds