Home
last modified time | relevance | path

Searched defs:SQR (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
DBVH.cpp38 inline double SQR(double x) { return x * x; } in SQR() function
/external/speex/libspeex/
Dpreprocess.c91 #define SQR(x) ((x)*(x)) macro
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp1023 #define SQR(x) ((x)*(x)) macro