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

/freebsd-10.0-release/lib/msun/src/
H A Ds_nextafter.c81 __weak_reference(nextafter, nexttowardl);
H A Ds_nextafterl.c80 __strong_reference(nextafterl, nexttowardl);
H A Dmath.h484 long double nexttowardl(long double, long double);
/freebsd-10.0-release/lib/msun/
H A DSymbol.map146 nexttowardl;
H A DMakefile202 MLINKS+=nextafter.3 nexttowardl.3
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-next.c121 stest(nexttowardl, ldbl_small, l);
159 testl(nexttowardl(1.0, 1.0 + ldbl_eps), 1.0 + ldbl_eps, 0);
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c142 long double (nexttowardl)(long double x, long double y) { n_long_double++; } function
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1077 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);}
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31049 nexttowardl(0.0l, 0.0l);
[all...]

Completed in 292 milliseconds