Searched defs:_wynorm (Results 1 – 1 of 1) sorted by relevance
122 static inline double wy2u01(uint64_t r){ const double _wynorm=1.0/(1ull<<52); return (r>>12)*_wynor… in wy2u01() local123 static inline double wy2gau(uint64_t r){ const double _wynorm=1.0/(1ull<<20); return ((r&0x1fffff)+… in wy2gau() local