Home
last modified time | relevance | path

Searched refs:float8store (Results 1 – 3 of 3) 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
H A Dmysqlnd_ps_codec.c801 float8store(*p, Z_DVAL_P(data)); in mysqlnd_stmt_execute_store_params()

Completed in 9 milliseconds