Home
last modified time | relevance | path

Searched defs:getExp (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.hpp179 inline int getExp() const { return ((v >> 23) & 0xFF) - 127; } in getExp() function
316 inline int getExp() const { return ((v >> 52) & 0x7FF) - 1023; } in getExp() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dsoftfloat.hpp179 inline int getExp() const { return ((v >> 23) & 0xFF) - 127; } in getExp() function
316 inline int getExp() const { return ((v >> 52) & 0x7FF) - 1023; } in getExp() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dsoftfloat.hpp179 inline int getExp() const { return ((v >> 23) & 0xFF) - 127; } in getExp() function
316 inline int getExp() const { return ((v >> 52) & 0x7FF) - 1023; } in getExp() function