nIndex            360 arch/arm/nwfpe/fpopcode.h static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex)
nIndex            363 arch/arm/nwfpe/fpopcode.h 	return floatx80Constant[nIndex];
nIndex            367 arch/arm/nwfpe/fpopcode.h static inline float64 __pure getDoubleConstant(const unsigned int nIndex)
nIndex            370 arch/arm/nwfpe/fpopcode.h 	return float64Constant[nIndex];
nIndex            373 arch/arm/nwfpe/fpopcode.h static inline float32 __pure getSingleConstant(const unsigned int nIndex)
nIndex            376 arch/arm/nwfpe/fpopcode.h 	return float32Constant[nIndex];