OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aExponent
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
25
const unsigned int
aExponent
= toRep(a) >> significandBits & maxExponent;
34
if (
aExponent
-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) {
75
int quotientExponent =
aExponent
- bExponent + scale;
fp_add_impl.inc
60
int
aExponent
= aRep >> significandBits & maxExponent;
66
if (
aExponent
== 0)
aExponent
= normalize(&aSignificand);
83
const unsigned int align =
aExponent
- bExponent;
102
aExponent
-= shift;
113
aExponent
+= 1;
118
if (
aExponent
>= maxExponent) return fromRep(infRep | resultSign);
120
if (
aExponent
<= 0) {
123
const int shift = 1 -
aExponent
;
126
aExponent
= 0
[
all
...]
divdf3.c
25
const unsigned int
aExponent
= toRep(a) >> significandBits & maxExponent;
34
if (
aExponent
-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) {
75
int quotientExponent =
aExponent
- bExponent + scale;
divtf3.c
25
const unsigned int
aExponent
= toRep(a) >> significandBits & maxExponent;
34
if (
aExponent
-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) {
75
int quotientExponent =
aExponent
- bExponent + scale;
fp_mul_impl.inc
18
const unsigned int
aExponent
= toRep(a) >> 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 Wed Oct 15 16:09:53 GMT 2025