Searched refs:float8get_union (Results 1 – 1 of 1) sorted by relevance
151 } float8get_union; typedef152 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \153 ((float8get_union *)&(V))->m[1] = *(((zend_long*) (M))+1); }154 #define float8store(T,V) { *((zend_long *) (T)) = ((float8get_union *)&(V))->m[0]; \155 *(((zend_long *) (T))+1) = ((float8get_union *)&(V))->m[1]; }
Completed in 4 milliseconds