Searched refs:lroundf (Results 1 – 11 of 11) sorted by relevance
/external/libaom/libaom/aom_ports/ |
D | msvc.h | 38 static INLINE long lroundf(float x) { in lroundf() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 134 long int lroundf(float); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/ |
D | ARDUtilities.m | 127 return lroundf(cpu_usage_percentage);
|
/external/libcxx/include/ |
D | cmath | 249 long lroundf(float x); 441 using ::lroundf;
|
D | math.h | 1360 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return ::lroundf(__lc… in lround()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1017 __tg_lround(float __x) {return lroundf(__x);} in __tg_lround()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1058 LIBBUILTIN(lroundf, "Lif", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1232 static_assert((std::is_same<decltype(lroundf(0)), long>::value), ""); in test_lround()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1283 static_assert((std::is_same<decltype(std::lroundf(0)), long>::value), ""); in test_lround()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2231 fun:lroundf=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8943 !520 = !DISubprogram(name: "lroundf", linkageName: "_ZL7lroundff", scope: !444, file: !444, line: 1…
|