/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | utils.d | 236 int value; in parseDigits() local 238 alias mul = muls; in parseDigits() local 243 T value; in parseDigits() local 245 alias mul = mulu; in parseDigits() local 249 T value; in parseDigits() local 251 alias mul = muls; in parseDigits() local
|
H A D | tokens.h | 91 mul, enumerator 363 mul, enumerator 455 TOK value; member
|
H A D | dmangle.d | 1204 size_t mul = 1; in writeBackRef() local 1266 void realToMangleBuffer(OutBuffer* buf, real_t value) in realToMangleBuffer()
|
H A D | tokens.d | 82 mul, enumerator 630 TOK value; member
|
H A D | parse.d | 3117 AST.Expression value; in parseEnum() local 6594 auto value = parseInitializer(); in parseStructInitializer() local 6617 auto value = parseInitializer(); in parseStructInitializer() local 6692 AST.Initializer value; in parseInitializer() local 6711 auto value = parseInitializer(); in parseInitializer() local 6913 void check(Loc loc, TOK value) in check() 6926 void check(TOK value) in check() 6938 void check(TOK value, const(char)* string) in check() 9350 mul, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
H A D | d2s_intrinsics.h | 183 static inline uint32_t pow5Factor(uint64_t value) { in pow5Factor() 198 static inline bool multipleOfPowerOf5(const uint64_t value, const uint32_t p) { in multipleOfPowerOf5() 204 static inline bool multipleOfPowerOf2(const uint64_t value, const uint32_t p) { in multipleOfPowerOf2() 251 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 257 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 278 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 291 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 300 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 314 static inline uint64_t mulShiftAll64(uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64()
|
H A D | generic_128.h | 421 const uint64_t* const mul = GENERIC_POW5_SPLIT[base]; in generic_computePow5() local 440 const uint64_t* const mul = GENERIC_POW5_INV_SPLIT[base]; // 1/5^base2 in generic_computeInvPow5() local 455 static inline uint32_t pow5Factor(uint128_t value) { in pow5Factor() 466 static inline bool multipleOfPowerOf5(const uint128_t value, const uint32_t p) { in multipleOfPowerOf5() 472 static inline bool multipleOfPowerOf2(const uint128_t value, const uint32_t p) { in multipleOfPowerOf2() 476 static inline uint128_t mulShift(const uint128_t m, const uint64_t* const mul, const int32_t j) { in mulShift()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | aarch-common.c | 227 rtx value, addr; in arm_early_load_addr_dep() local 241 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_load_addr_dep_ptr() local 259 rtx value, op; in arm_no_early_alu_shift_dep() local 277 rtx value, op; in arm_no_early_alu_shift_value_dep() local 297 rtx value, op; in arm_no_early_mul_dep() local 319 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_no_early_store_addr_dep() local 349 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_store_addr_dep_ptr() local 503 rtx mul = PATTERN (producer); in arm_mac_accumulator_is_mul_result() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | aarch-common.cc | 227 rtx value, addr; in arm_early_load_addr_dep() local 241 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_load_addr_dep_ptr() local 259 rtx value, op; in arm_no_early_alu_shift_dep() local 277 rtx value, op; in arm_no_early_alu_shift_value_dep() local 297 rtx value, op; in arm_no_early_mul_dep() local 319 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_no_early_store_addr_dep() local 349 rtx value = arm_find_sub_rtx_with_code (PATTERN (producer), SET, false); in arm_early_store_addr_dep_ptr() local 503 rtx mul = PATTERN (producer); in arm_mac_accumulator_is_mul_result() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-parse.y | 131 #define IS_RANGE(bits, expr, sign, mul) \ argument 133 #define IS_URANGE(bits, expr, sign, mul) \ argument 451 long value; member 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match()
|
H A D | tc-crx.c | 1287 uint32_t value = *num; in check_range() local 1338 uint32_t mul = (instruction->flags & DISPUB4 ? 1 in check_range() local
|
H A D | bfin-parse.c | 182 #define IS_RANGE(bits, expr, sign, mul) \ argument 184 #define IS_URANGE(bits, expr, sign, mul) \ argument 901 long value; member 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-parse.y | 131 #define IS_RANGE(bits, expr, sign, mul) \ argument 133 #define IS_URANGE(bits, expr, sign, mul) \ argument 451 long value; member 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match()
|
H A D | tc-crx.c | 1287 uint32_t value = *num; in check_range() local 1338 uint32_t mul = (instruction->flags & DISPUB4 ? 1 in check_range() local
|
H A D | bfin-parse.c | 182 #define IS_RANGE(bits, expr, sign, mul) \ argument 184 #define IS_URANGE(bits, expr, sign, mul) \ argument 901 long value; member 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | fast_float.h | 490 fastfloat_really_inline void to_float(bool negative, adjusted_mantissa am, T &value) { in to_float() 2137 bool mul(limb y) noexcept { in mul() function 2469 fastfloat_really_inline adjusted_mantissa to_extended(T value) noexcept { in to_extended() 2513 fastfloat_really_inline adjusted_mantissa to_extended_halfway(T value) noexcept { in to_extended_halfway() 2634 void parse_eight_digits(const char*& p, limb& value, size_t& counter, size_t& count) noexcept { in parse_eight_digits() 2642 void parse_one_digit(const char*& p, limb& value, size_t& counter, size_t& count) noexcept { in parse_one_digit() 2650 void add_native(bigint& big, limb power, limb value) noexcept { in add_native() 2669 limb value = 0; in parse_mantissa() local 2862 from_chars_result parse_infnan(const char *first, const char *last, T &value) noexcept { in parse_infnan() 2948 T &value, chars_format fmt /*= chars_format::general*/) noexcept { in from_chars() [all …]
|
/netbsd-src/external/cddl/osnet/dist/cmd/dtrace/ |
H A D | dtrace.c | 972 uint32_t value; member 1196 dtrace_optval_t j = 0, mul = 10; local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
H A D | biguintcore.d | 599 static BigUint mul(BigUint x, BigUint y) pure nothrow in mul() function 2265 void itoaZeroPadded(char[] output, uint value) in itoaZeroPadded()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 1250 REAL_VALUE_TYPE value; in const_binop() local 2148 REAL_VALUE_TYPE value; in fold_convert_const_real_from_real() local 2187 REAL_VALUE_TYPE value; in fold_convert_const_real_from_fixed() local 2204 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_fixed() local 2224 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_int() local 2254 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_real() local 3688 tree field, value; in hash_operand() local 5298 tree *value) in maskable_range_p() 5366 tree etype = TREE_TYPE (exp), mask, value; in build_range_check() local 6951 wide_int mul = wi::mul (wi::to_wide (op1, prec), in extract_muldiv_1() local [all …]
|
H A D | tree-ssa-loop-ivopts.c | 396 tree value; /* For final value elimination, the expression for variable 2141 constant_multiple_of (tree top, tree bot, widest_int *mul) in constant_multiple_of() 3646 comp_cost cost, bitmap inv_vars, tree value, in set_group_iv_cost() 7722 free_tree_niter_desc (edge const &, tree_niter_desc *const &value, void *) in free_tree_niter_desc()
|
H A D | omp-low.c | 1006 delete_omp_context (splay_tree_value value) in delete_omp_context() 10435 tree mul = create_tmp_var (unsigned_type_node); in lower_omp_for_scan() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 1255 REAL_VALUE_TYPE value; in const_binop() local 2153 REAL_VALUE_TYPE value; in fold_convert_const_real_from_real() local 2198 REAL_VALUE_TYPE value; in fold_convert_const_real_from_fixed() local 2215 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_fixed() local 2235 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_int() local 2265 FIXED_VALUE_TYPE value; in fold_convert_const_fixed_from_real() local 3748 tree field, value; in hash_operand() local 5381 tree *value) in maskable_range_p() 5449 tree etype = TREE_TYPE (exp), mask, value; in build_range_check() local 7044 wide_int mul = wi::mul (wi::to_wide (op1, prec), in extract_muldiv_1() local [all …]
|
H A D | tree-ssa-loop-ivopts.cc | 396 tree value; /* For final value elimination, the expression for member in cost_pair 2142 constant_multiple_of (tree top, tree bot, widest_int *mul) in constant_multiple_of() 3677 comp_cost cost, bitmap inv_vars, tree value, in set_group_iv_cost() 7869 free_tree_niter_desc (edge const &, tree_niter_desc *const &value, void *) in free_tree_niter_desc()
|
H A D | omp-low.cc | 1045 delete_omp_context (splay_tree_value value) in delete_omp_context() 11472 tree mul = create_tmp_var (unsigned_type_node); in lower_omp_for_scan() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 3066 REAL_VALUE_TYPE value; in spu_float_const() local 6970 rtx mul = gen_reg_rtx (mode); in spu_gen_exp2() local
|