Home
last modified time | relevance | path

Searched refs:exp_adj (Results 1 – 2 of 2) 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
376 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()
/external/crcalc/src/com/hp/creals/
DCR.java718 long exp_adj = may_underflow? needed_prec + 96 : needed_prec; in doubleValue() local
720 if (((orig_exp + exp_adj) & ~0x7ff) != 0) { in doubleValue()
728 scaled_int_rep += exp_adj << 52; in doubleValue()