Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local
357 exp_one = lp_build_const_int_vec(gallivm, i32_type, 1 << 23); in lp_build_smallfloat_to_float()
358 isdenorm = lp_build_cmp(&i32_bld, PIPE_FUNC_LESS, srcabs, exp_one); in lp_build_smallfloat_to_float()