Home
last modified time | relevance | path

Searched refs:HALF_EXPORT (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Half/
Dhalf.h92 #define HALF_EXPORT __declspec(dllexport) macro
94 #define HALF_EXPORT __declspec(dllimport) macro
98 #define HALF_EXPORT macro
102 class HALF_EXPORT half
238 HALF_EXPORT std::ostream & operator << (std::ostream &os, half h);
239 HALF_EXPORT std::istream & operator >> (std::istream &is, half &h);
246 HALF_EXPORT void printBits (std::ostream &os, half h);
247 HALF_EXPORT void printBits (std::ostream &os, float f);
248 HALF_EXPORT void printBits (char c[19], half h);
249 HALF_EXPORT void printBits (char c[35], float f);