Searched refs:COPYSIGN (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | _mulkc3.c | 29 #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.c | 29 #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/ |
| D | libgcc2.c | 1937 #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 …]
|
| D | ChangeLog | 3244 (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/ |
| D | internal-fn.def | 281 DEF_INTERNAL_FLT_FLOATN_FN (COPYSIGN, ECF_CONST, copysign, binary)
|
| D | match.pd | 835 copysigns (COPYSIGN) 842 copysigns (COPYSIGN) 850 copysigns (COPYSIGN) 857 copysigns (COPYSIGN) 6156 copysigns (COPYSIGN) 6175 copysigns (COPYSIGN)
|
| D | builtins.cc | 1946 CASE_MATHFN_FLOATN (COPYSIGN) \ in mathfn_built_in_2()
|
| D | ChangeLog-2021 | 6069 to .COPYSIGN (a, b)): Add !HONOR_SNANS. 7571 .COPYSIGN (a,b) when a and b are same type as the truncation
|
| D | ChangeLog-2017 | 66 * match.pd (COPYSIGN optimizations): Provide optimizations for 9746 (COPYSIGN): Likewise.
|
| D | ChangeLog-2015 | 5457 (RINT, ROUND, TRUNC, ATAN2, COPYSIGN, FMOD, POW, REMAINDER, SCALB)
|