OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fnstcw
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/amd64/
fenv.h
83
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
142
__fnstcw
(&__control);
154
__fnstcw
(&__control);
195
__fnstcw
(&__control);
fenv.c
81
__fnstcw
(&control);
121
__fnstcw
(&control);
137
__fnstcw
(&control);
/bionic/libm/include/amd64/
fenv.h
83
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
142
__fnstcw
(&__control);
154
__fnstcw
(&__control);
195
__fnstcw
(&__control);
/bionic/libm/i387/
fenv.c
126
__fnstcw
(&control);
174
__fnstcw
(&control);
195
__fnstcw
(&control);
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
172
__fnstcw
(&__control);
184
__fnstcw
(&__control);
232
__fnstcw
(&__control);
/bionic/libm/include/i387/
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
172
__fnstcw
(&__control);
184
__fnstcw
(&__control);
232
__fnstcw
(&__control);
/development/ndk/platforms/android-5/arch-x86/include/
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
172
__fnstcw
(&__control);
184
__fnstcw
(&__control);
232
__fnstcw
(&__control);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
172
__fnstcw
(&__control);
184
__fnstcw
(&__control);
232
__fnstcw
(&__control);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
172
__fnstcw
(&__control);
184
__fnstcw
(&__control);
232
__fnstcw
(&__control);
Completed in 15 milliseconds