Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c114 unsigned long long llscale; in lp_const_scale() local
117 llscale = (unsigned long long)1 << lp_const_shift(type); in lp_const_scale()
118 llscale -= lp_const_offset(type); in lp_const_scale()
119 dscale = (double)llscale; in lp_const_scale()
120 assert((unsigned long long)dscale == llscale); in lp_const_scale()