OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bExponent
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
fp_add_impl.inc
61
int
bExponent
= bRep >> significandBits & maxExponent;
67
if (
bExponent
== 0)
bExponent
= normalize(&bSignificand);
83
const unsigned int align = aExponent -
bExponent
;
divdf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
divtf3.c
26
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
34
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
75
int quotientExponent = aExponent -
bExponent
+ scale;
fp_mul_impl.inc
19
const unsigned int
bExponent
= toRep(b) >> significandBits & maxExponent;
27
if (aExponent-1U >= maxExponent-1U ||
bExponent
-1U >= maxExponent-1U) {
78
int productExponent = aExponent +
bExponent
- exponentBias + scale;
Completed in 16 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025