Home
last modified time | relevance | path

Searched refs:fabsl (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/netbsd/lib/libm/complex/
H A Dcatrigl.c58 #define isinf(x) (fabsl(x) == INFINITY)
200 ax = fabsl(x); in casinhl()
201 ay = fabsl(y); in casinhl()
255 ax = fabsl(x); in cacosl()
256 ay = fabsl(y); in cacosl()
269 rx = fabsl(cimagl(w)); in cacosl()
313 return (CMPLXL(fabsl(ry), rx)); in cacoshl()
327 ax = fabsl(x); in clog_for_large_values()
328 ay = fabsl(y); in clog_for_large_values()
386 ax = fabsl(x); in catanhl()
[all …]
H A Dcsqrtl.c82 return (cpackl(fabsl(b - b), copysignl(a, b))); in csqrtl()
92 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
106 result = cpackl(fabsl(b) / (2.0L * t), copysignl(t, b)); in csqrtl()
H A Dcephes_subrl.c44 if (fabsl(x) <= 0.5L) { in _cchshl()
95 x = fabsl(2.0L * creall(z)); in _ctansl()
96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
127 } while (fabsl(t/d) > MACHEPL); in _ctansl()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc35 fabsl(long double x) in fabsl() function
141 long double s = fabsl(x) + fabsl(y); in hypotl()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc35 fabsl(long double x) in fabsl() function
141 long double s = fabsl(x) + fabsl(y); in hypotl()
/netbsd/tests/lib/libm/
H A Dt_ceil.c241 ATF_CHECK(fabsl(ceill(x) - 1) < SMALL_NUM); in ATF_TC_BODY()
242 ATF_CHECK(fabsl(ceill(y) - 1) < SMALL_NUM); in ATF_TC_BODY()
299 if (fabsl(y) > 0.0 || signbit(y) == 0) in ATF_TC_BODY()
314 if (fabsl(y) > 0.0 || signbit(y) != 0) in ATF_TC_BODY()
572 if (fabsl(y) > 0.0 || signbit(y) == 0) in ATF_TC_BODY()
587 if (fabsl(y) > 0.0 || signbit(y) != 0) in ATF_TC_BODY()
845 if (fabsl(y) > 0.0 || signbit(y) == 0) in ATF_TC_BODY()
860 if (fabsl(y) > 0.0 || signbit(y) != 0) in ATF_TC_BODY()
H A Dt_round.c72 ATF_CHECK(fabsl(bl) < SMALL_NUM); in ATF_TC_BODY()
80 ATF_CHECK(fabsl(cl) < SMALL_NUM); in ATF_TC_BODY()
H A Dt_cbrt.c299 ok = (fabsl((x_cbrt - x_pow13)/x_cbrt) <= eps); in ATF_TC_BODY()
351 if (fabsl(y) > 0.0 || signbit(y) == 0) in ATF_TC_BODY()
366 if (fabsl(y) > 0.0 || signbit(y) != 0) in ATF_TC_BODY()
H A Dt_sqrt.c291 ok = (fabsl((x_sqrt - x_pow12)/x_sqrt) <= eps); in ATF_TC_BODY()
342 if (fabsl(y) > 0.0 || signbit(y) == 0) in ATF_TC_BODY()
357 if (fabsl(y) > 0.0 || signbit(y) != 0) in ATF_TC_BODY()
/netbsd/lib/libm/src/
H A Ds_logbl.c57 return -1.0L / fabsl(x); /* -HUGE_VALL + exception */ in logbl()
62 return fabsl(x); /* NaN or +Inf */ in logbl()
H A Ds_fabsl.c40 fabsl(long double x) in fabsl() function
H A Ds_fabs.c26 __strong_alias(fabsl, fabs) in __strong_alias() argument
/netbsd/lib/libc/arch/hppa/gen/
H A Dfabs.c14 __strong_alias(fabsl, fabs) in __strong_alias() argument
/netbsd/lib/libc/arch/alpha/gen/
H A Dfabs.S32 STRONG_ALIAS(fabsl, fabs)
/netbsd/lib/libc/arch/powerpc/gen/
H A Dfabs_ieee754.S9 STRONG_ALIAS(fabsl, fabs)
/netbsd/lib/libc/arch/powerpc64/gen/
H A Dfabs.c5 __strong_alias(fabsl, fabs) in __strong_alias() argument
/netbsd/lib/libc/arch/arm/hardfloat/
H A Dfabs_ieee754.S36 ENTRY(fabsl)
/netbsd/lib/libc/arch/vax/gen/
H A Dfabs.S37 STRONG_ALIAS(fabsl, fabs)
/netbsd/lib/libc/gen/
H A Dfabs_ieee754.c45 __strong_alias(fabsl, fabs) in __strong_alias() argument
/netbsd/lib/libc/arch/m68k/gen/
H A Dfabs.S38 STRONG_ALIAS(fabsl, fabs)
/netbsd/lib/libc/arch/mips/gen/
H A Dfabs.S50 STRONG_ALIAS(fabsl, fabs)
/netbsd/lib/libc/arch/sparc/gen/
H A Dfabs.S49 STRONG_ALIAS(fabsl, fabs)
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dmath.h1304 # undef fabsl
1305 # define fabsl rpl_fabsl
1307 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1308 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1311 # undef fabsl
1312 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1314 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1316 _GL_CXXALIASWARN (fabsl);
1318 # undef fabsl
1320 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dmath.h1304 # undef fabsl
1305 # define fabsl rpl_fabsl
1307 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1308 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1311 # undef fabsl
1312 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1314 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1316 _GL_CXXALIASWARN (fabsl);
1318 # undef fabsl
1320 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dmath.h1304 # undef fabsl
1305 # define fabsl rpl_fabsl
1307 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
1308 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
1311 # undef fabsl
1312 _GL_FUNCDECL_SYS (fabsl, long double, (long double x));
1314 _GL_CXXALIAS_SYS (fabsl, long double, (long double x));
1316 _GL_CXXALIASWARN (fabsl);
1318 # undef fabsl
1320 _GL_WARN_ON_USE (fabsl, "fabsl is unportable - "

12345678910>>...12