Home
last modified time | relevance | path

Searched defs:new_exp (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c157 nir_def *new_exp = nir_isub(b, get_exponent(b, ra), in lower_rcp() local
216 nir_def *new_exp = nir_isub(b, get_exponent(b, ra), half); in lower_sqrt_rsq() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dhalf_float.c96 const int new_exp = flt_e - 127; in _mesa_float_to_half_slow() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_basic_funcs.c39 WORD32 new_exp; in ixheaacd_fix_mant_exp_add() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/unit/
H A Dunit_exponent.rs57 let new_exp = Exact::new(exp.clone(), true).add(product, int)?; in add_to_hashmap() localVariable
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_halffloat.c82 const int new_exp = flt_e - 127; in _float_to_half() local
/aosp_15_r20/external/mksh/src/
H A Dfuncs.c337 bool new_exp, new_nl = true; in c_print() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc1811 HloInstruction* new_exp = divide->mutable_operand(1)->AddInstruction( in HandleDivide() local