Home
last modified time | relevance | path

Searched refs:is_neg (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp44 bool is_neg = eval_get_sign(t) < 0; in generic_interconvert() local
45 if(is_neg) in generic_interconvert()
73 if(is_neg) in generic_interconvert()
92 bool is_neg = eval_get_sign(t) < 0; in generic_interconvert() local
93 if(is_neg) in generic_interconvert()
121 if(is_neg) in generic_interconvert()
/OK3568_Linux_fs/u-boot/common/
H A Dbedbug.c860 int is_neg = 0; in parse_operand() local
873 is_neg = 1; in parse_operand()
878 if (is_neg) in parse_operand()
994 int is_neg = 0; in read_number() local
1002 is_neg = 1; in read_number()
1011 if (is_neg) in read_number()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Dshape_utils.hpp141 namespace {inline bool is_neg(int i) { return i < 0; }} in is_neg() function
147 s.erase(std::remove_if(s.begin(), s.end(), is_neg), s.end()); in shape()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0008-target-ppc-Update-float_invalid_op_div-for-new-flags.patch36 - classes &= ~is_neg;
H A D0006-target-ppc-Update-float_invalid_op_addsub-for-new-fl.patch37 - if ((classes & ~is_neg) == is_inf) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dbitwise.hpp594 bool is_neg = result.sign(); in eval_right_shift() local
595 if(is_neg) in eval_right_shift()
616 if(is_neg) in eval_right_shift()