Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_portability.h236 } float8get_union; typedef
237 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \
238 ((float8get_union *)&(V))->m[1] = *(((zend_long*) (M))+1); }
239 #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \
240 *(((zend_long *) (T))+1) = ((float8get_union *)&(V))->m[1]; }

Completed in 8 milliseconds