| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-powm_ui.c | 31 mpz_t r1, r2, base2; local 45 mpz_inits (bs, base, exp, mod, r1, r2, base2, NULL); 88 mpz_set (base2, base); 94 mpz_mul (r2, r2, base2); 97 mpz_mul (base2, base2, base2); 98 mpz_mod (base2, base2, mod); 123 mpz_clears (bs, base, exp, mod, r1, r2, base2, NULL) [all...] |
| t-powm.c | 49 mpz_t r1, r2, t1, exp2, base2; local 72 mpz_init (base2); 140 mpz_mod (base2, base, mod); 148 mpz_mul (r2, r2, base2); 153 mpz_mul (base2, base2, base2); 154 mpz_mod (base2, base2, mod); 202 mpz_clear (base2); [all...] |
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 10 ctf_id_t base, base2, ptr, type, last_type; local 32 if ((base2 = ctf_add_integer (pfp, CTF_ADD_ROOT, "long int", &encoding2)) == CTF_ERR) 53 if ((ptr = ctf_add_pointer (pfp, CTF_ADD_ROOT, base2)) == CTF_ERR) 64 if (ctf_type_reference (cfp, type) != base2) 65 printf ("Second lookup ref diff: %lx versus %lx\n", base2, 74 if ((ptr = ctf_add_pointer (cfp, CTF_ADD_ROOT, base2)) == CTF_ERR) 85 if (ctf_type_reference (cfp, type) != base2) 86 printf ("Third lookup ref diff: %lx versus %lx\n", base2,
|
| symtypetab-nonlinker-writeout.c | 26 ctf_id_t func, func2, func3, base, base2, base3; local 45 ((base2 = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR) || 62 (ctf_add_objt_sym (fp, "data_a", base2) < 0) || 79 if (symtype == base2 && strcmp (symname, "data_a") == 0) 103 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) 142 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) 175 struct ctf_symtype_expected expected_obj[] = { { "data_a", base2 },
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| pptrtab.c | 10 ctf_id_t base, base2, ptr, type, last_type; local 32 if ((base2 = ctf_add_integer (pfp, CTF_ADD_ROOT, "long int", &encoding2)) == CTF_ERR) 53 if ((ptr = ctf_add_pointer (pfp, CTF_ADD_ROOT, base2)) == CTF_ERR) 64 if (ctf_type_reference (cfp, type) != base2) 65 printf ("Second lookup ref diff: %lx versus %lx\n", base2, 74 if ((ptr = ctf_add_pointer (cfp, CTF_ADD_ROOT, base2)) == CTF_ERR) 85 if (ctf_type_reference (cfp, type) != base2) 86 printf ("Third lookup ref diff: %lx versus %lx\n", base2,
|
| symtypetab-nonlinker-writeout.c | 26 ctf_id_t func, func2, func3, base, base2, base3; local 45 ((base2 = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR) || 62 (ctf_add_objt_sym (fp, "data_a", base2) < 0) || 79 if (symtype == base2 && strcmp (symname, "data_a") == 0) 103 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) 142 if (ctf_lookup_by_symbol_name (fp, "data_a") != base2) 175 struct ctf_symtype_expected expected_obj[] = { { "data_a", base2 },
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-alias.cc | 1106 tree ref2, tree base2, 1154 || ref == base2)) 1171 /* Consider access path1 base1....ref1 and access path2 base2...ref2. 1173 base1...ref1...base2...ref2. 1179 BASE_TYPE2 is type of base2. END_STRUCT_REF2 is non-NULL if there is 1181 BASE2_ALIAS_SET is the alias set of base2. */ 1238 tree base1, base2; local 1297 base2 = ref2; 1298 while (handled_component_p (base2)) 1300 if (component_ref_to_zero_sized_trailing_array_p (base2)) 2370 tree base1, base2; local 4167 tree base2 = ao_ref_base (ref2); local [all...] |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 260 element_type base2 = m_encoding[i + base_nelts]; local 263 element_type step = clamp (base2 - base1);
|
| tree-ssa-sccvn.cc | 2694 /* Return true if BASE1 and BASE2 can be adjusted so they have the 2700 tree base2, poly_int64 *offset2) 2704 && TREE_CODE (base2) == MEM_REF) 2711 if (mem_ref_offset (base2).to_shwi (&soff)) 2713 base2 = TREE_OPERAND (base2, 0); 2716 return operand_equal_p (base1, base2, 0); 2718 return operand_equal_p (base1, base2, OEP_ADDRESS_OF); 2943 tree base2; local 2963 base2 = get_ref_base_and_extent (ref2, &offset2, &size2, &maxsize2 3096 tree base2; local 3162 tree base2; local 3311 tree base2; local 3425 tree base2; local 3523 tree base2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias.cc | 1093 tree ref2, tree base2, 1141 || ref == base2)) 1158 /* Consider access path1 base1....ref1 and access path2 base2...ref2. 1160 base1...ref1...base2...ref2. 1166 BASE_TYPE2 is type of base2. END_STRUCT_REF2 is non-NULL if there is 1168 BASE2_ALIAS_SET is the alias set of base2. */ 1225 tree base1, base2; local 1284 base2 = ref2; 1285 while (handled_component_p (base2)) 1287 if (component_ref_to_zero_sized_trailing_array_p (base2)) 2357 tree base1, base2; local 4081 tree base2 = ao_ref_base (ref2); local [all...] |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 260 element_type base2 = m_encoding[i + base_nelts]; local 263 element_type step = clamp (base2 - base1);
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| rsaz_exp.h | 49 const BN_ULONG *base2,
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| rsaz_exp.h | 50 const BN_ULONG *base2,
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compare-debug | 197 base2=`echo "$2" | sed '$s,\.[^.]*$,,'` gkd2= 198 for f in "$base2".*.gkd; do
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compare-debug | 197 base2=`echo "$2" | sed '$s,\.[^.]*$,,'` gkd2= 198 for f in "$base2".*.gkd; do
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| cpexprs.cc | 287 class base2 : public virtual base class in inherits:base 290 base2 () : foo_ (3) { } // base2::base2 function in class:base2 293 void a_function (void) const { } // base2::a_function 297 class derived : public base1, public base2 303 this->base2::a_function ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| cpexprs.cc | 287 class base2 : public virtual base class in inherits:base 290 base2 () : foo_ (3) { } // base2::base2 function in class:base2 293 void a_function (void) const { } // base2::a_function 297 class derived : public base1, public base2 303 this->base2::a_function ();
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| point_448.h | 269 * combo = scalar1*curve448_point_base + scalar2*base2. 274 * combo (out): The linear combination scalar1*base + scalar2*base2. 276 * base2 (in): A second point to be scaled. 284 const curve448_point_t base2,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| point_448.h | 279 * combo = scalar1*curve448_point_base + scalar2*base2. 284 * combo (out): The linear combination scalar1*base + scalar2*base2. 286 * base2 (in): A second point to be scaled. 295 const curve448_point_t base2,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| point_448.h | 266 * combo = scalar1*curve448_point_base + scalar2*base2. 271 * combo (out): The linear combination scalar1*base + scalar2*base2. 273 * base2 (in): A second point to be scaled. 281 const curve448_point_t base2,
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| dexplorer | 202 base2=${dir##*/} 203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
|
| /src/external/cddl/dtracetoolkit/dist/ |
| dexplorer | 202 base2=${dir##*/} 203 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| generic_128.h | 420 const uint32_t base2 = base * POW5_TABLE_SIZE; 422 if (i == base2) { 428 const uint32_t offset = i - base2; 430 const uint32_t delta = pow5bits(i) - pow5bits(base2); 439 const uint32_t base2 = base * POW5_TABLE_SIZE; 440 const uint64_t* const mul = GENERIC_POW5_INV_SPLIT[base]; // 1/5^base2 441 if (i == base2) { 447 const uint32_t offset = base2 - i; 449 const uint32_t delta = pow5bits(base2) - pow5bits(i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| generic_128.h | 420 const uint32_t base2 = base * POW5_TABLE_SIZE; 422 if (i == base2) { 428 const uint32_t offset = i - base2; 430 const uint32_t delta = pow5bits(i) - pow5bits(base2); 439 const uint32_t base2 = base * POW5_TABLE_SIZE; 440 const uint64_t* const mul = GENERIC_POW5_INV_SPLIT[base]; // 1/5^base2 441 if (i == base2) { 447 const uint32_t offset = base2 - i; 449 const uint32_t delta = pow5bits(base2) - pow5bits(i);
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| thead.cc | 70 rtx reg1, reg2, mem1, mem2, base1, base2; local 110 split_plus (XEXP (mem2, 0), &base2, &offset2); local 111 gcc_assert (rtx_equal_p (base1, base2)); 153 rtx base1, base2, offset1, offset2; local 155 extract_base_offset_in_addr (*mem2, &base2, &offset2); 158 if (!base1 || !base2) 162 if (rtx_equal_p (base1, base2))
|