Home
last modified time | relevance | path

Searched defs:sqr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dutil_inl.hpp122 static inline int sqr(int x) { return x * x; } in sqr() function
123 static inline float sqr(float x) { return x * x; } in sqr() function
124 static inline double sqr(double x) { return x * x; } in sqr() function
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h168 #define sqr(a) ((a) * (a)) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp699 inline T sqr(T const& value) in sqr() function
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dstm32-adc.c136 const struct stm32_adc_regs *sqr; member
1002 const struct stm32_adc_regs *sqr = adc->cfg->regs->sqr; in stm32_adc_conf_scan_seq() local