Searched defs:COPYSIGN (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | _divkc3.c | 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
|
H A D | _mulkc3.c | 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
H A D | _mulkc3.c | 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
|
H A D | _divkc3.c | 29 #define COPYSIGN(x,y) __builtin_copysignf128 (x, y) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
H A D | trigd.c | 317 #define COPYSIGN __copysignieee128 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | libgcc2.c | 1950 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | libgcc2.c | 1937 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT) macro
|