Home
last modified time | relevance | path

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

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dserialize.cpp1392 #define start_contents64(p) (((uintptr_t)(p) & ~(uintptr_t)7) + 8) macro
2038 double *x = reinterpret_cast<double *>(start_contents64(prev)); in serial_read()
2057 uint64_t *x = (uint64_t *)start_contents64(prev); in serial_read()
3068 { double *x = reinterpret_cast<double *>(start_contents64(p)); in write_data()
3082 { uint64_t *x = (uint64_t *)start_contents64(p); in write_data()