float8store       100 mysqlnd/config-win.h #define float8store(T,V) {	*((int32_t *) T) = *((int32_t*) &V); \
float8store       344 mysqlnd/mysqlnd_portability.h #define float8store(T,V) { *((long *) (T))     = ((float8get_union *)&(V))->m[0]; \
float8store       428 mysqlnd/mysqlnd_portability.h #define float8store(T,V)  do { \
float8store       453 mysqlnd/mysqlnd_portability.h #define float8store(T,V)  do { \
float8store       488 mysqlnd/mysqlnd_portability.h #define float8store(T,V)	memcpy((char*)  (T),(char*) &(V), sizeof(double))
float8store       491 mysqlnd/mysqlnd_portability.h #define float8store(T,V)  memcpy((char*) (T),(char*) &(V),sizeof(double))