Searched refs:ch_exp (Results 1 – 2 of 2) sorted by relevance
3672 const float ch_exp = 0x1.714000p+0f; in legalizeFExp() local3682 auto CH = B.buildFConstant(Ty, IsExp10 ? ch_exp10 : ch_exp); in legalizeFExp()
3051 const float ch_exp = 0x1.714000p+0f; in lowerFEXP() local3057 SDValue CH = DAG.getConstantFP(IsExp10 ? ch_exp10 : ch_exp, SL, VT); in lowerFEXP()