Home
last modified time | relevance | path

Searched defs:exp_diff (Results 1 – 4 of 4) sorted by relevance

/third_party/optimized-routines/math/aarch64/experimental/
Datan2f_3u.c66 int32_t exp_diff = biased_exponent (x) - biased_exponent (y); in atan2f() local
Datan2_2u5.c60 int64_t exp_diff = biased_exponent (x) - biased_exponent (y); in atan2() local
/third_party/mesa3d/src/util/
Dsoftfloat.c448 const int64_t exp_diff = a_flt_e - b_flt_e; in _mesa_double_add_rtz() local
671 const int64_t exp_diff = a_flt_e - b_flt_e; in _mesa_double_sub_rtz() local
1058 int64_t exp_diff = e - c_flt_e; in _mesa_double_fma_rtz() local
1313 int16_t exp_diff = e - c_flt_e; in _mesa_float_fma_rtz() local
/third_party/ffmpeg/libavcodec/
Dac3enc.c486 int exp_diff; in compute_exp_strategy() local