Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A DFMod.h171 inline constexpr static intU_t execute(int exp_diff, int sides_zeroes_count, in execute()
190 inline constexpr static intU_t execute(int exp_diff, int sides_zeroes_count, in execute()
272 int exp_diff = e_x - e_y; in eval_internal() local
/llvm-project-15.0.7/libc/src/math/generic/
H A Dhypotf.cpp24 uint16_t exp_diff = (x_exp > y_exp) ? (x_exp - y_exp) : (y_exp - x_exp); variable