Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dsoftfloat.hpp175 inline bool getSign() const { return (v >> 31) != 0; } in getSign() function
312 inline bool getSign() const { return (v >> 63) != 0; } in getSign() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dsoftfloat.hpp175 inline bool getSign() const { return (v >> 31) != 0; } in getSign() function
312 inline bool getSign() const { return (v >> 63) != 0; } in getSign() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dsoftfloat.hpp175 inline bool getSign() const { return (v >> 31) != 0; } in getSign() function
312 inline bool getSign() const { return (v >> 63) != 0; } in getSign() function