Searched refs:retValue (Results 1 – 10 of 10) sorted by relevance
42 float16_t retValue=1.0; in arm_inverse_fft_length_f16() local48 retValue = (float16_t)0.000244140625f; in arm_inverse_fft_length_f16()52 retValue = (float16_t)0.00048828125f; in arm_inverse_fft_length_f16()56 retValue = (float16_t)0.0009765625f; in arm_inverse_fft_length_f16()60 retValue = (float16_t)0.001953125f; in arm_inverse_fft_length_f16()64 retValue = (float16_t)0.00390625f; in arm_inverse_fft_length_f16()68 retValue = (float16_t)0.0078125f; in arm_inverse_fft_length_f16()72 retValue = (float16_t)0.015625f; in arm_inverse_fft_length_f16()76 retValue = (float16_t)0.03125f; in arm_inverse_fft_length_f16()80 retValue = (float16_t)0.0625f; in arm_inverse_fft_length_f16()[all …]
41 float32_t retValue=1.0; in arm_inverse_fft_length_f32() local47 retValue = 0.000244140625; in arm_inverse_fft_length_f32()51 retValue = 0.00048828125; in arm_inverse_fft_length_f32()55 retValue = 0.0009765625f; in arm_inverse_fft_length_f32()59 retValue = 0.001953125; in arm_inverse_fft_length_f32()63 retValue = 0.00390625f; in arm_inverse_fft_length_f32()67 retValue = 0.0078125; in arm_inverse_fft_length_f32()71 retValue = 0.015625f; in arm_inverse_fft_length_f32()75 retValue = 0.03125; in arm_inverse_fft_length_f32()79 retValue = 0.0625f; in arm_inverse_fft_length_f32()[all …]
112 uint64_t retValue; in HAL_TimerGetMaxTimeout() local118 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()119 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
144 uint64_t retValue; in HAL_TimerGetMaxTimeout() local150 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()151 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
138 uint64_t retValue; in HAL_TimerGetMaxTimeout() local144 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()145 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
168 uint64_t retValue; in HAL_TimerGetMaxTimeout() local174 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()175 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
151 uint64_t retValue; in HAL_TimerGetMaxTimeout() local157 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()158 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
154 uint64_t retValue; in HAL_TimerGetMaxTimeout() local160 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()161 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
178 uint64_t retValue; in HAL_TimerGetMaxTimeout() local184 …retValue = COUNT_TO_USEC(((uint64_t)0xFFFFFFFF - (uint64_t)reserveCount), (uint64_t)halTimerState-… in HAL_TimerGetMaxTimeout()185 …return (uint32_t)((retValue > 0xFFFFFFFFU) ? (0xFFFFFFFFU - reserveMs * 1000U) : (uint32_t)retValu… in HAL_TimerGetMaxTimeout()
102 uint8 retValue = 0; in CanXL_GetMDQueueDepth() local106 retValue = (uint8)(base->FIFOCTRL[MDindex>>5U]&CANXL_GRP_CONTROL_FIFOCTRL_FIFODPH1_MASK); in CanXL_GetMDQueueDepth()110 …retValue = (uint8)((base->FIFOCTRL[MDindex>>5U]&CANXL_GRP_CONTROL_FIFOCTRL_FIFODPH2_MASK)>>CANXL_G… in CanXL_GetMDQueueDepth()112 return retValue; in CanXL_GetMDQueueDepth()