Home
last modified time | relevance | path

Searched refs:COPYSIGN (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
D_mulkc3.c29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
60 a = COPYSIGN (isinf (a) ? 1 : 0, a); in __mulkc3()
61 b = COPYSIGN (isinf (b) ? 1 : 0, b); in __mulkc3()
62 if (isnan (c)) c = COPYSIGN (0, c); in __mulkc3()
63 if (isnan (d)) d = COPYSIGN (0, d); in __mulkc3()
70 c = COPYSIGN (isinf (c) ? 1 : 0, c); in __mulkc3()
71 d = COPYSIGN (isinf (d) ? 1 : 0, d); in __mulkc3()
72 if (isnan (a)) a = COPYSIGN (0, a); in __mulkc3()
73 if (isnan (b)) b = COPYSIGN (0, b); in __mulkc3()
81 if (isnan (a)) a = COPYSIGN (0, a); in __mulkc3()
[all …]
D_divkc3.c29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
164 x = COPYSIGN (INFINITY, c) * a; in __divkc3()
165 y = COPYSIGN (INFINITY, c) * b; in __divkc3()
169 a = COPYSIGN (isinf (a) ? 1 : 0, a); in __divkc3()
170 b = COPYSIGN (isinf (b) ? 1 : 0, b); in __divkc3()
176 c = COPYSIGN (isinf (c) ? 1 : 0, c); in __divkc3()
177 d = COPYSIGN (isinf (d) ? 1 : 0, d); in __divkc3()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dlibgcc2.c1937 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT) macro
1980 a = COPYSIGN (isinf (a) ? 1 : 0, a);
1981 b = COPYSIGN (isinf (b) ? 1 : 0, b);
1982 if (isnan (c)) c = COPYSIGN (0, c);
1983 if (isnan (d)) d = COPYSIGN (0, d);
1990 c = COPYSIGN (isinf (c) ? 1 : 0, c);
1991 d = COPYSIGN (isinf (d) ? 1 : 0, d);
1992 if (isnan (a)) a = COPYSIGN (0, a);
1993 if (isnan (b)) b = COPYSIGN (0, b);
2001 if (isnan (a)) a = COPYSIGN (0, a);
[all …]
DChangeLog3244 (COPYSIGN): Use the f128 version instead of the q version.
3249 (COPYSIGN): Use the f128 version instead of the q version.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinternal-fn.def281 DEF_INTERNAL_FLT_FLOATN_FN (COPYSIGN, ECF_CONST, copysign, binary)
Dmatch.pd835 copysigns (COPYSIGN)
842 copysigns (COPYSIGN)
850 copysigns (COPYSIGN)
857 copysigns (COPYSIGN)
6156 copysigns (COPYSIGN)
6175 copysigns (COPYSIGN)
Dbuiltins.cc1946 CASE_MATHFN_FLOATN (COPYSIGN) \ in mathfn_built_in_2()
DChangeLog-20216069 to .COPYSIGN (a, b)): Add !HONOR_SNANS.
7571 .COPYSIGN (a,b) when a and b are same type as the truncation
DChangeLog-201766 * match.pd (COPYSIGN optimizations): Provide optimizations for
9746 (COPYSIGN): Likewise.
DChangeLog-20155457 (RINT, ROUND, TRUNC, ATAN2, COPYSIGN, FMOD, POW, REMAINDER, SCALB)