Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 25 of 73) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/
H A Dround_fwd.hpp50 long lround(const T& v, const Policy& pol);
52 long lround(const T& v);
85 using boost::math::lround;\
/OK3568_Linux_fs/buildroot/package/uhd/
H A D0007-usrp2-Use-explicit-template-type-for-std-min-T.patch21 - const int zone = std::max(std::min(std::lround(new_freq / tick_rate), 2), -2);
22 + const int zone = std::max(std::min<int>(std::lround(new_freq / tick_rate), 2), -2);
H A D0006-usrp2-Replace-boost-math-iround-math-sign-with-std-l.patch4 Subject: [PATCH] usrp2: Replace boost::math::iround/math::sign with std::lround
37 + const int zone = std::max(std::min(std::lround(new_freq / tick_rate), 2), -2);
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dpid.c118 set_ctrl_state(lround(fabs(p_param.y_k))); in controller_handler()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp196 …const int32_t aRotated = static_cast<int32_t>(::lround(sin * a.anchor.point.x + cos * a.anchor.poi… in sortFeatures()
197 …const int32_t bRotated = static_cast<int32_t>(::lround(sin * b.anchor.point.x + cos * b.anchor.poi… in sortFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtiny_sdf.cpp98 …sdf.data[i] = std::max(0l, std::min(255l, ::lround(255.0 - 255.0 * (distance / radius + cutoff)))); in transformRasterToSDF()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath_config.h111 return lround (x); in converttoint()
H A Dmath.h319 extern long int lround (double);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath_config.h111 return lround (x); in converttoint()
H A Dmath.h319 extern long int lround (double);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dmath.h100 using std::lround;
H A Dcmath1024 #undef lround
1159 using ::lround;
1624 lround(float __x)
1628 lround(long double __x)
1636 lround(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dmath.h100 using std::lround;
H A Dcmath1024 #undef lround
1159 using ::lround;
1624 lround(float __x)
1628 lround(long double __x)
1636 lround(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmathcalls.h323 __MATHDECL (long int,lround,, (_Mdouble_ __x));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dmath.h73 using std::tr1::lround;
H A Dcmath104 #undef lround
249 using ::lround;
475 using std::lround;
862 lround(float __x)
866 lround(long double __x)
873 lround(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dmath.h73 using std::tr1::lround;
H A Dcmath104 #undef lround
249 using ::lround;
475 using std::lround;
862 lround(float __x)
866 lround(long double __x)
873 lround(_Tp __x)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmathcalls.h323 __MATHDECL (long int,lround,, (_Mdouble_ __x));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath248 long lround (arithmetic x);
441 using ::lround;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath248 long lround (arithmetic x);
441 using ::lround;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dtgmath.h737 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, lround) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dtgmath.h737 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, lround) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Doptabs.def55 OPTAB_CL(lround_optab, "lround$F$b$I$a2", UNKNOWN, "lround", gen_int_to_fp_nondecimal_conv_libfunc)

123