Searched refs:nearbyint (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/lib/msun/src/
H A Ds_nearbyint.c57 DECL(double, nearbyint, rint)
H A Dmath.h315 double nearbyint(double);
/freebsd-10.0-release/tools/regression/lib/msun/
H A DMakefile7 test-lround test-nan test-nearbyint test-next test-rem test-trig
H A Dtest-nearbyint.c28 * Tests for nearbyint{,f,l}()
52 double (*libnearbyint)(double) = nearbyint;
56 #define nearbyint libnearbyint macro
105 assert(fpequal(out, nearbyint(in)));
112 assert(fpequal(out, nearbyint(in)));
117 printf("ok %d\t\t# nearbyint(+%g)\n", testnum++, in);
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h79 using std::tr1::nearbyint;
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h385 /// double nearbyint(double x);
386 nearbyint, 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.map142 nearbyint;
H A DMakefile206 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-10.0-release/include/
H A Dtgmath.h190 #define nearbyint(x) __tg_simple(x, nearbyint) macro
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c138 TGMACRO_REAL(nearbyint)
561 PRINT("nearbyint",
562 PASS_REAL_ARG_REAL_RET(nearbyint));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1030 // nearbyint
1038 __tg_nearbyint(double __x) {return nearbyint(__x);}
1044 #undef nearbyint macro
1045 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp208 "nearbyint",
428 TLI.setUnavailable(LibFunc::nearbyint);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1551 case Intrinsic::nearbyint:
1624 case LibFunc::nearbyint:
1627 return Intrinsic::nearbyint;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1867 case LibFunc::nearbyint:
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4879 case Intrinsic::nearbyint: {
4891 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break;
5599 case LibFunc::nearbyint:
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2938 case Intrinsic::nearbyint:
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31041 nearbyint(0.0);
[all...]

Completed in 291 milliseconds