OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:excepts
(Results
1 - 18
of
18
) sorted by null
/bionic/libm/i387/
fenv.c
119
fesetexceptflag(const fexcept_t *flagp, int
excepts
)
124
excepts
&= FE_ALL_EXCEPT;
125
if (
excepts
) { /* Do nothing if
excepts
is 0 */
127
env.__status &= ~
excepts
;
128
env.__status |= *flagp &
excepts
;
133
mxcsr &= ~
excepts
;
134
mxcsr |= *flagp &
excepts
;
143
feraiseexcept(int
excepts
)
145
fexcept_t ex =
excepts
;
[
all
...]
/bionic/libm/amd64/
fenv.c
45
fesetexceptflag(const fexcept_t *flagp, int
excepts
)
50
env.__x87.__status &= ~
excepts
;
51
env.__x87.__status |= *flagp &
excepts
;
55
env.__mxcsr &= ~
excepts
;
56
env.__mxcsr |= *flagp &
excepts
;
63
feraiseexcept(int
excepts
)
65
fexcept_t ex =
excepts
;
67
fesetexceptflag(&ex,
excepts
);
/bionic/libm/man/
feclearexcept.3
43
.Fn feclearexcept "int
excepts
"
45
.Fn fegetexceptflag "fexcept_t *flagp" "int
excepts
"
47
.Fn feraiseexcept "int
excepts
"
49
.Fn fesetexceptflag "const fexcept_t *flagp" "int
excepts
"
51
.Fn fetestexcept "int
excepts
"
56
.Fa
excepts
,
68
.Fa
excepts
.
73
.Fa
excepts
fenv.3
52
.Fn feclearexcept "int
excepts
"
54
.Fn fegetexceptflag "fexcept_t *flagp" "int
excepts
"
56
.Fn feraiseexcept "int
excepts
"
58
.Fn fesetexceptflag "const fexcept_t *flagp" "int
excepts
"
60
.Fn fetestexcept "int
excepts
"
74
.Fn feenableexcept "int
excepts
"
76
.Fn fedisableexcept "int
excepts
"
feenableexcept.3
41
.Fn feenableexcept "int
excepts
"
43
.Fn fedisableexcept "int
excepts
"
53
.Fa
excepts
.
/bionic/libm/include/i387/
fenv.h
75
int feclearexcept(int
excepts
);
76
int fegetexceptflag(fexcept_t *flagp, int
excepts
);
77
int fesetexceptflag(const fexcept_t *flagp, int
excepts
);
79
int feraiseexcept(int
excepts
);
80
int fetestexcept(int
excepts
);
/development/ndk/platforms/android-9/arch-x86/include/
fenv.h
75
int feclearexcept(int
excepts
);
76
int fegetexceptflag(fexcept_t *flagp, int
excepts
);
77
int fesetexceptflag(const fexcept_t *flagp, int
excepts
);
79
int feraiseexcept(int
excepts
);
80
int fetestexcept(int
excepts
);
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
fenv.h
75
int feclearexcept(int
excepts
);
76
int fegetexceptflag(fexcept_t *flagp, int
excepts
);
77
int fesetexceptflag(const fexcept_t *flagp, int
excepts
);
79
int feraiseexcept(int
excepts
);
80
int fetestexcept(int
excepts
);
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
fenv.h
75
int feclearexcept(int
excepts
);
76
int fegetexceptflag(fexcept_t *flagp, int
excepts
);
77
int fesetexceptflag(const fexcept_t *flagp, int
excepts
);
79
int feraiseexcept(int
excepts
);
80
int fetestexcept(int
excepts
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fenv.h
64
/* Clear the supported exceptions represented by
EXCEPTS
. */
68
indicated by
EXCEPTS
in the object pointed to by FLAGP. */
71
/* Raise the supported exceptions represented by
EXCEPTS
. */
74
/* Set complete status for exceptions indicated by
EXCEPTS
according to
78
/* Determine which of subset of the exceptions specified by
EXCEPTS
are
121
EXCEPTS
specifies. Returns the previous enabled exceptions if all
126
EXCEPTS
specifies. Returns the previous enabled exceptions if all
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
64
/* Clear the supported exceptions represented by
EXCEPTS
. */
68
indicated by
EXCEPTS
in the object pointed to by FLAGP. */
71
/* Raise the supported exceptions represented by
EXCEPTS
. */
74
/* Set complete status for exceptions indicated by
EXCEPTS
according to
78
/* Determine which of subset of the exceptions specified by
EXCEPTS
are
121
EXCEPTS
specifies. Returns the previous enabled exceptions if all
126
EXCEPTS
specifies. Returns the previous enabled exceptions if all
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fenv.h
64
/* Clear the supported exceptions represented by
EXCEPTS
. */
68
indicated by
EXCEPTS
in the object pointed to by FLAGP. */
71
/* Raise the supported exceptions represented by
EXCEPTS
. */
74
/* Set complete status for exceptions indicated by
EXCEPTS
according to
78
/* Determine which of subset of the exceptions specified by
EXCEPTS
are
121
EXCEPTS
specifies. Returns the previous enabled exceptions if all
126
EXCEPTS
specifies. Returns the previous enabled exceptions if all
/dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalItem.java
72
* Compares two strings like String.compareTo(),
excepts
treats a null
/dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java
72
* Compares two strings like String.compareTo(),
excepts
treats a null
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalItem.java
72
* Compares two strings like String.compareTo(),
excepts
treats a null
/external/bison/tests/
existing.at
28
# We have been careful to strip all the actions
excepts
the
/external/openssl/crypto/ui/
ui_lib.c
250
/* Same as UI_add_input_string(),
excepts
it takes a copy of the prompt */
/dalvik/dx/etc/
jasmin.jar
Completed in 548 milliseconds