Searched refs:float8get_union (Results 1 – 1 of 1) sorted by relevance
341 } float8get_union; typedef342 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((long*) (M)); \343 ((float8get_union *)&(V))->m[1] = *(((long*) (M))+1); }344 #define float8store(T,V) { *((long *) (T)) = ((float8get_union *)&(V))->m[0]; \345 *(((long *) (T))+1) = ((float8get_union *)&(V))->m[1]; }
Completed in 11 milliseconds