Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/nwfpe/
H A Ddouble_cpdo.c49 rFm = getDoubleConstant(Fm); in DoubleCPDO()
273 return float64_div(float64_ln(rFm),getDoubleConstant(7));
H A Dfpopcode.h377 static inline float64 getDoubleConstant(const unsigned int nIndex) in getDoubleConstant() function
/openbmc/linux/arch/arm/nwfpe/
H A Ddouble_cpdo.c107 rFm = getDoubleConstant(Fm); in DoubleCPDO()
H A Dfpopcode.h367 static inline float64 __pure getDoubleConstant(const unsigned int nIndex) in getDoubleConstant() function
H A Dfpa11_cprt.c259 float64 rFm = getDoubleConstant(Fm); in PerformComparison()