OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__control
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/arm64/
fenv.c
55
__get_fpcr(envp->
__control
);
64
if (envp->
__control
!= fpcr) {
65
__set_fpcr(envp->
__control
);
141
fenv_t env = { .__status = fpsr, .
__control
= fpcr };
156
if (envp->
__control
!= fpcr) {
157
__set_fpcr(envp->
__control
);
/bionic/libc/include/bits/
fenv_arm.h
48
__uint32_t
__control
;
member in struct:__anon224
fenv_x86.h
40
__uint16_t
__control
;
member in struct:__anon225
fenv_x86_64.h
70
__uint32_t
__control
; /* Control word register */
member in struct:__anon226::__anon227
/bionic/libm/i387/
fenv.c
64
__INITIAL_NPXCW__, /*
__control
*/
183
__fldcw(envp->
__control
);
201
env.
__control
|= FE_ALL_EXCEPT;
/bionic/libm/amd64/
fenv.c
280
__asm__ __volatile__ ("fldcw %0" : : "m" (envp->__x87.
__control
));
Completed in 417 milliseconds