Searched defs:thresh (Results 1 – 4 of 4) sorted by relevance
934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two() local
219 uint16_t thresh; /*!< High threshold. */ member
277 int findSigSpace(float *inputBuff, float *eMatrix, float thresh, int matSizeN, hal_pktinfo_t *pktin… in findSigSpace()