Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Dsingle_cpdo.c47 rFm = getSingleConstant(Fm); in SingleCPDO()
236 return float32_div(float32_ln(rFm),getSingleConstant(7));
H A Dfpopcode.h382 static inline float32 getSingleConstant(const unsigned int nIndex) in getSingleConstant() function
/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c84 rFm = getSingleConstant(Fm); in SingleCPDO()
H A Dfpopcode.h373 static inline float32 __pure getSingleConstant(const unsigned int nIndex) in getSingleConstant() function
H A Dfpa11_cprt.c238 float32 rFm = getSingleConstant(Fm); in PerformComparison()