Searched refs:exp_adj (Results 1 – 2 of 2) sorted by relevance
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj; in lp_build_smallfloat_to_float() local376 exp_adj = lp_build_const_int_vec(gallivm, i32_type, in lp_build_smallfloat_to_float()378 normal = lp_build_add(&i32_bld, srcabs, exp_adj); in lp_build_smallfloat_to_float()
748 long exp_adj = may_underflow? needed_prec + 96 : needed_prec; in doubleValue() local750 if (((orig_exp + exp_adj) & ~0x7ff) != 0) { in doubleValue()760 scaled_int_rep += exp_adj << 52; in doubleValue()