| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | trunc.hpp | 21 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 D | vrf-xfrm-tests.sh | 267 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 D | round_fwd.hpp | 24 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 D | idiv64.S | 30 # 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 D | idiv32.S | 31 # 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 D | mipointer.c | 612 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 D | test_tunnel.sh | 597 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 D | dax.c | 362 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 D | fstream | 511 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 D | fstream | 511 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 D | math.h | 111 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 D | math.h | 111 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 D | mathcalls.h | 305 __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 D | math.h | 90 using std::tr1::trunc;
|
| H A D | cmath | 140 #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 D | math.h | 90 using std::tr1::trunc;
|
| H A D | cmath | 140 #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 D | mathcalls.h | 305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | alloc.h | 223 unsigned int start, unsigned int end, int trunc);
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_devintf.c | 199 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 D | atl2.h | 299 unsigned trunc:1; /* current frame truncated due to rxram full */ member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | getevents.c | 1028 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 D | init.c | 1666 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 D | math.h | 321 extern double trunc (double);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 321 extern double trunc (double);
|