Searched defs:cbrt (Results 1 – 2 of 2) sorted by relevance
216 #define cbrt(x) __tg_real(cbrt, (x)) macro
7 static inline double cbrt(double x) { return (double)cv::cubeRoot((float)x); }; in cbrt() function