OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fromRep
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
40
if (aAbs > infRep) return
fromRep
(toRep(a) | quietBit);
42
if (bAbs > infRep) return
fromRep
(toRep(b) | quietBit);
46
if (bAbs == infRep) return
fromRep
(qnanRep);
48
else return
fromRep
(aAbs | quotientSign);
52
if (bAbs == infRep) return
fromRep
(quotientSign);
56
if (!bAbs) return
fromRep
(qnanRep);
58
else return
fromRep
(quotientSign);
61
if (!bAbs) return
fromRep
(infRep | quotientSign);
147
return
fromRep
(infRep | quotientSign);
153
return
fromRep
(quotientSign)
[
all
...]
floatunditf.c
25
if (a == 0) return
fromRep
(0);
37
return
fromRep
(result);
floatunsitf.c
25
if (a == 0) return
fromRep
(0);
37
return
fromRep
(result);
floatditf.c
26
return
fromRep
(0);
47
return
fromRep
(result | sign);
floatsidf.c
28
return
fromRep
(0);
50
return
fromRep
(result | sign);
floatsitf.c
26
return
fromRep
(0);
47
return
fromRep
(result | sign);
floatunsidf.c
27
if (a == 0) return
fromRep
(0);
39
return
fromRep
(result);
divdf3.c
40
if (aAbs > infRep) return
fromRep
(toRep(a) | quietBit);
42
if (bAbs > infRep) return
fromRep
(toRep(b) | quietBit);
46
if (bAbs == infRep) return
fromRep
(qnanRep);
48
else return
fromRep
(aAbs | quotientSign);
52
if (bAbs == infRep) return
fromRep
(quotientSign);
56
if (!bAbs) return
fromRep
(qnanRep);
58
else return
fromRep
(quotientSign);
61
if (!bAbs) return
fromRep
(infRep | quotientSign);
162
return
fromRep
(infRep | quotientSign);
168
return
fromRep
(quotientSign)
[
all
...]
divtf3.c
40
if (aAbs > infRep) return
fromRep
(toRep(a) | quietBit);
42
if (bAbs > infRep) return
fromRep
(toRep(b) | quietBit);
46
if (bAbs == infRep) return
fromRep
(qnanRep);
48
else return
fromRep
(aAbs | quotientSign);
52
if (bAbs == infRep) return
fromRep
(quotientSign);
56
if (!bAbs) return
fromRep
(qnanRep);
58
else return
fromRep
(quotientSign);
61
if (!bAbs) return
fromRep
(infRep | quotientSign);
182
return
fromRep
(infRep | quotientSign);
187
return
fromRep
(quotientSign)
[
all
...]
negdf2.c
19
return
fromRep
(toRep(a) ^ signBit);
negsf2.c
19
return
fromRep
(toRep(a) ^ signBit);
subtf3.c
24
return __addtf3(a,
fromRep
(toRep(b) ^ signBit));
floatsisf.c
28
return
fromRep
(0);
56
return
fromRep
(result | sign);
floatunsisf.c
27
if (a == 0) return
fromRep
(0);
47
return
fromRep
(result);
subdf3.c
21
return __adddf3(a,
fromRep
(toRep(b) ^ signBit));
subsf3.c
21
return __addsf3(a,
fromRep
(toRep(b) ^ signBit));
fp_mul_impl.inc
33
if (aAbs > infRep) return
fromRep
(toRep(a) | quietBit);
35
if (bAbs > infRep) return
fromRep
(toRep(b) | quietBit);
39
if (bAbs) return
fromRep
(aAbs | productSign);
41
else return
fromRep
(qnanRep);
46
if (aAbs) return
fromRep
(bAbs | productSign);
48
else return
fromRep
(qnanRep);
52
if (!aAbs) return
fromRep
(productSign);
54
if (!bAbs) return
fromRep
(productSign);
85
if (productExponent >= maxExponent) return
fromRep
(infRep | productSign);
95
if (shift >= typeWidth) return
fromRep
(productSign)
[
all
...]
fp_add_impl.inc
27
if (aAbs > infRep) return
fromRep
(toRep(a) | quietBit);
29
if (bAbs > infRep) return
fromRep
(toRep(b) | quietBit);
33
if ((toRep(a) ^ toRep(b)) == signBit) return
fromRep
(qnanRep);
44
if (!bAbs) return
fromRep
(toRep(a) & toRep(b));
95
if (aSignificand == 0) return
fromRep
(0);
118
if (aExponent >= maxExponent) return
fromRep
(infRep | resultSign);
143
return
fromRep
(result);
fp_lib.h
236
static __inline fp_t
fromRep
(rep_t x) {
Completed in 21 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025