Searched refs:truncl (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/msun/i387/
H A Ds_truncl.S9 ENTRY(truncl)
27 END(truncl)
/freebsd-12-stable/lib/msun/src/
H A Ds_trunc.c66 __weak_reference(trunc, truncl);
H A Ds_truncl.c18 * truncl(x)
23 * Inexact flag raised if x not equal to truncl(x).
42 truncl(long double x) function
H A Dmath.h503 long double truncl(long double);
/freebsd-12-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ceil.c774 * truncl(3)
779 atf_tc_set_md_var(tc, "descr", "A basic test of truncl(3)");
787 ATF_CHECK(truncl(x) < SMALL_NUM);
788 ATF_CHECK(truncl(y) < SMALL_NUM);
794 atf_tc_set_md_var(tc, "descr", "Test truncl(NaN) == NaN");
801 ATF_CHECK(isnan(truncl(x)) != 0);
807 atf_tc_set_md_var(tc, "descr", "Test truncl(-Inf) == -Inf");
813 long double y = truncl(x);
816 atf_tc_fail_nonfatal("truncl(-Inf) != -Inf");
822 atf_tc_set_md_var(tc, "descr", "Test truncl(
[all...]
/freebsd-12-stable/lib/msun/
H A DMakefile251 MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1213 __tg_trunc(long double __x) {return truncl(__x);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h290 long double truncl(long double x);
1553 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return ::truncl(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31073 truncl(0.0l);
[all...]

Completed in 130 milliseconds