Searched refs:exp_one (Results 1 – 1 of 1) sorted by relevance
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local357 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()