/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 139 __DEVICE__ long lrint(double); 140 __DEVICE__ long lrint(float); 236 using ::lrint;
|
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/swiftshader/third_party/llvm-7.0/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/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 | 97 #define float2int(x) lrint(x)
|
/external/mesa3d/src/util/ |
D | rounding.h | 128 return lrint(x); in _mesa_lroundeven()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 539 return (uint32_t) lrint(z * 0xffff); in util_pack_z() 552 return (uint32_t) lrint(z * 0xffffff); in util_pack_z() 557 return ((uint32_t) lrint(z * 0xffffff)) << 8; in util_pack_z()
|
/external/mesa3d/include/ |
D | c99_math.h | 53 lrint(double d) in lrint() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 87 Ambiguous lrint(Ambiguous){ return Ambiguous(); } in lrint() function 1202 static_assert((std::is_same<decltype(lrint((float)0)), long>::value), ""); in test_lrint() 1203 static_assert((std::is_same<decltype(lrint((bool)0)), long>::value), ""); in test_lrint() 1204 static_assert((std::is_same<decltype(lrint((unsigned short)0)), long>::value), ""); in test_lrint() 1205 static_assert((std::is_same<decltype(lrint((int)0)), long>::value), ""); in test_lrint() 1206 static_assert((std::is_same<decltype(lrint((unsigned int)0)), long>::value), ""); in test_lrint() 1207 static_assert((std::is_same<decltype(lrint((long)0)), long>::value), ""); in test_lrint() 1208 static_assert((std::is_same<decltype(lrint((unsigned long)0)), long>::value), ""); in test_lrint() 1209 static_assert((std::is_same<decltype(lrint((long long)0)), long>::value), ""); in test_lrint() 1210 static_assert((std::is_same<decltype(lrint((unsigned long long)0)), long>::value), ""); in test_lrint() [all …]
|
/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 | 90 Ambiguous lrint(Ambiguous){ return Ambiguous(); } in lrint() function 1253 static_assert((std::is_same<decltype(std::lrint((float)0)), long>::value), ""); in test_lrint() 1254 static_assert((std::is_same<decltype(std::lrint((bool)0)), long>::value), ""); in test_lrint() 1255 static_assert((std::is_same<decltype(std::lrint((unsigned short)0)), long>::value), ""); in test_lrint() 1256 static_assert((std::is_same<decltype(std::lrint((int)0)), long>::value), ""); in test_lrint() 1257 static_assert((std::is_same<decltype(std::lrint((unsigned int)0)), long>::value), ""); in test_lrint() 1258 static_assert((std::is_same<decltype(std::lrint((long)0)), long>::value), ""); in test_lrint() 1259 static_assert((std::is_same<decltype(std::lrint((unsigned long)0)), long>::value), ""); in test_lrint() 1260 static_assert((std::is_same<decltype(std::lrint((long long)0)), long>::value), ""); in test_lrint() 1261 static_assert((std::is_same<decltype(std::lrint((unsigned long long)0)), long>::value), ""); in test_lrint() [all …]
|
/external/XNNPACK/src/ |
D | softmax-nc.c | 113 lookup_table[(uint32_t) i] = (uint32_t) lrint(scaled_exp_xi); in xnn_create_softmax_nc_q8()
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 221 long int lrint (double flt);
|
D | msvc9.c | 529 long int lrint (double x) in lrint() function
|
/external/libcxx/include/ |
D | math.h | 1350 inline _LIBCPP_INLINE_VISIBILITY long lrint(float __lcpp_x) _NOEXCEPT {return ::lrintf(__lcpp… in lrint() function 1351 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __lcpp_x) _NOEXCEPT {return ::lrintl(__lcpp… in lrint() function 1356 lrint(_A1 __lcpp_x) _NOEXCEPT {return ::lrint((double)__lcpp_x);} in lrint() function
|
D | cmath | 244 long lrint (arithmetic x); 438 using ::lrint;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 306 REGISTER_LIBM_SYMBOL(lrint, long (*)(double)); // NOLINT(runtime/int) in RegisterKnownJITSymbols()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_math.h | 154 lrint(double d) in lrint() function
|
/external/XNNPACK/test/ |
D | dwconv-microkernel-tester.h | 206 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale),
|
D | fully-connected-operator-tester.h | 192 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale), in TestQ8()
|
D | gemm-microkernel-tester.h | 262 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / c_scale), 392 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / c_scale),
|
D | deconvolution-operator-tester.h | 504 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale), in TestQ8() 776 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale), in TestSetupQ8()
|
D | convolution-operator-tester.h | 636 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale), in TestNHWCxQ8() 1102 lrint(127.5 - 0.5 * double(accumulated_min + accumulated_max) / output_scale), in TestSetupNHWCxQ8()
|