Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h655 int32_t posMax, negMin; in __SSAT() local
675 negMin = -posMax; in __SSAT()
677 if(x < negMin) in __SSAT()
679 x = negMin; in __SSAT()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h670 int32_t posMax, negMin; in __SSAT() local
690 negMin = -posMax; in __SSAT()
692 if(x < negMin) in __SSAT()
694 x = negMin; in __SSAT()