Searched refs:DECODE_DOUBLE (Results 1 – 1 of 1) sorted by relevance
53 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) macro68 #define DECODE_DOUBLE(from, to) \ macro85 #define ENCODE_DOUBLE(from, to) DECODE_DOUBLE((from), (to))