Home
last modified time | relevance | path

Searched refs:overflow_type (Results 1 – 9 of 9) sorted by relevance

/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 Dwide-int.h358 enum overflow_type { enum
545 UNARY_FUNCTION neg (const T &, overflow_type *);
565 BINARY_FUNCTION add (const T1 &, const T2 &, signop, overflow_type *);
567 BINARY_FUNCTION sub (const T1 &, const T2 &, signop, overflow_type *);
569 BINARY_FUNCTION mul (const T1 &, const T2 &, signop, overflow_type *);
570 BINARY_FUNCTION smul (const T1 &, const T2 &, overflow_type *);
571 BINARY_FUNCTION umul (const T1 &, const T2 &, overflow_type *);
574 overflow_type * = 0);
578 overflow_type * = 0);
582 overflow_type * = 0);
[all …]
H A Dpoly-int.h920 signop sgn, wi::overflow_type *overflow)
927 wi::overflow_type suboverflow;
1019 signop sgn, wi::overflow_type *overflow)
1026 wi::overflow_type suboverflow;
1063 neg (const poly_int_pod<N, Ca> &a, wi::overflow_type *overflow)
1070 wi::overflow_type suboverflow;
1139 signop sgn, wi::overflow_type *overflow)
1146 wi::overflow_type suboverflow;
H A Dfold-const.h117 signop, wi::overflow_type *);
/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 Dwide-int.h358 enum overflow_type { enum
545 UNARY_FUNCTION neg (const T &, overflow_type *);
565 BINARY_FUNCTION add (const T1 &, const T2 &, signop, overflow_type *);
567 BINARY_FUNCTION sub (const T1 &, const T2 &, signop, overflow_type *);
569 BINARY_FUNCTION mul (const T1 &, const T2 &, signop, overflow_type *);
570 BINARY_FUNCTION smul (const T1 &, const T2 &, overflow_type *);
571 BINARY_FUNCTION umul (const T1 &, const T2 &, overflow_type *);
574 overflow_type * = 0);
578 overflow_type * = 0);
582 overflow_type * = 0);
[all …]
H A Dpoly-int.h920 signop sgn, wi::overflow_type *overflow)
927 wi::overflow_type suboverflow;
1019 signop sgn, wi::overflow_type *overflow)
1026 wi::overflow_type suboverflow;
1063 neg (const poly_int_pod<N, Ca> &a, wi::overflow_type *overflow)
1070 wi::overflow_type suboverflow;
1139 signop sgn, wi::overflow_type *overflow)
1146 wi::overflow_type suboverflow;
H A Dfold-const.h117 signop, wi::overflow_type *);
/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/c-family/
H A Dc-common.h1246 enum overflow_type { enum
1257 enum overflow_type overflow;
1276 enum overflow_type overflow,
/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/c-family/
H A Dc-common.h1246 enum overflow_type { enum
1257 enum overflow_type overflow;
1276 enum overflow_type overflow,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Derror_handling.hpp789 typedef typename Policy::overflow_error_type overflow_type; in checked_narrowing_cast() typedef
796 if(detail::check_overflow<R>(val, &result, function, overflow_type())) in checked_narrowing_cast()