Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_minkowski_distance_f32.c45 const int recip = b < 0; in __powisf2() local
56 return recip ? 1/r : r; in __powisf2()