| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | docg3.c | 1458 int floor; in sysfs_dev2docg3() local 1461 floor = attr->attr.name[1] - '0'; in sysfs_dev2docg3() 1462 if (floor < 0 || floor >= DOC_MAX_NBFLOORS) in sysfs_dev2docg3() 1465 return docg3_floors[floor]->priv; in sysfs_dev2docg3() 1551 int floor; in doc_register_sysfs() local 1555 for (floor = 0; in doc_register_sysfs() 1556 floor < DOC_MAX_NBFLOORS && cascade->floors[floor]; in doc_register_sysfs() 1557 floor++) { in doc_register_sysfs() 1559 ret = device_create_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs() 1570 device_remove_file(dev, &doc_sys_attrs[floor][i]); in doc_register_sysfs() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/ |
| H A D | converter_policies.hpp | 38 using std::floor ; in nearbyint() 42 return s < static_cast<S>(0) ? ceil(s) : floor(s) ; in nearbyint() 60 using std::floor ; in nearbyint() 63 return floor(s) ; in nearbyint() 100 using std::floor ; in nearbyint() 105 S prev = floor(s); in nearbyint() 119 bool is_prev_even = two * floor(prev / two) == prev ; in nearbyint()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 300 unsigned long floor, unsigned long ceiling) in free_hugepd_range() argument 314 if (start < floor) in free_hugepd_range() 336 unsigned long floor, unsigned long ceiling) in hugetlb_free_pte_range() argument 342 if (start < floor) in hugetlb_free_pte_range() 359 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 381 hugetlb_free_pte_range(tlb, pmd, addr, end, floor, ceiling); in hugetlb_free_pmd_range() 396 addr, next, floor, ceiling); in hugetlb_free_pmd_range() 400 if (start < floor) in hugetlb_free_pmd_range() 418 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 431 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxcrypt/files/ |
| H A D | fix_cflags_handling.patch | 18 build-aux/scripts/compute-symver-floor | 2 ++ 21 diff --git a/build-aux/scripts/compute-symver-floor b/build-aux/scripts/compute-symver-floor 23 --- a/build-aux/scripts/compute-symver-floor 24 +++ b/build-aux/scripts/compute-symver-floor
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | hugetlbpage.c | 121 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 136 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range() 137 floor = htlbpage_to_page(floor); in hugetlb_free_pgd_range() 141 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 6 Show whether the floor (0 to 4), protection area (0 or 1) is 7 keylocked. Each docg3 chip (or floor) has 2 protection areas, 23 Enter the protection key for the floor (0 to 4), protection area 24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
|
| H A D | sysfs-bus-counter | 14 What: /sys/bus/counter/devices/counterX/countY/floor 18 Count value floor for Count Y. This is the lower limit for the 25 Count mode for channel Y. The ceiling and floor values for 36 to the Count Y floor value. The counter freezes at 37 count = ceiling when counting up, and at count = floor 49 A count value boundary is set between the Count Y floor 51 reset to the Count Y floor value at count = ceiling when 53 ceiling value at count = floor when counting down; the
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_range.hpp | 27 const auto minX = static_cast<uint32_t>(std::floor(swProj.x)); in fromLatLngBounds() 28 const auto maxX = static_cast<uint32_t>(std::floor(neProj.x)); in fromLatLngBounds() 29 const auto minY = static_cast<uint32_t>(util::clamp(std::floor(neProj.y), 0.0 , maxTile)); in fromLatLngBounds() 30 const auto maxY = static_cast<uint32_t>(util::clamp(std::floor(swProj.y), 0.0, maxTile)); in fromLatLngBounds()
|
| H A D | tile_cover.cpp | 38 double y0 = ::fmax(ymin, std::floor(e1.y0)); in scanSpans() 56 scanLine(std::floor(x1), std::ceil(x0), y); in scanSpans() 138 return std::floor(zoom); in coveringZoomLevel() 196 auto x1 = floor(sw.x); in tileCount() 198 auto y1 = util::clamp(floor(sw.y), 0.0, maxTile - 1); in tileCount() 199 auto y2 = util::clamp(floor(ne.y), 0.0, maxTile - 1); in tileCount()
|
| H A D | tile_cover_impl.cpp | 116 …const auto y = static_cast<uint32_t>(std::floor(clamp(to_max.points.front().y, 0.0, (double)maxTil… in build_bounds_map() 120 …const auto y = static_cast<uint32_t>(std::floor(clamp(to_min.points.front().y, 0.0, (double)maxTil… in build_bounds_map() 128 xp.xmin = std::min(xp.xmin, static_cast<int32_t>(std::floor(x))); in update_span() 217 const auto y = static_cast<uint32_t>(std::floor(clamp(point.y, 0.0, (double)(1 << zoom)))); in operator ()() 232 … const auto y = static_cast<uint32_t>(std::floor(clamp(point.y, 0.0, (double)(1 << zoom)))); in operator ()()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 422 unsigned long floor, unsigned long ceiling) in hugetlb_free_pmd_range() argument 441 if (start < floor) in hugetlb_free_pmd_range() 459 unsigned long floor, unsigned long ceiling) in hugetlb_free_pud_range() argument 474 hugetlb_free_pmd_range(tlb, pud, addr, next, floor, in hugetlb_free_pud_range() 479 if (start < floor) in hugetlb_free_pud_range() 497 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 504 if (addr < floor) { in hugetlb_free_pgd_range() 525 hugetlb_free_pud_range(tlb, p4d, addr, next, floor, ceiling); in hugetlb_free_pgd_range()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_inline_defs.h | 81 double floor = dml_floor(a, 1); in dml_round() local 83 if (a - floor >= round_pt) in dml_round() 86 return floor; in dml_round()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 36 template <class T> T floor( T ); 59 template <> BOOST_QVM_INLINE_TRIVIAL float floor<float>( float x ) { return ::floorf(x); } in floor() function 81 template <> BOOST_QVM_INLINE_TRIVIAL double floor<double>( double x ) { return ::floor(x); } in floor() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_heatmap_layer.cpp | 192 colorRamp.data[i + 0] = std::floor(color.r * 255); in updateColorRamp() 193 colorRamp.data[i + 1] = std::floor(color.g * 255); in updateColorRamp() 194 colorRamp.data[i + 2] = std::floor(color.b * 255); in updateColorRamp() 195 colorRamp.data[i + 3] = std::floor(color.a * 255); in updateColorRamp()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 174 top = max(0, np.floor(x + 0.5).astype(int)) 175 left = max(0, np.floor(y + 0.5).astype(int)) 176 right = min(image.shape[1], np.floor(x + w + 0.5).astype(int)) 177 bottom = min(image.shape[0], np.floor(y + h + 0.5).astype(int))
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | f2clib.c | 77 floor(*x + .5) : -floor(.5 - *x) ); in i_nint()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | mmu.c | 834 unsigned long floor, unsigned long ceiling, in pgtable_range_aligned() argument 838 if (start < floor) in pgtable_range_aligned() 985 unsigned long end, unsigned long floor, in free_empty_pte_table() argument 1002 if (!pgtable_range_aligned(start, end, floor, ceiling, PMD_MASK)) in free_empty_pte_table() 1022 unsigned long end, unsigned long floor, in free_empty_pmd_table() argument 1036 free_empty_pte_table(pmdp, addr, next, floor, ceiling); in free_empty_pmd_table() 1042 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table() 1062 unsigned long end, unsigned long floor, in free_empty_pud_table() argument 1076 free_empty_pmd_table(pudp, addr, next, floor, ceiling); in free_empty_pud_table() 1082 if (!pgtable_range_aligned(start, end, floor, ceiling, PGDIR_MASK)) in free_empty_pud_table() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/ |
| H A D | MiniMap.qml | 77 width: Math.floor(map.width * avgScaleFactor()) + 2 78 height: Math.floor(map.height * avgScaleFactor()) + 2 90 width: Math.floor(map.width * avgScaleFactor()) 91 height: Math.floor(map.height * avgScaleFactor())
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/ |
| H A D | 0001-mesa-demos-Add-missing-data-files.patch | 227 + return floor( mod( (x1 + p.z) *x0, p.x )); 231 + return floor( mod( (x1 + p.z) *x0, p.x )); 235 + return floor( mod( (x1 + p.z) *x0, p.x )); 239 + return floor( mod( (x1 + p.z) *x0, p.x )); 257 + vec2 i = floor(v + dot(v, C.yy) ); 312 + vec3 i = floor(v + dot(v, C.yyy) ); 360 + vec4 j = p - pParam.w*pParam.w*floor(p * ns.z *ns.z); // mod(p,N*N) 362 + vec4 x_ = floor(j * ns.z) ; 363 + vec4 y_ = floor(j - pParam.w * x_ ) ; // mod(j,N) 404 + p.xyz = floor( fract (vec3(j) * ip.xyz) *pParam.w) * ip.z -1.0; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | lv0104cs.c | 278 int floor, ceil, mid; in lv0104cs_set_calibscale() local 283 floor = lv0104cs_calibscales[i].val * 1000000 in lv0104cs_set_calibscale() 287 mid = (floor + ceil) / 2; in lv0104cs_set_calibscale() 290 if (calibscale >= floor && calibscale < mid) { in lv0104cs_set_calibscale()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | hugetlb.h | 46 unsigned long floor, unsigned long ceiling) in hugetlb_free_pgd_range() argument 48 free_pgd_range(tlb, addr, end, floor, ceiling); in hugetlb_free_pgd_range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | collision_feature.cpp | 45 const int nBoxes = std::max(static_cast<int>(std::floor(labelLength / step)), 1); in bboxifyLabel() 56 const int nPitchPaddingBoxes = std::floor(nBoxes * overscalingPaddingFactor / 2); in bboxifyLabel()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mifillarc.c | 229 dx = floor((d_dx * 32768) / scale + 0.5); in miEllipseAngleToSlope() 233 dy = floor((d_dy * 32768) / scale + 0.5); in miEllipseAngleToSlope() 402 slice->edge1.dx = floor((dx * 32768) / scale + .5); in miFillArcSliceSetup() 403 slice->edge1.dy = floor((dy * 32768) / scale + .5); in miFillArcSliceSetup() 407 y = floor(y1 + 1.0); in miFillArcSliceSetup() 417 y = floor(y1); in miFillArcSliceSetup()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/ |
| H A D | pixelate.fsh | 52 tc = vec2(dx*(floor(uv.x/dx) + 0.5), 53 dy*(floor(uv.y/dy) + 0.5));
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py | 142 print('%02d:%05.2f' % (math.floor(dur/60), dur - 60 * math.floor(dur/60)))
|