Futhark.IR.Mem.IxFunTests
Contents
tests :: TestTree Source #
Methods
quot :: Int -> Int -> Int Source #
rem :: Int -> Int -> Int Source #
div :: Int -> Int -> Int Source #
mod :: Int -> Int -> Int Source #
sgn :: Int -> Maybe Int Source #
pow :: Int -> Int -> Int Source #
divUp :: Int -> Int -> Int Source #
nextMul :: Int -> Int -> Int Source #