Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h71 xinv.f = vdupq_m(xinv.f, F16INFINITY, vcmpeqq(x, 0.0f)); in vrecip_medprec_f16()
108 xinv.f = vdupq_m(xinv.f, F16INFINITY, vcmpeqq(x, 0.0f)); in vrecip_hiprec_f16()
214 vecAcc0 = vdupq_m(vecAcc0, -F16INFINITY, vcmpeqq(vecIn, 0.0f)); in vlogq_f16()
277 v.f = vdupq_m(v.f, F16INFINITY, vcmpeqq(vecIn, 0.0f)); in vrecip_f16()
Darm_math_types_f16.h145 #define F16INFINITY ((float16_t)__builtin_inf()) macro