Searched refs:nearbyintl (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_nearbyint.c61 DECL(long double, nearbyintl, rintl)
H A Dmath.h485 long double nearbyintl(long double);
/freebsd-12-stable/lib/msun/tests/
H A Dnearbyint_test.c55 static long double (*libnearbyintl)(long double) = nearbyintl;
58 #define nearbyintl libnearbyintl macro
105 assert(fpequal(out, nearbyintl(in)));
112 assert(fpequal(out, nearbyintl(in)));
/freebsd-12-stable/lib/msun/
H A DMakefile240 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1035 __tg_nearbyint(long double __x) {return nearbyintl(__x);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h250 long double nearbyintl(long double x);
1420 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31043 nearbyintl(0.0l);
[all...]

Completed in 237 milliseconds