Home
last modified time | relevance | path

Searched defs:Recip (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
Doverflowing-math.h78 inline float Recip(float a) { return Divide(1.0f, a); } in Recip() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7588 SDValue Recip = DAG.getNode(AMDGPUISD::RCP, SL, VT, RHS); in lowerFastUnsafeFDIV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12758 APFloat Recip(N1APF.getSemantics(), 1); // 1.0 in visitFDIV() local