Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_portability.h174 #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \ macro
258 #define float8store(T,V) do { \ macro
283 #define float8store(T,V) do { \ macro
318 #define float8store(T,V) memcpy((char*) (T),(char*) &(V), sizeof(double)) macro
321 #define float8store(T,V) memcpy((char*) (T),(char*) &(V),sizeof(double)) macro
H A Dconfig-win.h99 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \ macro
H A Dmysqlnd_ps_codec.c812 float8store(*p, Z_DVAL_P(data)); in mysqlnd_stmt_execute_store_param_values()

Completed in 13 milliseconds