| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | distance_predicates.hpp | 107 struct calculate_distance< predicates::nearest<PointRelation>, Indexable, Tag > 113 …static inline bool apply(predicates::nearest<PointRelation> const& p, Indexable const& i, result_t… in apply() 121 struct calculate_distance< predicates::nearest< to_centroid<Point> >, Indexable, value_tag> 126 …static inline bool apply(predicates::nearest< to_centroid<Point> > const& p, Indexable const& i, r… in apply() 134 struct calculate_distance< predicates::nearest< to_furthest<Point> >, Indexable, value_tag> 139 …static inline bool apply(predicates::nearest< to_furthest<Point> > const& p, Indexable const& i, r… in apply()
|
| H A D | predicates.hpp | 84 struct nearest struct 86 nearest() in nearest() function 89 nearest(PointOrRelation const& por, unsigned k) in nearest() function 267 struct predicate_check<predicates::nearest<DistancePredicates>, value_tag> 270 … static inline bool apply(predicates::nearest<DistancePredicates> const&, Value const&, Box const&) in apply() 459 struct predicate_check<predicates::nearest<DistancePredicates>, bounds_tag> 462 … static inline bool apply(predicates::nearest<DistancePredicates> const&, Value const&, Box const&) in apply() 718 struct predicates_is_distance< predicates::nearest<DistancePredicates> >
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrpointer.c | 60 RRCrtcPtr nearest = NULL; in RRPointerToNearestCrtc() local 91 if (!nearest || dist < best) { in RRPointerToNearestCrtc() 92 nearest = crtc; in RRPointerToNearestCrtc() 101 pScrPriv->pointerCrtc = nearest; in RRPointerToNearestCrtc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | predicates.hpp | 328 detail::predicates::nearest<Geometry> 329 nearest(Geometry const& geometry, unsigned k) in nearest() function 331 return detail::predicates::nearest<Geometry>(geometry, k); in nearest()
|
| /OK3568_Linux_fs/buildroot/package/flann/ |
| H A D | Config.in | 6 FLANN is a library for performing fast approximate nearest 8 collection of algorithms we found to work best for nearest
|
| /OK3568_Linux_fs/buildroot/package/libspatialindex/ |
| H A D | Config.in | 12 location, nearest neighbor and k-nearest neighbor as well
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xibarriers.c | 331 struct PointerBarrierClient *c, *nearest = NULL; in barrier_find_nearest() local 352 nearest = c; in barrier_find_nearest() 357 return nearest; in barrier_find_nearest() 398 struct PointerBarrier *nearest = NULL; in input_constrain_cursor() local 445 nearest = &c->barrier; in input_constrain_cursor() 457 barrier_clamp_to_barrier(nearest, dir, &x, &y); in input_constrain_cursor() 459 if (barrier_is_vertical(nearest)) { in input_constrain_cursor() 463 else if (barrier_is_horizontal(nearest)) { in input_constrain_cursor()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | slog2.S | 34 | Notes: Default means round-to-nearest mode, no floating-point 49 | Notes: Default means round-to-nearest mode, no floating-point 63 | Notes: Default means round-to-nearest mode, no floating-point 78 | Notes: Default means round-to-nearest mode, no floating-point
|
| H A D | stanh.S | 40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
|
| H A D | setox.S | 79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z)
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
| H A D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | numastat.rst | 52 implementation actually treats one of the nearest nodes with memory as the 55 numa_foreign statistics of the nearest node.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/closest_feature/ |
| H A D | range_to_range.hpp | 73 std::size_t n = rt.query(index::nearest(*qit, 1), &t_v); in apply()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | TODO | 5 - The CSI subdevice parses its nearest upstream neighbor's device-tree
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | sii902x.c | 688 u8 i, nearest = 0; in sii902x_select_mclk_div() local 696 nearest = i; in sii902x_select_mclk_div() 702 *i2s_config_reg |= nearest << 4; in sii902x_select_mclk_div() 704 return sii902x_mclk_div_table[nearest]; in sii902x_select_mclk_div()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cx24123.c | 430 u32 exp, nearest = 0; in cx24123_int_log2() local 435 for (exp = 1; div > exp; nearest++) in cx24123_int_log2() 438 return nearest; in cx24123_int_log2()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | adt7470.rst | 76 The PWM frequency is rounded to the nearest one of:
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | armada-388-clearfog.dts | 367 /* Port 1, Lane 0. CONN3, nearest power. */ 372 /* Port 2, Lane 0. CONN2, nearest CPU. */
|
| /OK3568_Linux_fs/kernel/Documentation/xtensa/ |
| H A D | mmu.rst | 62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-s-hw-freq-seek.rst | 92 driver selects the nearest value that is supported by the device.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/ |
| H A D | todo.rst | 41 The IEEE standard defines 4 rounding modes. Round to nearest is the
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-tty | 153 the RX trigger is changed to the nearest lower value for the
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-kvm.txt | 127 size is rounded up to have nearest pages power of two value.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/pci/ |
| H A D | p2pdma.rst | 111 If more than one provider is supported, the one nearest to all the clients will
|