OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bDD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
divtc3.c
51
DD
bDD
= { .ld = b };
55
!crt_isnan(
bDD
.s.hi)))
59
imag.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) *
bDD
.s.hi;
63
else if ((crt_isinf(aDD.s.hi) || crt_isinf(
bDD
.s.hi)) &&
67
makeFinite(
bDD
);
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
36
DD
bDD
= { .ld = b };
40
if (crt_isinf(aDD.s.hi) || crt_isinf(
bDD
.s.hi))
43
makeFinite(
bDD
);
54
zeroNaN(
bDD
);
69
zeroNaN(
bDD
);
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 10 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025