Searched refs:float8get_union (Results 1 – 1 of 1) sorted by relevance
236 } float8get_union; typedef237 #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 6 milliseconds