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