/external/valgrind/none/tests/mips64/ |
D | test_math.stdout.exp | 2 lrint(1234.01): 1235 6 lrint(1234.01): 1234
|
D | test_math.cpp | 17 printf("lrint(1234.01): %ld\n", lrint(1234.01)); in main() 22 printf("lrint(1234.01): %ld\n", lrint(1234.01)); in main()
|
/external/valgrind/none/tests/mips32/ |
D | test_math.stdout.exp | 2 lrint(1234.01): 1235 6 lrint(1234.01): 1234
|
D | test_math.cpp | 17 printf("lrint(1234.01): %ld\n", lrint(1234.01)); in main() 22 printf("lrint(1234.01): %ld\n", lrint(1234.01)); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | pr1489.ll | 21 %tmp1 = tail call i32 @lrint( double 3.999000e+00 ) ; <i32> [#uses=1] 27 declare i32 @lrint(double)
|
/external/v8/src/base/ |
D | qnx-math.h | 17 using std::lrint;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | os_specific_inline.h | 19 #define WebRtcIsac_lrint lrint
|
/external/libopus/celt/ |
D | float_cast.h | 91 #define float2int(x) lrint(x)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 130 long int lrint(double); 288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 89 Ambiguous lrint(Ambiguous){ return Ambiguous(); } in lrint() function 1150 static_assert((std::is_same<decltype(std::lrint((float)0)), long>::value), ""); in test_lrint() 1151 static_assert((std::is_same<decltype(std::lrint((bool)0)), long>::value), ""); in test_lrint() 1152 static_assert((std::is_same<decltype(std::lrint((unsigned short)0)), long>::value), ""); in test_lrint() 1153 static_assert((std::is_same<decltype(std::lrint((int)0)), long>::value), ""); in test_lrint() 1154 static_assert((std::is_same<decltype(std::lrint((unsigned int)0)), long>::value), ""); in test_lrint() 1155 static_assert((std::is_same<decltype(std::lrint((long)0)), long>::value), ""); in test_lrint() 1156 static_assert((std::is_same<decltype(std::lrint((unsigned long)0)), long>::value), ""); in test_lrint() 1157 static_assert((std::is_same<decltype(std::lrint((long long)0)), long>::value), ""); in test_lrint() 1158 static_assert((std::is_same<decltype(std::lrint((unsigned long long)0)), long>::value), ""); in test_lrint() [all …]
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1004 __tg_lrint(double __x) {return lrint(__x);} in __tg_lrint() 1010 #undef lrint 1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro
|
/external/libcxx/include/ |
D | cmath | 240 long lrint (arithmetic x); 1412 // lrint 1414 using ::lrint; 1417 inline _LIBCPP_INLINE_VISIBILITY long lrint(float __lcpp_x) _NOEXCEPT {return lrintf(__lcpp_x… 1418 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __lcpp_x) _NOEXCEPT {return lrintl(__lcpp_x… 1423 lrint(_A1 __lcpp_x) _NOEXCEPT {return lrint((double)__lcpp_x);}
|
/external/libopus/ |
D | config.h.in | 33 /* Define to 1 if you have the `lrint' function. */
|
D | configure.ac | 410 AC_CHECK_FUNCS([lrint])
|
D | configure | 13013 for ac_func in lrint
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 501 static_assert((std::is_same<decltype(lrint((double)0)), long>::value), ""); in test_lrint() 504 assert(lrint(1) == 1L); in test_lrint()
|
/external/ltrace/etc/ |
D | libm.so.conf | 264 long lrint(double);
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | defs.h | 385 return (int)lrint(value); in cvRound()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 224 return (int)lrint(value); in cvRound()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 1127 lrint (ceil (log2 (NMNES)))); in instrtable_out()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1025 LIBBUILTIN(lrint, "Lid", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2227 fun:lrint=uninstrumented
|
/external/v8/src/ |
D | objects-inl.h | 4207 return static_cast<uint8_t>(lrint(value)); in from_double()
|