Home
last modified time | relevance | path

Searched refs:hex_value (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
116 hex_value = 0; in print_insn_spu()
170 printf("%d", hex_value); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
193 printf("%u", hex_value); in print_insn_spu()
216 hex_value = value; in print_insn_spu()
224 printf("%u", hex_value); in print_insn_spu()
233 if (hex_value > 16) in print_insn_spu()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
116 hex_value = 0; in print_insn_spu()
170 printf("%d", hex_value); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
193 printf("%u", hex_value); in print_insn_spu()
216 hex_value = value; in print_insn_spu()
224 printf("%u", hex_value); in print_insn_spu()
233 if (hex_value > 16) in print_insn_spu()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
116 hex_value = 0; in print_insn_spu()
170 printf("%d", hex_value); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
193 printf("%u", hex_value); in print_insn_spu()
216 hex_value = value; in print_insn_spu()
224 printf("%u", hex_value); in print_insn_spu()
233 if (hex_value > 16) in print_insn_spu()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; argument
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; struct
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; struct
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; struct
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; struct
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; argument
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; struct
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; struct
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; struct
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; struct
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; argument
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp17 struct hex_value;
19 struct hex_value<'0'> struct
24 struct hex_value<'1'> struct
29 struct hex_value<'2'> struct
34 struct hex_value<'3'> struct
39 struct hex_value<'4'> struct
44 struct hex_value<'5'> struct
49 struct hex_value<'6'> struct
54 struct hex_value<'7'> struct
59 struct hex_value<'8'> struct
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; struct
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; argument
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; argument
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; struct
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; struct
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; struct
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; argument
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
52 …static constexpr limb_type value_to_add = shift ? hex_value<NextChar>::value << shift : hex_value<…
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dspu-dis.c97 int hex_value; in print_insn_spu() local
138 hex_value = 0; in print_insn_spu()
191 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
204 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
208 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
212 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
225 hex_value = memaddr + value; in print_insn_spu()
240 hex_value = value; in print_insn_spu()
247 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dspu-dis.c97 int hex_value; in print_insn_spu() local
138 hex_value = 0; in print_insn_spu()
191 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
204 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
208 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
212 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
225 hex_value = memaddr + value; in print_insn_spu()
240 hex_value = value; in print_insn_spu()
247 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dspu-dis.c97 int hex_value; in print_insn_spu() local
138 hex_value = 0; in print_insn_spu()
191 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
204 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
208 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
212 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
225 hex_value = memaddr + value; in print_insn_spu()
240 hex_value = value; in print_insn_spu()
247 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dspu-dis.c97 int hex_value; in print_insn_spu() local
138 hex_value = 0; in print_insn_spu()
191 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
204 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
208 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
212 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
225 hex_value = memaddr + value; in print_insn_spu()
240 hex_value = value; in print_insn_spu()
247 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu()
[all …]
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dspu-dis.c97 int hex_value; in print_insn_spu() local
138 hex_value = 0; in print_insn_spu()
191 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
204 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
208 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
212 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
216 hex_value = DECODE_INSN_U16 (insn); in print_insn_spu()
225 hex_value = memaddr + value; in print_insn_spu()
240 hex_value = value; in print_insn_spu()
247 hex_value = DECODE_INSN_U14 (insn); in print_insn_spu()
[all …]

12345678910>>...28