OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FE_INVALID_PORTABLE
(Results
1 - 3
of
3
) sorted by null
/development/ndk/sources/android/libportable/common/include/
fenv_portable.h
23
#define
FE_INVALID_PORTABLE
0x01
28
#define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE |
FE_INVALID_PORTABLE
|\
/development/ndk/sources/android/libportable/arch-x86/
fenv.c
31
if (exception &
FE_INVALID_PORTABLE
)
76
flags |=
FE_INVALID_PORTABLE
;
/development/ndk/sources/android/libportable/arch-mips/
fenv.c
28
if (exception &
FE_INVALID_PORTABLE
)
73
flags |=
FE_INVALID_PORTABLE
;
Completed in 217 milliseconds