Home
last modified time | relevance | path

Searched refs:nIndex (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/arm/nwfpe/
Dfpopcode.h371 static inline const floatx80 getExtendedConstant(const unsigned int nIndex) in getExtendedConstant() argument
374 return floatx80Constant[nIndex]; in getExtendedConstant()
378 static inline const float64 getDoubleConstant(const unsigned int nIndex) in getDoubleConstant() argument
381 return float64Constant[nIndex]; in getDoubleConstant()
384 static inline const float32 getSingleConstant(const unsigned int nIndex) in getSingleConstant() argument
387 return float32Constant[nIndex]; in getSingleConstant()