Searched refs:c_log (Results 1 – 2 of 2) sorted by relevance
3388 const float c_log = 0x1.62e42ep-1f; in legalizeFlogCommon() local3391 auto C = B.buildFConstant(Ty, IsLog10 ? c_log10 : c_log); in legalizeFlogCommon()
2731 const float c_log = 0x1.62e42ep-1f; in LowerFLOGCommon() local2734 SDValue C = DAG.getConstantFP(IsLog10 ? c_log10 : c_log, DL, VT); in LowerFLOGCommon()