OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aDD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
divtc3.c
50
DD
aDD
= { .ld = a };
54
if ((rDD.s.hi == 0.0) && (!crt_isnan(
aDD
.s.hi) ||
57
real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) *
aDD
.s.hi;
63
else if ((crt_isinf(
aDD
.s.hi) || crt_isinf(bDD.s.hi)) &&
66
makeFinite(
aDD
);
68
real.s.hi = CRT_INFINITY * (
aDD
.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
70
imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi -
aDD
.s.hi*dDD.s.hi);
75
crt_isfinite(
aDD
.s.hi) && crt_isfinite(bDD.s.hi))
79
real.s.hi = crt_copysign(0.0,(
aDD
.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi));
81
imag.s.hi = crt_copysign(0.0,(bDD.s.hi*cDD.s.hi -
aDD
.s.hi*dDD.s.hi))
[
all
...]
multc3.c
35
DD
aDD
= { .ld = a };
40
if (crt_isinf(
aDD
.s.hi) || crt_isinf(bDD.s.hi))
42
makeFinite(
aDD
);
53
zeroNaN(
aDD
);
68
zeroNaN(
aDD
);
78
real.s.hi = CRT_INFINITY * (
aDD
.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
80
imag.s.hi = CRT_INFINITY * (
aDD
.s.hi*dDD.s.hi + bDD.s.hi*cDD.s.hi);
Completed in 11 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025