Searched refs:upper2 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | partition.hpp | 442 IteratorVector2 lower2, upper2, exceeding2; in apply() local 447 input2, lower2, upper2, exceeding2, in apply() 477 if (recurse_ok(lower2, upper2, exceeding1, min_elements, level)) in apply() 483 && next_level(exceeding_box, exceeding1, upper2, level, in apply() 493 && handle_two(exceeding1, upper2, visitor)) ) in apply() 543 if (recurse_ok(upper1, upper2, min_elements, level)) in apply() 545 if (! next_level(upper_box, upper1, upper2, level, in apply() 554 if (! handle_two(upper1, upper2, visitor)) in apply()
|
| /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 | next.hpp | 503 T upper2 = ldexp(T(0.5), expon2); in float_distance_imp() local 504 result = float_distance(upper2, b); in float_distance_imp() 610 T upper2 = scalbn(T(1), expon2 - 1); in float_distance_imp() local 611 result = float_distance(upper2, b); in float_distance_imp()
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | ambassador.c | 2038 u16 upper2; in amb_esi() local 2047 upper2 = be32_to_cpu (cmd.args.bia.upper2); in amb_esi() 2048 PRINTD (DBG_LOAD, "BIA: lower4: %08x, upper2 %04x", lower4, upper2); in amb_esi() 2058 esi[i] = bitrev8(upper2>>(8*(i-4))); in amb_esi()
|
| H A D | ambassador.h | 370 __be32 upper2; member
|