| /openbsd-src/lib/libm/arch/amd64/ |
| H A D | s_rint.S | 11 ENTRY(rint) 12 RETGUARD_SETUP(rint, r11) 17 RETGUARD_CHECK(rint, r11) 19 END_STD(rint)
|
| /openbsd-src/lib/libm/arch/hppa/ |
| H A D | s_rint.c | 10 rint(double x) in rint() function 16 DEF_STD(rint); 17 LDBL_CLONE(rint);
|
| /openbsd-src/lib/libm/src/ |
| H A D | s_rint.c | 35 rint(double x) in rint() function 78 DEF_STD(rint); 79 LDBL_MAYBE_NONSTD_CLONE(rint);
|
| H A D | s_llrint.c | 8 #define roundit rint
|
| H A D | s_lrint.c | 34 #define roundit rint
|
| H A D | s_nearbyint.c | 29 res = rint(x); in nearbyint()
|
| H A D | e_scalb.c | 40 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
|
| /openbsd-src/lib/libm/arch/i387/ |
| H A D | s_rint.S | 9 ENTRY(rint) 13 END_STD(rint)
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 155 __DEVICE__ double rint(double); 156 __DEVICE__ float rint(float); 260 using ::rint;
|
| H A D | __clang_cuda_cmath.h | 291 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, rint); 420 using ::rint;
|
| H A D | __clang_hip_cmath.h | 245 __DEF_FUN1(float, rint) 533 __HIP_OVERLOAD1(double, rint) 708 using ::rint;
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | sximmc.c | 484 uint32_t idst, rint, mint; in sximmc_intr() local 487 rint = MMC_READ(sc, SXIMMC_RINT); in sximmc_intr() 489 if (!idst && !rint && !mint) in sximmc_intr() 493 MMC_WRITE(sc, SXIMMC_RINT, rint); in sximmc_intr() 498 sc->sc_dev.dv_xname, idst, rint, mint); in sximmc_intr() 506 if (rint) { in sximmc_intr() 507 sc->sc_intr_rint |= rint; in sximmc_intr() 510 if (rint & SXIMMC_INT_SDIO_INT) { in sximmc_intr()
|
| /openbsd-src/regress/lib/libm/rint/ |
| H A D | Makefile | 3 PROG=rint
|
| H A D | rint.c | 37 assert(rint(8.6) == 9.); in main()
|
| /openbsd-src/regress/lib/libm/ |
| H A D | Makefile | 3 SUBDIR+= exp fenv floor fpaccuracy lgamma modf msun nextafter rint round \
|
| /openbsd-src/include/ |
| H A D | tgmath.h | 155 #define rint(x) __tg_simple(x, rint) macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | BranchProbability.cpp | 31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print()
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vi.man/ |
| H A D | spell.ok | 115 rint
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
| H A D | cmath | 130 #undef rint 279 using ::rint; 837 rint(float __x) 841 rint(long double __x) 846 rint(_Tp __x) 849 return rint(__type(__x));
|
| H A D | math.h | 85 using std::tr1::rint;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | README-FPStack.txt | 54 Open code rint,floor,ceil,trunc:
|
| /openbsd-src/lib/libm/ |
| H A D | Symbols.map | 240 rint;
|
| /openbsd-src/gnu/gcc/gcc/config/m68k/ |
| H A D | math-68881.h | 412 rint (double x) in rint() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
| H A D | math-68881.h | 412 rint (double x) in rint() function
|
| /openbsd-src/lib/libm/hidden/ |
| H A D | math.h | 174 PROTO_NORMAL(rint);
|