Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h216 #define cbrt(x) __tg_real(cbrt, (x)) macro
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dap3p.cpp7 static inline double cbrt(double x) { return (double)cv::cubeRoot((float)x); }; in cbrt() function