Home
last modified time | relevance | path

Searched refs:is_zero (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/coccinelle/null/
H A Dbadzero.cocci100 @ r disable is_zero,isnt_zero exists @
122 @ depends on patch disable is_zero,isnt_zero @
146 @t2 depends on !patch disable is_zero,isnt_zero @
192 @ depends on patch disable is_zero,isnt_zero @
214 @ t3 depends on !patch disable is_zero,isnt_zero @
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp154 inline bool is_zero() const { return math::equals(m_numerator, 0); } in is_zero() function in boost::geometry::segment_ratio
169 return is_zero() || is_one(); in on_end()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0007-target-ppc-Update-float_invalid_op_mul-for-new-flags.patch36 - if ((classes & (is_zero | is_inf)) == (is_zero | is_inf)) {
H A D0008-target-ppc-Update-float_invalid_op_div-for-new-flags.patch41 - } else if (classes == is_zero) {
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dboolinit.cocci56 @depends on patch disable is_zero, isnt_zero@
112 @r2 depends on !patch disable is_zero, isnt_zero@
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dhash_float.hpp242 inline bool is_zero(T v) in is_zero() function
258 return boost::hash_detail::is_zero(v) ? 0 : float_hash_impl(v, 0); in float_hash_value()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp99 && turn.operations[0].fraction.is_zero(); in apply()
139 turn.operations[0].fraction.is_zero(); in is_closing_point_of()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-target.c335 sector_t block, u8 *digest, bool *is_zero) in verity_hash_for_block() argument
361 *is_zero = !memcmp(v->zero_digest, digest, v->digest_size); in verity_hash_for_block()
363 *is_zero = false; in verity_hash_for_block()
473 bool is_zero; in verity_verify_io() local
493 &is_zero); in verity_verify_io()
497 if (is_zero) { in verity_verify_io()
H A Ddm-verity.h130 sector_t block, u8 *digest, bool *is_zero);
H A Ddm-verity-fec.c203 bool is_zero; in fec_read_bufs() local
267 &is_zero) == 0) { in fec_read_bufs()
269 if (is_zero) in fec_read_bufs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp108 struct is_zero;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddouble-int.h166 bool is_zero () const;
377 double_int::is_zero () const in is_zero() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddouble-int.h166 bool is_zero () const;
377 double_int::is_zero () const in is_zero() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dfollow_helpers.hpp349 && ( ! curr_turn.operations[OpId].fraction.is_zero() in turn_on_the_same_ip()
/OK3568_Linux_fs/buildroot/package/pulseview/
H A D0001-Replace-obsolete-deprecated-Qt-methods.patch27 if (sign && !v.is_zero())
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp563 BOOST_MP_FORCEINLINE bool is_zero()const in is_zero() function in boost::multiprecision::number
638 return !is_zero(); in operator bool()
649 return is_zero() ? 0 : &self_type::is_zero; in operator unmentionable_type()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c461 bool is_zero = num == 0LL; in number() local
487 else if (!is_zero) in number()
529 if (spec.base == 16 || !is_zero) { in number()