Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dtrunc.hpp21 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol, const mpl::false_… in trunc() function
31 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy&, const mpl::true_&) in trunc() function
39 inline typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol) in trunc() function
41 return detail::trunc(v, pol, mpl::bool_<detail::is_integer_for_rounding<T>::value>()); in trunc()
44 inline typename tools::promote_args<T>::type trunc(const T& v) in trunc() function
46 return trunc(v, policies::policy<>()); in trunc()
62 result_type r = boost::math::trunc(v, pol); in itrunc()
78 result_type r = boost::math::trunc(v, pol); in ltrunc()
96 result_type r = boost::math::trunc(v, pol); in lltrunc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh267 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \
274 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \
282 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \
289 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \
297 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \
304 auth-trunc 'hmac(md5)' ${AUTH_1} 96 \
312 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \
319 auth-trunc 'hmac(md5)' ${AUTH_2} 96 \
/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.hpp24 typename tools::promote_args<T>::type trunc(const T& v, const Policy& pol);
26 typename tools::promote_args<T>::type trunc(const T& v);
86 using boost::math::trunc;\
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Didiv64.S30 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
H A Didiv32.S31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.c612 x = trunc(*screenx); in miPointerSetPosition()
613 y = trunc(*screeny); in miPointerSetPosition()
691 if (x != trunc(*screenx)) in miPointerSetPosition()
693 if (y != trunc(*screeny)) in miPointerSetPosition()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh597 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
606 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
622 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
629 auth-trunc 'hmac(sha1)' $auth 96 enc 'cbc(aes)' $enc
/OK3568_Linux_fs/kernel/fs/
H A Ddax.c362 bool trunc) in dax_disassociate_entry() argument
372 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry()
660 pgoff_t index, bool trunc) in __dax_invalidate_entry() argument
670 if (!trunc && in __dax_invalidate_entry()
674 dax_disassociate_entry(entry, mapping, trunc); in __dax_invalidate_entry()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfstream511 case ios_base::out | ios_base::trunc:
520 case ios_base::in | ios_base::out | ios_base::trunc:
526 case ios_base::out | ios_base::trunc | ios_base::binary:
535 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
612 case ios_base::out | ios_base::trunc:
625 case ios_base::in | ios_base::out | ios_base::trunc:
633 case ios_base::out | ios_base::trunc | ios_base::binary:
646 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfstream511 case ios_base::out | ios_base::trunc:
520 case ios_base::in | ios_base::out | ios_base::trunc:
526 case ios_base::out | ios_base::trunc | ios_base::binary:
535 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
612 case ios_base::out | ios_base::trunc:
625 case ios_base::in | ios_base::out | ios_base::trunc:
633 case ios_base::out | ios_base::trunc | ios_base::binary:
646 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
/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.h111 using std::trunc;
/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.h111 using std::trunc;
/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.h305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
/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.h90 using std::tr1::trunc;
H A Dcmath140 #undef trunc
297 using ::trunc;
487 using std::trunc;
1044 trunc(float __x)
1048 trunc(long double __x)
1055 trunc(_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.h90 using std::tr1::trunc;
H A Dcmath140 #undef trunc
297 using ::trunc;
487 using std::trunc;
1044 trunc(float __x)
1048 trunc(long double __x)
1055 trunc(_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.h305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dalloc.h223 unsigned int start, unsigned int end, int trunc);
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_devintf.c199 bool trunc, struct ipmi_recv *rsp, in handle_recv() argument
251 if (trunc) in handle_recv()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datl2.h299 unsigned trunc:1; /* current frame truncated due to rxram full */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c1028 event->root_x = trunc(x); in event_set_root_coordinates()
1029 event->root_y = trunc(y); in event_set_root_coordinates()
1030 event->root_x_frac = x - trunc(x); in event_set_root_coordinates()
1031 event->root_y_frac = y - trunc(y); in event_set_root_coordinates()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dinit.c1666 char *trunc = "..."; in ath6kl_init_get_fwcaps() local
1679 trunc_len = strlen(trunc) + 1; in ath6kl_init_get_fwcaps()
1680 strncpy(buf + buf_len - trunc_len, trunc, trunc_len); in ath6kl_init_get_fwcaps()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h321 extern double trunc (double);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h321 extern double trunc (double);

12345