Home
last modified time | relevance | path

Searched refs:rintl (Results 1 – 24 of 24) sorted by relevance

/openbsd/lib/libm/src/
H A Ds_rintl.c53 rintl(long double x) in rintl() function
92 DEF_NONSTD(rintl);
H A Ds_llrintl.c8 #define roundit rintl
H A Ds_lrintl.c34 #define roundit rintl
H A Ds_nearbyint.c55 res = rintl(x); in nearbyintl()
/openbsd/gnu/gcc/fixincludes/tests/base/architecture/ppc/
H A Dmath.h67 extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);
/openbsd/lib/libm/src/ld128/
H A De_tgammal.c34 if (i0<0 && (u_int64_t)i0<0xffff000000000000ULL && rintl(x)==x) { in tgammal()
/openbsd/regress/lib/libm/rint/
H A Drint.c39 assert(rintl(8.6L) == 9); in main()
/openbsd/lib/libm/
H A DSymbols.map242 rintl;
/openbsd/lib/libm/hidden/
H A Dmath.h176 PROTO_NORMAL(rintl);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def224 HANDLE_LIBCALL(RINT_F80, "rintl")
225 HANDLE_LIBCALL(RINT_F128, "rintl")
226 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
/openbsd/include/
H A Dmath.h443 long double rintl(long double);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath132 #undef rintl
281 using ::rintl;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath277 long double rintl(long double x);
539 using ::rintl _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h1128 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1916 /// long double rintl(long double x);
1917 TLI_DEFINE_ENUM_INTERNAL(rintl)
1918 TLI_DEFINE_STRING_INTERNAL("rintl")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def368 DEF_C99_BUILTIN (BUILT_IN_RINTL, "rintl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_MATHFN_FPROUNDIN…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc710 SYMBOL(rintl, None, <math.h>)
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs323 # define c99_rint rintl
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def91 extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1412 LIBBUILTIN(rintl, "LdLd", "fng", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2762 fun:rintl=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2772 libc/src/math/rintl.h
2876 libc/src/math/generic/rintl.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5531 @findex rintl
5696 @code{remquol}, @code{remquo}, @code{rintf}, @code{rintl}, @code{rint},
H A Dgcc.info20361 `remquo', `rintf', `rintl', `rint', `roundf', `roundl', `round',