Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_jensenshannon_distance_f32.c42 __STATIC_INLINE float32_t rel_entr(float32_t x, float32_t y) in rel_entr() function
182 accum += rel_entr(a, tmp); in arm_jensenshannon_distance_f32()
183 accum += rel_entr(b, tmp); in arm_jensenshannon_distance_f32()
231 left += rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f32()
232 right += rel_entr(pB[i], tmp); in arm_jensenshannon_distance_f32()
Darm_jensenshannon_distance_f16.c55 __STATIC_INLINE float16_t rel_entr(float16_t x, float16_t y) in rel_entr() function
159 left += (_Float16)rel_entr(pA[i], tmp); in arm_jensenshannon_distance_f16()
160 right += (_Float16)rel_entr(pB[i], tmp); in arm_jensenshannon_distance_f16()