Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h497 static fInt Divide (int X, int Y) in Divide() function
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h136 Divide, // ?K # operator/ enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10193 SDValue Divide = DAG.getNode(DivOpc, dl, VT, Dividend, Divisor); in expandREM() local