Searched defs:Recip (Results 1 – 3 of 3) sorted by relevance
78 inline float Recip(float a) { return Divide(1.0f, a); } in Recip() function
7588 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
12758 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local