futhark-0.25.32: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageGHC2021

Futhark.IR.Mem.IxFunTests

Documentation

tests :: TestTree Source #

Orphan instances

IntegralExp Int Source # 
Instance details

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 #