OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_FCSR_CAUSE_SHIFT
(Results
1 - 5
of
5
) sorted by null
/bionic/libm/include/mips/
fenv.h
89
#define
_FCSR_CAUSE_SHIFT
10
125
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
154
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
/development/ndk/platforms/android-9/arch-mips/include/
fenv.h
89
#define
_FCSR_CAUSE_SHIFT
10
125
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
154
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
fenv.h
89
#define
_FCSR_CAUSE_SHIFT
10
125
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
154
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
fenv.h
89
#define
_FCSR_CAUSE_SHIFT
10
125
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
154
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fenv.h
89
#define
_FCSR_CAUSE_SHIFT
10
125
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
154
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
Completed in 124 milliseconds