Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/
H A Dtidbits.h73 COIN_DLL_API double coin_ntoh_double_bytes(const char * value); /* expects 8 bytes input */
/dports/graphics/Coin/coin-Coin-4.0.0/src/
H A Dtidbits.cpp867 coin_ntoh_double_bytes(const char * value) in coin_ntoh_double_bytes() function
/dports/graphics/Coin/coin-Coin-4.0.0/src/io/
H A DSoInput.cpp2337 *d = coin_ntoh_double_bytes(from); in convertDouble()