Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-powm_ui.c31 mpz_t r1, r2, base2; in main() local
45 mpz_inits (bs, base, exp, mod, r1, r2, base2, NULL); in main()
88 mpz_set (base2, base); in main()
94 mpz_mul (r2, r2, base2); in main()
97 mpz_mul (base2, base2, base2); in main()
98 mpz_mod (base2, base2, mod); in main()
123 mpz_clears (bs, base, exp, mod, r1, r2, base2, NULL); in main()
H A Dt-powm.c49 mpz_t r1, r2, t1, exp2, base2; in main() local
72 mpz_init (base2); in main()
140 mpz_mod (base2, base, mod); in main()
148 mpz_mul (r2, r2, base2); in main()
153 mpz_mul (base2, base2, base2); in main()
154 mpz_mod (base2, base2, mod); in main()
202 mpz_clear (base2); in main()
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dpptrtab.c10 ctf_id_t base, base2, ptr, type, last_type; in main() local
32 if ((base2 = ctf_add_integer (pfp, CTF_ADD_ROOT, "long int", &encoding2)) == CTF_ERR) in main()
53 if ((ptr = ctf_add_pointer (pfp, CTF_ADD_ROOT, base2)) == CTF_ERR) in main()
64 if (ctf_type_reference (cfp, type) != base2) in main()
65 printf ("Second lookup ref diff: %lx versus %lx\n", base2, in main()
74 if ((ptr = ctf_add_pointer (cfp, CTF_ADD_ROOT, base2)) == CTF_ERR) in main()
85 if (ctf_type_reference (cfp, type) != base2) in main()
86 printf ("Third lookup ref diff: %lx versus %lx\n", base2, in main()
H A Dsymtypetab-nonlinker-writeout.c26 ctf_id_t func, func2, func3, base, base2, base3; in try_maybe_reporting() local
45 ((base2 = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR) || in try_maybe_reporting()
62 (ctf_add_objt_sym (fp, "data_a", base2) < 0) || in try_maybe_reporting()
79 if (symtype == base2 && strcmp (symname, "data_a") == 0) in try_maybe_reporting()
103 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) in try_maybe_reporting()
142 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) in try_maybe_reporting()
175 struct ctf_symtype_expected expected_obj[] = { { "data_a", base2 }, in try_maybe_reporting()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c944 tree ref2, tree base2, in aliasing_component_refs_walk() argument
992 || ref == base2)) in aliasing_component_refs_walk()
1076 tree base1, base2; in aliasing_component_refs_p() local
1135 base2 = ref2; in aliasing_component_refs_p()
1136 while (handled_component_p (base2)) in aliasing_component_refs_p()
1138 if (component_ref_to_zero_sized_trailing_array_p (base2)) in aliasing_component_refs_p()
1141 end_struct_ref2 = base2; in aliasing_component_refs_p()
1143 if (ends_tbaa_access_path_p (base2)) in aliasing_component_refs_p()
1145 ref2 = TREE_OPERAND (base2, 0); in aliasing_component_refs_p()
1152 base2 = TREE_OPERAND (base2, 0); in aliasing_component_refs_p()
[all …]
H A Dvec-perm-indices.c202 element_type base2 = m_encoding[i + base_nelts]; in all_in_range_p() local
205 element_type step = clamp (base2 - base1); in all_in_range_p()
H A Dalias.c2136 compare_base_decls (tree base1, tree base2) in compare_base_decls() argument
2139 gcc_checking_assert (DECL_P (base1) && DECL_P (base2)); in compare_base_decls()
2140 if (base1 == base2) in compare_base_decls()
2146 && DECL_REGISTER (base2) in compare_base_decls()
2148 && HAS_DECL_ASSEMBLER_NAME_P (base2) in compare_base_decls()
2150 && DECL_ASSEMBLER_NAME_SET_P (base2)) in compare_base_decls()
2152 if (DECL_ASSEMBLER_NAME_RAW (base1) == DECL_ASSEMBLER_NAME_RAW (base2)) in compare_base_decls()
2160 || !decl_in_symtab_p (base2)) in compare_base_decls()
2167 symtab_node *node2 = symtab_node::get (base2); in compare_base_decls()
H A Dtree-ssa-sccvn.c2465 tree base2, poly_int64 *offset2) in adjust_offsets_for_equal_base_address() argument
2469 && TREE_CODE (base2) == MEM_REF) in adjust_offsets_for_equal_base_address()
2476 if (mem_ref_offset (base2).to_shwi (&soff)) in adjust_offsets_for_equal_base_address()
2478 base2 = TREE_OPERAND (base2, 0); in adjust_offsets_for_equal_base_address()
2481 return operand_equal_p (base1, base2, 0); in adjust_offsets_for_equal_base_address()
2483 return operand_equal_p (base1, base2, OEP_ADDRESS_OF); in adjust_offsets_for_equal_base_address()
2664 tree base2; in vn_reference_lookup_3() local
2684 base2 = get_ref_base_and_extent (ref2, &offset2, &size2, &maxsize2, in vn_reference_lookup_3()
2688 || !operand_equal_p (base, base2, OEP_ADDRESS_OF)) in vn_reference_lookup_3()
2814 tree base2; in vn_reference_lookup_3() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1092 tree ref2, tree base2, in aliasing_component_refs_walk() argument
1140 || ref == base2)) in aliasing_component_refs_walk()
1224 tree base1, base2; in aliasing_component_refs_p() local
1283 base2 = ref2; in aliasing_component_refs_p()
1284 while (handled_component_p (base2)) in aliasing_component_refs_p()
1286 if (component_ref_to_zero_sized_trailing_array_p (base2)) in aliasing_component_refs_p()
1289 end_struct_ref2 = base2; in aliasing_component_refs_p()
1291 if (ends_tbaa_access_path_p (base2)) in aliasing_component_refs_p()
1293 ref2 = TREE_OPERAND (base2, 0); in aliasing_component_refs_p()
1300 base2 = TREE_OPERAND (base2, 0); in aliasing_component_refs_p()
[all …]
H A Dvec-perm-indices.cc260 element_type base2 = m_encoding[i + base_nelts]; in all_in_range_p() local
263 element_type step = clamp (base2 - base1); in all_in_range_p()
H A Dalias.cc2155 compare_base_decls (tree base1, tree base2) in compare_base_decls() argument
2158 gcc_checking_assert (DECL_P (base1) && DECL_P (base2)); in compare_base_decls()
2159 if (base1 == base2) in compare_base_decls()
2165 && VAR_P (base2) in compare_base_decls()
2167 && DECL_HARD_REGISTER (base2) in compare_base_decls()
2169 && DECL_ASSEMBLER_NAME_SET_P (base2)) in compare_base_decls()
2171 if (DECL_ASSEMBLER_NAME_RAW (base1) == DECL_ASSEMBLER_NAME_RAW (base2)) in compare_base_decls()
2179 || !decl_in_symtab_p (base2)) in compare_base_decls()
2186 symtab_node *node2 = symtab_node::get (base2); in compare_base_decls()
H A Dtree-ssa-sccvn.cc2561 tree base2, poly_int64 *offset2) in adjust_offsets_for_equal_base_address() argument
2565 && TREE_CODE (base2) == MEM_REF) in adjust_offsets_for_equal_base_address()
2572 if (mem_ref_offset (base2).to_shwi (&soff)) in adjust_offsets_for_equal_base_address()
2574 base2 = TREE_OPERAND (base2, 0); in adjust_offsets_for_equal_base_address()
2577 return operand_equal_p (base1, base2, 0); in adjust_offsets_for_equal_base_address()
2579 return operand_equal_p (base1, base2, OEP_ADDRESS_OF); in adjust_offsets_for_equal_base_address()
2800 tree base2; in vn_reference_lookup_3() local
2820 base2 = get_ref_base_and_extent (ref2, &offset2, &size2, &maxsize2, in vn_reference_lookup_3()
2824 || !operand_equal_p (base, base2, OEP_ADDRESS_OF)) in vn_reference_lookup_3()
2950 tree base2; in vn_reference_lookup_3() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dgeneric_128.h420 const uint32_t base2 = base * POW5_TABLE_SIZE; in generic_computePow5() local
422 if (i == base2) { in generic_computePow5()
428 const uint32_t offset = i - base2; in generic_computePow5()
430 const uint32_t delta = pow5bits(i) - pow5bits(base2); in generic_computePow5()
439 const uint32_t base2 = base * POW5_TABLE_SIZE; in generic_computeInvPow5() local
441 if (i == base2) { in generic_computeInvPow5()
447 const uint32_t offset = base2 - i; in generic_computeInvPow5()
449 const uint32_t delta = pow5bits(base2) - pow5bits(i); in generic_computeInvPow5()
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dcompare-debug197 base2=`echo "$2" | sed '$s,\.[^.]*$,,'` gkd2=
198 for f in "$base2".*.gkd; do
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Ddexplorer202 base2=${dir##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Ddexplorer202 base2=${dir##*/}
203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp.h50 const BN_ULONG *base2,
H A Drsaz_exp_x2.c123 const BN_ULONG *base2,
179 to_words52(base2_red, exp_digits, base2, factor_size);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dpoint_448.h281 const curve448_point_t base2,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dpoint_448.h295 const curve448_point_t base2,
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2515 (encoding (+ ((.sym f- base1 -3) 1) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u8)))
2516 (ifield-assertion (andif (eq (.sym f- base1 -3) 1) (eq (.sym f- base2 -2) 2)))
2530 (encoding (+ ((.sym f- base1 -3) 2) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u16)))
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2515 (encoding (+ ((.sym f- base1 -3) 1) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u8)))
2516 (ifield-assertion (andif (eq (.sym f- base1 -3) 1) (eq (.sym f- base2 -2) 2)))
2530 (encoding (+ ((.sym f- base1 -3) 2) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u16)))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2515 (encoding (+ ((.sym f- base1 -3) 1) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u8)))
2516 (ifield-assertion (andif (eq (.sym f- base1 -3) 1) (eq (.sym f- base2 -2) 2)))
2530 (encoding (+ ((.sym f- base1 -3) 2) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u16)))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dm32c.cpu2337 (define-pmacro (src32-An-direct-operand group base1 base2 xmode)
2347 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 1) (.sym Src32An group xmode)))
2348 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 1)))
2386 (define-pmacro (src32-An-indirect-operand group base1 base2 xmode)
2396 (encoding (+ ((.sym f- base1 -3) 0) ((.sym f- base2 -1) 0) (.sym Src32An group)))
2397 (ifield-assertion (andif (eq (.sym f- base1 -3) 0) (eq (.sym f- base2 -1) 0)))
2505 (define-pmacro (src32-relative-operand offset group base1 base2 xmode)
2515 (encoding (+ ((.sym f- base1 -3) 1) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u8)))
2516 (ifield-assertion (andif (eq (.sym f- base1 -3) 1) (eq (.sym f- base2 -2) 2)))
2530 (encoding (+ ((.sym f- base1 -3) 2) ((.sym f- base2 -2) 2) (.sym Dsp- offset -u16)))
[all …]
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.c1245 struct event_base *base1, *base2; in test_signal_pipeloss() local
1250 base2 = event_init(); in test_signal_pipeloss()
1251 event_base_free(base2); in test_signal_pipeloss()
1272 struct event_base *base1, *base2; in test_signal_switchbase() local
1276 base2 = event_init(); in test_signal_switchbase()
1281 event_base_set(base2, &ev2) || in test_signal_switchbase()
1289 tt_ptr_op(event_get_base(&ev2), ==, base2); in test_signal_switchbase()
1294 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1308 event_base_loop(base2, EVLOOP_NONBLOCK); in test_signal_switchbase()
1312 event_base_free(base2); in test_signal_switchbase()

123