/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 127 __DEVICE__ long long llrint(double); 128 __DEVICE__ long long llrint(float); 230 using ::llrint;
|
D | tgmath.h | 902 __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/ |
D | c99_math.h | 79 llrint(double d) in llrint() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 82 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/ |
D | libcall-declarations.c | 109 long long int llrint(double); 283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 85 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/ |
D | math.h | 1300 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
|
D | cmath | 224 long long llrint (arithmetic x); 428 using ::llrint;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 291 REGISTER_LIBM_SYMBOL(llrint, long long (*)(double)); // NOLINT(runtime/int) in RegisterKnownJITSymbols()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 536 return (uint32_t) llrint(z * 0xffffffff); in util_pack_z()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_math.h | 180 llrint(double d) in llrint() function
|
/external/libcxx/include/experimental/ |
D | simd | 483 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/ |
D | Builtins.def | 1025 LIBBUILTIN(llrint, "LLid", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2192 fun:llrint=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8542 !119 = !DISubprogram(name: "llrint", linkageName: "_ZL6llrintf", scope: !7, file: !7, line: 128, ty…
|