Searched refs:copysignl (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltins-41.c3 Check that constant folding of copysign, copysignf and copysignl math
15 extern long double copysignl(long double, long double);
46 if (copysignl (2.0l, 1.0l) != 2.0l)
48 if (copysignl (2.0l, -1.0l) != -2.0l)
50 if (copysignl (-2.0l, 1.0l) != 2.0l)
52 if (copysignl (-2.0l, -1.0l) != -2.0l)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbuiltins-41.c3 Check that constant folding of copysign, copysignf and copysignl math
15 extern long double copysignl(long double, long double);
46 if (copysignl (2.0l, 1.0l) != 2.0l)
48 if (copysignl (2.0l, -1.0l) != -2.0l)
50 if (copysignl (-2.0l, 1.0l) != 2.0l)
52 if (copysignl (-2.0l, -1.0l) != -2.0l)
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_copysignl.c35 * copysignl(long double x, long double y)
40 copysignl(long double x, long double y) function
H A Ds_scalbnl.c100 return LDBL_MIN * copysignl(LDBL_MIN, x);
103 return LDBL_MAX * copysignl(LDBL_MAX, x);
/netbsd-6-1-5-RELEASE/lib/libm/complex/
H A Dcprojl.c60 IMAG_PART(w) = copysignl(0.0, cimagl(z));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/architecture/ppc/
H A Dmath.h77 extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl); variable
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/hppa/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/i386/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/m68000/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/m68k/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/mips64eb/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/mips64el/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro
H A Dconfig.h47 /* Define to 1 if you have the `copysignl' function. */
766 # define copysignl _copysignl macro
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/mipseb/
H A Dc++config.h153 /* Define to 1 if you have the `copysignl' function. */
872 # define copysignl _copysignl macro

Completed in 160 milliseconds

123