HomeSort by: relevance | last modified time | path
    Searched refs:scalbnl (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libm/arch/i387/
s_scalbnl.S 11 WEAK_ALIAS(scalbnl,_scalbnl)
  /src/lib/libm/src/
s_scalbnl.c 45 scalbnl(long double x, int n) function in typeref:typename:long double
53 __weak_alias(scalbnl, _scalbnl)
s_scalbn.c 36 __weak_alias(scalbnl, _scalbnl)
namespace.h 89 #define scalbnl _scalbnl macro
  /src/lib/libm/arch/vax/
n_scalbn.S 36 WEAK_ALIAS(scalbnl,_scalbnl)
  /src/tests/lib/libm/
t_scalbn.c 369 * scalbnl(3)
374 atf_tc_set_md_var(tc, "descr", "Test scalbnl() for a few values");
386 rv = scalbnl(tests[i].inval, tests[i].exp);
402 atf_tc_set_md_var(tc, "descr", "Test scalbnl(NaN, n) == NaN");
414 y = scalbnl(x, exps[i]);
422 atf_tc_set_md_var(tc, "descr", "Test scalbnl(-Inf, n) == -Inf");
431 ATF_CHECK(scalbnl(x, exps[i]) == x);
437 atf_tc_set_md_var(tc, "descr", "Test scalbnl(+Inf, n) == +Inf");
446 ATF_CHECK(scalbnl(x, exps[i]) == x);
452 atf_tc_set_md_var(tc, "descr", "Test scalbnl(-0.0, n) == -0.0")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h 109 #define crt_scalbnl(x, y) scalbnl((x), (y))
  /src/include/
math.h 383 long double scalbnl(long double, int);
  /src/lib/libm/ld128/
e_powl.c 434 z = scalbnl (z, n); /* subnormal output */
  /src/lib/libm/
Makefile 547 scalbn.3 scalbnl.3

Completed in 17 milliseconds