Home
last modified time | relevance | path

Searched refs:posMax (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h649 int32_t posMax, negMin; in __SSAT() local
652 posMax = 1; in __SSAT()
655 posMax = posMax * 2; in __SSAT()
660 posMax = (posMax - 1); in __SSAT()
662 if(x > posMax) in __SSAT()
664 x = posMax; in __SSAT()
669 negMin = -posMax; in __SSAT()