OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fnstcw
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/4/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);
/prebuilts/ndk/4/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);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
fenv.h
104
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
174
__fnstcw
(&__control);
186
__fnstcw
(&__control);
234
__fnstcw
(&__control);
/bionic/libm/i387/
fenv.c
59
#define
__fnstcw
(__cw) __asm __volatile("fnstcw %0" : "=m" (*(__cw)))
macro
218
__fnstcw
(&control);
243
__fnstcw
(&control);
329
__fnstcw
(&control);
342
__fnstcw
(&control);
389
__fnstcw
(&control);
Completed in 131 milliseconds