Home
last modified time | relevance | path

Searched defs:max (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/Testing/Include/Tests/
DBasicTestsF16.h21 float16_t min,max; variable
DBasicTestsF32.h21 float32_t min,max; variable
DBasicTestsF64.h21 float64_t min,max; variable
DBasicTestsQ15.h32 q15_t min,max; variable
DBasicTestsQ31.h32 q31_t min,max; variable
DBasicTestsQ7.h32 q7_t min,max; variable
/cmsis-dsp-latest/Include/dsp/
Dnone.h82 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
100 const uint32_t max = ((1U << sat) - 1U); in __USAT() local
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dfixed_point.hpp51 const int32_t max = (int32_t)((1U << (sat - 1U)) - 1U); in __SSAT() local
69 const uint32_t max = ((1U << sat) - 1U); in __USAT() local