Home
last modified time | relevance | path

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

/cmsis-dsp-3.7.0-3.6.0/ComputeLibrary/Include/
DNEMath.h438 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); in vexpq_f16() local
441 const float16x8_t res = vcvt_high_f16_f32(vcvt_f16_f32(vexpq_f32(x_low)), vexpq_f32(x_high)); in vexpq_f16()
448 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); in vlogq_f16() local
451 const float16x8_t res = vcvt_high_f16_f32(vcvt_f16_f32(vlogq_f32(x_low)), vlogq_f32(x_high)); in vlogq_f16()