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

Futhark.IR.Mem.IxFunTests

Documentation

Orphan instances

IntegralExp Int Source # 
Instance details

Methods

quot :: Int -> Int -> Int #

rem :: Int -> Int -> Int #

div :: Int -> Int -> Int #

mod :: Int -> Int -> Int #

sgn :: Int -> Maybe Int #

pow :: Int -> Int -> Int #

divUp :: Int -> Int -> Int #

nextMul :: Int -> Int -> Int #