OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aDD
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/ppc/
multc3.c
39
DD
aDD
= { .ld = a };
44
if (crt_isinf(
aDD
.s.hi) || crt_isinf(bDD.s.hi))
46
makeFinite(
aDD
);
57
zeroNaN(
aDD
);
72
zeroNaN(
aDD
);
82
real.s.hi = CRT_INFINITY * (
aDD
.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
84
imag.s.hi = CRT_INFINITY * (
aDD
.s.hi*dDD.s.hi + bDD.s.hi*cDD.s.hi);
divtc3.c
55
DD
aDD
= { .ld = a };
59
if ((rDD.s.hi == 0.0) && (!crt_isnan(
aDD
.s.hi) ||
62
real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) *
aDD
.s.hi;
68
else if ((crt_isinf(
aDD
.s.hi) || crt_isinf(bDD.s.hi)) &&
71
makeFinite(
aDD
);
73
real.s.hi = CRT_INFINITY * (
aDD
.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
75
imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi -
aDD
.s.hi*dDD.s.hi);
80
crt_isfinite(
aDD
.s.hi) && crt_isfinite(bDD.s.hi))
84
real.s.hi = crt_copysign(0.0,(
aDD
.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi));
86
imag.s.hi = crt_copysign(0.0,(bDD.s.hi*cDD.s.hi -
aDD
.s.hi*dDD.s.hi))
[
all
...]
/external/clang/test/CodeGen/
2002-07-14-MiscTests3.c
149
double aAA, double aBB, double aCC, double
aDD
,
152
+ aAA + aBB + aCC +
aDD
+ aEE + aFF;
Completed in 824 milliseconds