Home
last modified time | relevance | path

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

/openbsd/lib/libm/arch/amd64/
H A Ds_llrintf.S10 ENTRY(llrintf)
11 RETGUARD_SETUP(llrintf, r11)
13 RETGUARD_CHECK(llrintf, r11)
15 END_STD(llrintf)
/openbsd/regress/lib/libm/rint/
H A Drint.c43 assert(llrintf(8.6F) == 9LL); in main()
51 assert(llrintf(4503599627370496.0F) == 4503599627370496LL); in main()
53 assert(llrintf(-4503599627370496.0F) == -4503599627370496LL); in main()
56 assert(llrintf(0x7fffff8000000000.0p0F) == 0x7fffff8000000000LL); in main()
58 assert(llrintf(-0x8000000000000000.0p0F) == -0x8000000000000000LL); in main()
/openbsd/regress/lib/libm/msun/
H A Dlrint_test.c54 test(llrintf, x, result, excepts); \
115 test(llrintf, 0x8000000000000000.0p0f, IGNORE, FE_INVALID); in run_tests()
117 test(llrintf, 0x7fffff8000000000.0p0f, 0x7fffff8000000000ll, 0); in run_tests()
119 test(llrintf, -0x8000010000000000.0p0f, IGNORE, FE_INVALID); in run_tests()
121 test(llrintf, -0x8000000000000000.0p0f, (long long)-0x8000000000000000ull, 0); in run_tests()
/openbsd/lib/libm/arch/i387/
H A Ds_llrintf.S29 ENTRY(llrintf)
36 END_STD(llrintf)
/openbsd/lib/libm/src/
H A Ds_llrintf.c10 #define fn llrintf
/openbsd/lib/libm/
H A DSymbols.map191 llrintf;
/openbsd/lib/libm/hidden/
H A Dmath.h125 PROTO_NORMAL(llrintf);
/openbsd/include/
H A Dmath.h334 long long int llrintf(float);
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath55 __DEVICE__ long long int llrint(float __x) { return ::llrintf(__x); }
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h472 using ::llrintf;
H A D__clang_cuda_math.h166 __DEVICE__ long long llrintf(float __a) { return __nv_llrintf(__a); } in llrintf() function
H A D__clang_hip_cmath.h759 using ::llrintf;
H A Dtgmath.h891 __tg_llrint(float __x) {return llrintf(__x);} in __tg_llrint()
H A D__clang_hip_math.h320 long long int llrintf(float __x) { return __ocml_rint_f32(__x); }
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath92 #undef llrintf
228 using ::llrintf;
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath224 long long llrintf(float x);
445 using ::llrintf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def277 HANDLE_LIBCALL(LLRINT_F32, "llrintf")
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def304 DEF_C99_BUILTIN (BUILT_IN_LLRINTF, "llrintf", BT_FN_LONGLONG_FLOAT, ATTR_MATHFN_FPROUNDING_E…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc589 SYMBOL(llrintf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1355 LIBBUILTIN(llrintf, "LLif", "fne", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2194 fun:llrintf=uninstrumented
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt2737 libc/src/math/llrintf.h
2839 libc/src/math/generic/llrintf.cpp
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5469 @findex llrintf
5687 @code{lgammal}, @code{lgamma}, @code{llabs}, @code{llrintf}, @code{llrintl},
H A Dgcc.info20355 `llrintf', `llrintl', `llrint', `llroundf', `llroundl', `llround',