HomeSort by: relevance | last modified time | path
    Searched refs:scalbnl (Results 1 - 22 of 22) 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
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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1848 extern(D) real scalbnl()(real x, int n) { return scalbn(cast(double) x, n); }
2249 real scalbnl(real x, int n); // since 6.0
2498 real scalbnl(real x, int n);
3253 real scalbnl(real x, int y);
3521 real scalbnl(real x, int y);
3743 real scalbnl(real x, int n);
4146 extern(D) real scalbnl(real x, int n) { return scalbln(cast(double) x, n); }
4547 real scalbnl(real x, int n);
tgmath.d 277 alias core.stdc.math.scalbnl scalbn;
778 alias core.stdc.math.scalbnl scalbn;
1268 alias core.stdc.math.scalbnl scalbn;
  /src/lib/libm/
Makefile 547 scalbn.3 scalbnl.3
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 419 {"scalbnl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 419 {"scalbnl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 158 extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 158 extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 282 long double scalbnl(long double x, int ex);
1659 inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_y);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18531 scalbnl(0.0l, 0);
20949 scalbnl(0.0l, 0);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 22402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scalbnl" >&5
22403 $as_echo_n "checking for scalbnl... " >&6; }
22420 int (*ptr)() = (int (*)())scalbnl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 22237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scalbnl" >&5
22238 $as_echo_n "checking for scalbnl... " >&6; }
22255 int (*ptr)() = (int (*)())scalbnl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20121 scalbnl(0.0l, 0);
    [all...]

Completed in 129 milliseconds