Home
last modified time | relevance | path

Searched refs:rint (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd-src/lib/libm/arch/amd64/
H A Ds_rint.S11 ENTRY(rint)
12 RETGUARD_SETUP(rint, r11)
17 RETGUARD_CHECK(rint, r11)
19 END_STD(rint)
/openbsd-src/lib/libm/arch/hppa/
H A Ds_rint.c10 rint(double x) in rint() function
16 DEF_STD(rint);
17 LDBL_CLONE(rint);
/openbsd-src/lib/libm/src/
H A Ds_rint.c35 rint(double x) in rint() function
78 DEF_STD(rint);
79 LDBL_MAYBE_NONSTD_CLONE(rint);
H A Ds_llrint.c8 #define roundit rint
H A Ds_lrint.c34 #define roundit rint
H A Ds_nearbyint.c29 res = rint(x); in nearbyint()
H A De_scalb.c40 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
/openbsd-src/lib/libm/arch/i387/
H A Ds_rint.S9 ENTRY(rint)
13 END_STD(rint)
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h155 __DEVICE__ double rint(double);
156 __DEVICE__ float rint(float);
260 using ::rint;
H A D__clang_cuda_cmath.h291 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, rint);
420 using ::rint;
H A D__clang_hip_cmath.h245 __DEF_FUN1(float, rint)
533 __HIP_OVERLOAD1(double, rint)
708 using ::rint;
/openbsd-src/sys/dev/fdt/
H A Dsximmc.c484 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 DMakefile3 PROG=rint
H A Drint.c37 assert(rint(8.6) == 9.); in main()
/openbsd-src/regress/lib/libm/
H A DMakefile3 SUBDIR+= exp fenv floor fpaccuracy lgamma modf msun nextafter rint round \
/openbsd-src/include/
H A Dtgmath.h155 #define rint(x) __tg_simple(x, rint) macro
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBranchProbability.cpp31 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 Dspell.ok115 rint
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath130 #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 Dmath.h85 using std::tr1::rint;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-FPStack.txt54 Open code rint,floor,ceil,trunc:
/openbsd-src/lib/libm/
H A DSymbols.map240 rint;
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h412 rint (double x) in rint() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h412 rint (double x) in rint() function
/openbsd-src/lib/libm/hidden/
H A Dmath.h174 PROTO_NORMAL(rint);

1234