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

/freebsd-10.0-release/lib/msun/src/
H A Ds_nearbyint.c59 DECL(long double, nearbyintl, rintl)
H A Dmath.h480 long double nearbyintl(long double);
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-nearbyint.c54 long double (*libnearbyintl)(long double) = nearbyintl;
57 #define nearbyintl libnearbyintl macro
106 assert(fpequal(out, nearbyintl(in)));
113 assert(fpequal(out, nearbyintl(in)));
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h389 /// long double nearbyintl(long double x);
390 nearbyintl, enumerator in enum:llvm::LibFunc::Func
681 case LibFunc::nearbyint: case LibFunc::nearbyintf: case LibFunc::nearbyintl:
/freebsd-10.0-release/lib/msun/
H A DSymbol.map198 nearbyintl;
H A DMakefile206 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp210 "nearbyintl",
430 TLI.setUnavailable(LibFunc::nearbyintl);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1042 __tg_nearbyint(long double __x) {return nearbyintl(__x);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1626 case LibFunc::nearbyintl:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5601 case LibFunc::nearbyintl:
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31043 nearbyintl(0.0l);
[all...]

Completed in 183 milliseconds