Home
last modified time | relevance | path

Searched refs:ceil (Results 1 – 25 of 180) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/
H A Dconverter_policies.hpp39 using std::ceil ; in nearbyint()
42 return s < static_cast<S>(0) ? ceil(s) : floor(s) ; in nearbyint()
79 using std::ceil ; in nearbyint()
82 return ceil(s) ; in nearbyint()
101 using std::ceil ; in nearbyint()
106 S next = ceil(s); in nearbyint()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmath.hpp34 template <class T> T ceil( T );
57 template <> BOOST_QVM_INLINE_TRIVIAL float ceil<float>( float x ) { return ::ceilf(x); } in ceil() function
79 template <> BOOST_QVM_INLINE_TRIVIAL double ceil<double>( double x ) { return ::ceil(x); } in ceil() function
/OK3568_Linux_fs/external/xserver/render/
H A Dmitrap.c38 miLineFixedX(xLineFixed * l, xFixed y, Bool ceil) in miLineFixedX() argument
44 if (ceil) in miLineFixedX()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h80 double ceil = dml_ceil(a, 1); in dml_round() local
84 return ceil; in dml_round()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dlv0104cs.c278 int floor, ceil, mid; in lv0104cs_set_calibscale() local
285 ceil = lv0104cs_calibscales[i + 1].val * 1000000 in lv0104cs_set_calibscale()
287 mid = (floor + ceil) / 2; in lv0104cs_set_calibscale()
296 if (calibscale >= mid && calibscale <= ceil) { in lv0104cs_set_calibscale()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotiledmap.cpp196 m_maxZoomLevel(static_cast<int>(std::ceil(m_cameraCapabilities.maximumZoomLevel()))), in QGeoTiledMapPrivate()
197 m_minZoomLevel(static_cast<int>(std::ceil(m_cameraCapabilities.minimumZoomLevel()))), in QGeoTiledMapPrivate()
287 m_minZoomLevel = static_cast<int>(std::ceil(m_cameraCapabilities.minimumZoomLevel())); in onCameraCapabilitiesChanged()
289 m_maxZoomLevel = static_cast<int>(std::ceil(m_cameraCapabilities.maximumZoomLevel())); in onCameraCapabilitiesChanged()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_htb.c97 struct psched_ratecfg ceil; member
637 toks -= (s64) psched_l2t_ns(&cl->ceil, bytes); in htb_accnt_ctokens()
1095 psched_ratecfg_getrate(&opt.ceil, &cl->ceil); in htb_dump_class()
1106 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1107 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
1324 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()
1332 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1333 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB], in htb_change_class()
1453 psched_ratecfg_precompute(&cl->ceil, &hopt->ceil, ceil64); in htb_change_class()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp39 double y1 = ::fmin(ymax, std::ceil(e1.y1)); in scanSpans()
56 scanLine(std::floor(x1), std::ceil(x0), y); in scanSpans()
197 auto x2 = ceil(ne.x) - 1; in tileCount()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py157 display_str_height = np.ceil((1 + 2 * 0.05) * font.getsize(display_str)[1]) + 1
165 margin = np.ceil(0.05 * text_height)
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py134 display_str_height = np.ceil((1 + 2 * 0.05) * font.getsize(display_str)[1])+1
142 margin = np.ceil(0.05 * text_height)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dmotion_core.hpp95 std::ceil(std::log(1 - prob) / std::log(1 - std::pow(1 - eps, size)))); in niters()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mp.c34 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
2840 LengthPSDU = ceil(LengthExact); in CCK_generator()
2988 N_CW = ceil(N_pld/1944./CR); in LDPC_parameter_generator()
3071 N_ES = (UINT)ceil((double)(N_DBPS * pPMacPktInfo->Nss)/4./300.); in PMAC_Nsym_generator()
3075 N_SYM = pPMacTxInfo->m_STBC*(UINT)ceil((double)(pPMacTxInfo->PacketLength*8+16+N_ES*6)/ in PMAC_Nsym_generator()
3083 N_SYM = pPMacTxInfo->m_STBC*(UINT)ceil((double)(N_pld)/ in PMAC_Nsym_generator()
3112 N_ES = (UINT)ceil((double)(N_DBPS)/3.6/600.); in PMAC_Nsym_generator()
3114 N_ES = (UINT)ceil((double)(N_DBPS)/4./600.); in PMAC_Nsym_generator()
3116 …N_SYM = pPMacTxInfo->m_STBC*(UINT)ceil((double)(pPMacTxInfo->PacketLength*8+16+N_ES*6)/(double)(N_… in PMAC_Nsym_generator()
3121 …N_SYM = pPMacTxInfo->m_STBC*(UINT)ceil((double)(pPMacTxInfo->PacketLength*8+16)/(double)(N_DBPS*pP… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
2842 LengthPSDU = ceil(LengthExact); in CCK_generator()
2994 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3081 N_ES = (UINT)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3085 … N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3093 N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3126 N_ES = (UINT)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3128 N_ES = (UINT)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3130 …N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) /… in PMAC_Nsym_generator()
3135 …N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N… in PMAC_Nsym_generator()
[all …]
/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/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp161 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg)))); in calc_max_num_coll()
/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/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp161 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg)))); in calc_max_num_coll()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1106g-evb2-v10-dual-camera.dts330 * vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num)
348 * vicap, capture raw10, ceil(w*10/8/256)*256*h *4(buf num)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mp.c30 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3280 LengthPSDU = ceil(LengthExact); in CCK_generator()
3432 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3519 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3523 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3531 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3564 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3566 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3568 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3573 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3259 LengthPSDU = ceil(LengthExact); in CCK_generator()
3411 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3498 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3502 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3510 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3543 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3545 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3547 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3552 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mp.c30 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3260 LengthPSDU = ceil(LengthExact); in CCK_generator()
3412 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3499 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3503 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3511 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3544 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3546 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3548 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3553 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3285 LengthPSDU = ceil(LengthExact); in CCK_generator()
3437 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3524 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3528 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3536 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3569 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3571 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3573 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3578 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3280 LengthPSDU = ceil(LengthExact); in CCK_generator()
3432 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3519 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3523 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3531 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3564 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3566 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3568 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3573 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mp.c34 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3132 LengthPSDU = ceil(LengthExact); in CCK_generator()
3284 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3371 N_ES = (UINT)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3375 … N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3383 N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3416 N_ES = (UINT)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3418 N_ES = (UINT)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3420 …N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) /… in PMAC_Nsym_generator()
3425 …N_SYM = pPMacTxInfo->m_STBC * (UINT)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mp.c30 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3171 LengthPSDU = ceil(LengthExact); in CCK_generator()
3323 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3410 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3414 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3422 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3455 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3457 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3459 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3464 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mp.c30 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3172 LengthPSDU = ceil(LengthExact); in CCK_generator()
3324 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3411 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3415 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3423 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3456 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3458 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3460 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3465 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mp.c29 #define ceil(X) (((X) > 0) ? CEILING_POS(X) : CEILING_NEG(X)) macro
3279 LengthPSDU = ceil(LengthExact); in CCK_generator()
3431 N_CW = ceil(N_pld / 1944. / CR); in LDPC_parameter_generator()
3518 N_ES = (u32)ceil((double)(N_DBPS * pPMacPktInfo->Nss) / 4. / 300.); in PMAC_Nsym_generator()
3522 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / in PMAC_Nsym_generator()
3530 N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(N_pld) / in PMAC_Nsym_generator()
3563 N_ES = (u32)ceil((double)(N_DBPS) / 3.6 / 600.); in PMAC_Nsym_generator()
3565 N_ES = (u32)ceil((double)(N_DBPS) / 4. / 600.); in PMAC_Nsym_generator()
3567 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16 + N_ES * 6) / … in PMAC_Nsym_generator()
3572 …N_SYM = pPMacTxInfo->m_STBC * (u32)ceil((double)(pPMacTxInfo->PacketLength * 8 + 16) / (double)(N_… in PMAC_Nsym_generator()
[all …]

12345678