HomeSort by: relevance | last modified time | path
    Searched defs:COPYSIGN (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
_mulkc3.c 32 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y)
36 #define COPYSIGN(x,y) __builtin_copysignl (x, y)
69 a = COPYSIGN (isinf (a) ? 1 : 0, a);
70 b = COPYSIGN (isinf (b) ? 1 : 0, b);
71 if (isnan (c)) c = COPYSIGN (0, c);
72 if (isnan (d)) d = COPYSIGN (0, d);
79 c = COPYSIGN (isinf (c) ? 1 : 0, c);
80 d = COPYSIGN (isinf (d) ? 1 : 0, d);
81 if (isnan (a)) a = COPYSIGN (0, a);
82 if (isnan (b)) b = COPYSIGN (0, b)
    [all...]
_divkc3.c 32 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y)
37 #define COPYSIGN(x,y) __builtin_copysignl (x, y)
174 x = COPYSIGN (INFINITY, c) * a;
175 y = COPYSIGN (INFINITY, c) * b;
179 a = COPYSIGN (isinf (a) ? 1 : 0, a);
180 b = COPYSIGN (isinf (b) ? 1 : 0, b);
186 c = COPYSIGN (isinf (c) ? 1 : 0, c);
187 d = COPYSIGN (isinf (d) ? 1 : 0, d);
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
_mulkc3.c 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y)
60 a = COPYSIGN (isinf (a) ? 1 : 0, a);
61 b = COPYSIGN (isinf (b) ? 1 : 0, b);
62 if (isnan (c)) c = COPYSIGN (0, c);
63 if (isnan (d)) d = COPYSIGN (0, d);
70 c = COPYSIGN (isinf (c) ? 1 : 0, c);
71 d = COPYSIGN (isinf (d) ? 1 : 0, d);
72 if (isnan (a)) a = COPYSIGN (0, a);
73 if (isnan (b)) b = COPYSIGN (0, b);
81 if (isnan (a)) a = COPYSIGN (0, a)
    [all...]
_divkc3.c 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y)
164 x = COPYSIGN (INFINITY, c) * a;
165 y = COPYSIGN (INFINITY, c) * b;
169 a = COPYSIGN (isinf (a) ? 1 : 0, a);
170 b = COPYSIGN (isinf (b) ? 1 : 0, b);
176 c = COPYSIGN (isinf (c) ? 1 : 0, c);
177 d = COPYSIGN (isinf (d) ? 1 : 0, d);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
trigd.c 335 #define COPYSIGN __copysignieee128
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
trigd.c 317 #define COPYSIGN __copysignieee128
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 2713 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
2756 a = COPYSIGN (isinf (a) ? 1 : 0, a);
2757 b = COPYSIGN (isinf (b) ? 1 : 0, b);
2758 if (isnan (c)) c = COPYSIGN (0, c);
2759 if (isnan (d)) d = COPYSIGN (0, d);
2766 c = COPYSIGN (isinf (c) ? 1 : 0, c);
2767 d = COPYSIGN (isinf (d) ? 1 : 0, d);
2768 if (isnan (a)) a = COPYSIGN (0, a);
2769 if (isnan (b)) b = COPYSIGN (0, b);
2777 if (isnan (a)) a = COPYSIGN (0, a)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 1969 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
2012 a = COPYSIGN (isinf (a) ? 1 : 0, a);
2013 b = COPYSIGN (isinf (b) ? 1 : 0, b);
2014 if (isnan (c)) c = COPYSIGN (0, c);
2015 if (isnan (d)) d = COPYSIGN (0, d);
2022 c = COPYSIGN (isinf (c) ? 1 : 0, c);
2023 d = COPYSIGN (isinf (d) ? 1 : 0, d);
2024 if (isnan (a)) a = COPYSIGN (0, a);
2025 if (isnan (b)) b = COPYSIGN (0, b);
2033 if (isnan (a)) a = COPYSIGN (0, a)
    [all...]

Completed in 30 milliseconds