/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
H A D | d2s_intrinsics.h | 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 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/dist/gcc/d/dmd/ |
H A D | utils.d | 238 alias mul = muls; in parseDigits() local 245 alias mul = mulu; in parseDigits() local 251 alias mul = muls; in parseDigits() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_fixed.h | 77 static inline u32 mul_round_up_u32_fixed16(u32 val, uint_fixed_16_16_t mul) in mul_round_up_u32_fixed16() 88 static inline uint_fixed_16_16_t mul_fixed16(uint_fixed_16_16_t val, in mul_fixed16() 120 static inline uint_fixed_16_16_t mul_u32_fixed16(u32 val, uint_fixed_16_16_t mul) in mul_u32_fixed16()
|
/netbsd-src/lib/libc/quad/TESTS/ |
H A D | Makefile | 7 mul: ${MUL} target
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/ |
H A D | tiger.c | 574 #define ROUND(a,b,c,x,mul) do { \ argument 585 #define ROUND(a,b,c,x,mul) do { \ argument 599 #define PASS(a,b,c,mul) do { \ argument
|
/netbsd-src/lib/libc/compat/gen/ |
H A D | compat_ldexp_ieee754.c | 70 union ieee_double_u u, mul; in ldexp() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_afmt.c | 59 unsigned long div, mul; in amdgpu_afmt_calc_cts() local
|
/netbsd-src/lib/libc/gen/ |
H A D | getbsize.c | 57 long n, max, mul, blocksize; in __weak_alias() local
|
/netbsd-src/lib/libarch/sparc/v8/ |
H A D | sparc_v8.S | 44 .mul: label
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe51_nsquare.S | 49 mul %rcx label 54 mul %r8 label 70 mul %r8 label
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_local.h | 487 # define mul(r,a,w,c) { \ macro 514 # define mul(r,a,w,c) { \ macro 542 # define mul(r,a,w,c) { \ macro 622 # define mul(r,a,bl,bh,c) { \ macro
|
/netbsd-src/sys/arch/x68k/include/ |
H A D | opmreg.h | 48 u_int8_t mul; member
|
/netbsd-src/sys/opencrypto/ |
H A D | gmac.c | 41 uint32_t mul; in ghash_gfmul() local
|
/netbsd-src/usr.bin/systat/ |
H A D | convtbl.c | 60 uintmax_t mul; member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_local.h | 512 # define mul(r,a,w,c) { \ macro 539 # define mul(r,a,w,c) { \ macro 567 # define mul(r,a,w,c) { \ macro 647 # define mul(r,a,bl,bh,c) { \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-longdouble.cc | 130 longdouble::mul (const longdouble &r) const in mul() function in longdouble
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-longdouble.cc | 136 longdouble::mul (const longdouble& r) const in mul() function in longdouble
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
H A D | OrcV2CBindingsReflectProcessSymbols.c | 28 int32_t mul(int32_t X, int32_t Y) { return X * Y; } in mul() function
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_options.c | 664 dtrace_optval_t mul = 1; in dt_optval_parse() local 719 dtrace_optval_t mul = 1, val = 0; in dt_opt_rate() local 723 hrtime_t mul; in dt_opt_rate() member
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | taskloop.c | 123 UTYPE mul = num_tasks * grainsize; in GOMP_taskloop() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Boolean.h | 133 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul() function
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | taskloop.c | 139 UTYPE mul = num_tasks * grainsize; in GOMP_taskloop() local
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
H A D | mn10200.s | 187 mul d1,d2 define
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | gmp_compat.c | 67 void GMPQAPI(mul)(mp_rat product, mp_rat multiplier, mp_rat multiplicand) { in GMPQAPI() argument 102 void GMPZAPI(mul)(mp_int rop, mp_int op1, mp_int op2) { in GMPZAPI() argument
|