Home
last modified time | relevance | path

Searched defs:fromRaw (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.hpp106 static const softfloat fromRaw( const uint32_t a ) { softfloat x; x.v = a; return x; } in fromRaw() function
243 static softdouble fromRaw( const uint64_t a ) { softdouble x; x.v = a; return x; } in fromRaw() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dsoftfloat.hpp106 static const softfloat fromRaw( const uint32_t a ) { softfloat x; x.v = a; return x; } in fromRaw() function
243 static softdouble fromRaw( const uint64_t a ) { softdouble x; x.v = a; return x; } in fromRaw() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dsoftfloat.hpp106 static const softfloat fromRaw( const uint32_t a ) { softfloat x; x.v = a; return x; } in fromRaw() function
243 static softdouble fromRaw( const uint64_t a ) { softdouble x; x.v = a; return x; } in fromRaw() function