Home
last modified time | relevance | path

Searched refs:llrint (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h127 __DEVICE__ long long llrint(double);
128 __DEVICE__ long long llrint(float);
230 using ::llrint;
Dtgmath.h902 __tg_llrint(double __x) {return llrint(__x);} in __tg_llrint()
908 #undef llrint
909 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) macro
/external/mesa3d/include/
Dc99_math.h79 llrint(double d) in llrint() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp82 Ambiguous llrint(Ambiguous){ return Ambiguous(); } in llrint() function
1107 static_assert((std::is_same<decltype(llrint((float)0)), long long>::value), ""); in test_llrint()
1108 static_assert((std::is_same<decltype(llrint((bool)0)), long long>::value), ""); in test_llrint()
1109 static_assert((std::is_same<decltype(llrint((unsigned short)0)), long long>::value), ""); in test_llrint()
1110 static_assert((std::is_same<decltype(llrint((int)0)), long long>::value), ""); in test_llrint()
1111 static_assert((std::is_same<decltype(llrint((unsigned int)0)), long long>::value), ""); in test_llrint()
1112 static_assert((std::is_same<decltype(llrint((long)0)), long long>::value), ""); in test_llrint()
1113 static_assert((std::is_same<decltype(llrint((unsigned long)0)), long long>::value), ""); in test_llrint()
1114 static_assert((std::is_same<decltype(llrint((long long)0)), long long>::value), ""); in test_llrint()
1115 static_assert((std::is_same<decltype(llrint((unsigned long long)0)), long long>::value), ""); in test_llrint()
[all …]
/external/clang/test/CodeGen/
Dlibcall-declarations.c109 long long int llrint(double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp85 Ambiguous llrint(Ambiguous){ return Ambiguous(); } in llrint() function
1158 static_assert((std::is_same<decltype(std::llrint((float)0)), long long>::value), ""); in test_llrint()
1159 static_assert((std::is_same<decltype(std::llrint((bool)0)), long long>::value), ""); in test_llrint()
1160 static_assert((std::is_same<decltype(std::llrint((unsigned short)0)), long long>::value), ""); in test_llrint()
1161 static_assert((std::is_same<decltype(std::llrint((int)0)), long long>::value), ""); in test_llrint()
1162 static_assert((std::is_same<decltype(std::llrint((unsigned int)0)), long long>::value), ""); in test_llrint()
1163 static_assert((std::is_same<decltype(std::llrint((long)0)), long long>::value), ""); in test_llrint()
1164 static_assert((std::is_same<decltype(std::llrint((unsigned long)0)), long long>::value), ""); in test_llrint()
1165 static_assert((std::is_same<decltype(std::llrint((long long)0)), long long>::value), ""); in test_llrint()
1166 … static_assert((std::is_same<decltype(std::llrint((unsigned long long)0)), long long>::value), ""); in test_llrint()
[all …]
/external/libcxx/include/
Dmath.h1300 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x) _NOEXCEPT {return ::llrintf… in llrint() function
1301 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT {return ::llrintl… in llrint() function
1306 llrint(_A1 __lcpp_x) _NOEXCEPT {return ::llrint((double)__lcpp_x);} in llrint() function
Dcmath224 long long llrint (arithmetic x);
428 using ::llrint;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc291 REGISTER_LIBM_SYMBOL(llrint, long long (*)(double)); // NOLINT(runtime/int) in RegisterKnownJITSymbols()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h536 return (uint32_t) llrint(z * 0xffffffff); in util_pack_z()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h180 llrint(double d) in llrint() function
/external/libcxx/include/experimental/
Dsimd483 template <class Abi> samesize<long long int, floatv<Abi>> llrint(floatv<Abi> x);
484 template <class Abi> samesize<long long int, doublev<Abi>> llrint(doublev<Abi> x);
485 template <class Abi> samesize<long long int, ldoublev<Abi>> llrint(ldoublev<Abi> x);
/external/clang/include/clang/Basic/
DBuiltins.def1025 LIBBUILTIN(llrint, "LLid", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2192 fun:llrint=uninstrumented
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8542 !119 = !DISubprogram(name: "llrint", linkageName: "_ZL6llrintf", scope: !7, file: !7, line: 128, ty…