OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FCSR_CAUSE_SHIFT
(Results
1 - 6
of
6
) 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
);
/development/ndk/sources/android/libportable/arch-mips/
fenv.c
131
__fcsr &= ~(__excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
));
164
__fcsr |= __excepts | (__excepts <<
_FCSR_CAUSE_SHIFT
);
Completed in 373 milliseconds