Home
last modified time | relevance | path

Searched defs:float8store (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_portability.h344 #define float8store(T,V) { *((long *) (T)) = ((float8get_union *)&(V))->m[0]; \ macro
428 #define float8store(T,V) do { \ macro
453 #define float8store(T,V) do { \ macro
488 #define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double)) macro
491 #define float8store(T,V) memcpy((char*) (T),(char*) &(V),sizeof(double)) macro
H A Dconfig-win.h100 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ macro

Completed in 11 milliseconds