Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h499 static fInt Divide (int X, int Y) in Divide() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h135 Divide, // ?K # operator/ enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8598 SDValue Divide = DAG.getNode(DivOpc, dl, VT, Dividend, Divisor); in expandREM() local