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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpopcode.h372 static inline __attribute_pure__ floatx80 getExtendedConstant(const unsigned int nIndex) argument
375 return floatx80Constant[nIndex];
379 static inline __attribute_pure__ float64 getDoubleConstant(const unsigned int nIndex) argument
382 return float64Constant[nIndex];
385 static inline __attribute_pure__ float32 getSingleConstant(const unsigned int nIndex) argument
388 return float32Constant[nIndex];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpopcode.h369 static inline const floatx80 getExtendedConstant(const unsigned int nIndex) argument
372 return floatx80Constant[nIndex];
375 static inline const float64 getDoubleConstant(const unsigned int nIndex) argument
378 return float64Constant[nIndex];
381 static inline const float32 getSingleConstant(const unsigned int nIndex) argument
384 return float32Constant[nIndex];

Completed in 48 milliseconds