Home
last modified time | relevance | path

Searched refs:isneg (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/multiprecision/detail/functions/
H A Dpow.hpp207 bool isneg = eval_get_sign(x) < 0; in eval_exp() local
216 if(isneg) in eval_exp()
231 if(isneg) in eval_exp()
251 if(isneg) in eval_exp()
263 if(isneg && (k&1)) in eval_exp()
285 if(isneg) in eval_exp()
309 if (isneg) in eval_exp()
330 if(isneg) in eval_exp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp359 BOOST_MP_FORCEINLINE bool isneg()const BOOST_NOEXCEPT in isneg() function
522 BOOST_MP_FORCEINLINE bool isneg()const BOOST_NOEXCEPT in isneg() function
675 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR bool isneg()const BOOST_NOEXCEPT in isneg() function
852 BOOST_MP_FORCEINLINE bool isneg()const BOOST_NOEXCEPT in isneg() function
1002 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR bool isneg()const BOOST_NOEXCEPT in isneg() function
1320 bool isneg = false; in do_assign_string() local
1325 isneg = true; in do_assign_string()
1363 if(isneg) in do_assign_string()
1373 bool isneg = false; in do_assign_string() local
1378 isneg = true; in do_assign_string()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp552 if(val.isneg()) in eval_convert_to()
567 if(val.isneg()) in eval_convert_to()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c11443 bool issrc, isneg, isimm; in fixup_bpf_calls() local
11451 isneg = aux->alu_state & BPF_ALU_NEG_VALUE; in fixup_bpf_calls()
11460 if (isneg) in fixup_bpf_calls()
11472 if (isneg) in fixup_bpf_calls()
11476 if (issrc && isneg && !isimm) in fixup_bpf_calls()