Home
last modified time | relevance | path

Searched refs:bits_lost (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/math/test/
Dtest_roots.cpp151 int bits_lost = static_cast<int>(ceil(log10((std::max)(a, b)) * 3)); in inverse_ibeta_bisect() local
152 if(bits_lost < 0) in inverse_ibeta_bisect()
153 bits_lost = 3; in inverse_ibeta_bisect()
155 bits_lost += 3; in inverse_ibeta_bisect()
156 int precision = bits - bits_lost; in inverse_ibeta_bisect()
183 int bits_lost = static_cast<int>(ceil(log10((std::max)(a, b)) * 3)); in inverse_ibeta_bisect_neg() local
184 if(bits_lost < 0) in inverse_ibeta_bisect_neg()
185 bits_lost = 3; in inverse_ibeta_bisect_neg()
187 bits_lost += 3; in inverse_ibeta_bisect_neg()
188 int precision = bits - bits_lost; in inverse_ibeta_bisect_neg()
[all …]
/third_party/musl/src/math/
Dfmal.c104 int bits_lost; in add_and_denormalize() local
121 bits_lost = -u.i.se - scale + 1; in add_and_denormalize()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c104 int bits_lost; in add_and_denormalize() local
121 bits_lost = -u.i.se - scale + 1; in add_and_denormalize()
122 if ((bits_lost != 1) ^ LASTBIT(u)) in add_and_denormalize()