| /src/lib/libc/quad/TESTS/ |
| Makefile | 4 all: mul divrem 6 MUL= mul.c ../muldi3.c 7 mul: ${MUL} 8 gcc -g -DSPARC_XXX ${MUL} -o $@
|
| /src/external/bsd/jemalloc/dist/src/ |
| ticker.py | 9 mul = math.floor(-byte_max/math.log(1 / table_size)) variable 10 values = [round(-mul * math.log(i / table_size)) 12 print("mul =", mul)
|
| /src/sys/lib/libkern/arch/sh3/ |
| mulsi3.S | 38 mul.l r4, r5
|
| /src/lib/libc/compat/gen/ |
| compat_ldexp_ieee754.c | 70 union ieee_double_u u, mul; local 96 mul.dblu_d = 0.0; 97 mul.dblu_dbl.dbl_exp = expon + DBL_EXP_BIAS; 98 u.dblu_d *= mul.dblu_d; 108 mul.dblu_d = 0.0; 109 mul.dblu_dbl.dbl_exp = DBL_FRACBITS + DBL_EXP_BIAS; 110 u.dblu_d *= mul.dblu_d; 159 mul.dblu_d = 0.0; 160 mul.dblu_dbl.dbl_exp = expon + DBL_EXP_BIAS; 161 u.dblu_d *= mul.dblu_d [all...] |
| /src/lib/libc/gen/ |
| getbsize.c | 57 long n, max, mul, blocksize; local 77 mul = GB; 82 mul = KB; 87 mul = MB; 91 mul = 1; 96 mul = 1; 104 if ((blocksize = n * mul) < 512) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| d2s_intrinsics.h | 251 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { 252 const uint128_t b0 = ((uint128_t) m) * mul[0]; 253 const uint128_t b2 = ((uint128_t) m) * mul[1]; 257 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, 260 // uint128_t b0 = ((uint128_t) m) * mul[0]; // 0 261 // uint128_t b2 = ((uint128_t) m) * mul[1]; // 64 265 // uint128_t factor = (((uint128_t) mul[1]) << 64) + mul[0]; 271 *vp = mulShift64(4 * m + 2, mul, j); 272 *vm = mulShift64(4 * m - 1 - mmShift, mul, j) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| d2s_intrinsics.h | 251 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { 252 const uint128_t b0 = ((uint128_t) m) * mul[0]; 253 const uint128_t b2 = ((uint128_t) m) * mul[1]; 257 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, 260 // uint128_t b0 = ((uint128_t) m) * mul[0]; // 0 261 // uint128_t b2 = ((uint128_t) m) * mul[1]; // 64 265 // uint128_t factor = (((uint128_t) mul[1]) << 64) + mul[0]; 271 *vp = mulShift64(4 * m + 2, mul, j); 272 *vm = mulShift64(4 * m - 1 - mmShift, mul, j) [all...] |
| /src/common/lib/libc/arch/sparc64/gen/ |
| mul.S | 1 /* $NetBSD: mul.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: mul.s,v 1.5 92/06/25 13:24:03 torek Exp 41 .asciz "@(#)mul.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: mul.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 56 FUNC(.mul)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_afmt.c | 59 unsigned long div, mul; local 75 mul = ((128*freq/1000) + (n-1))/n; 77 n *= mul; 78 cts *= mul;
|
| /src/lib/libarch/sparc/v8/ |
| sparc_v8.S | 2 * GCC generated output for sparc v8 mul/div/rem operations. 32 * int .mul(int a, int b) 35 * multiplication. When .mul returns, the caller's register %o0 42 .global .mul 43 .type .mul,@function 44 .mul: 49 .size .mul,.LLfe2-.mul
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/k8/ |
| sqr_basecase.asm | 135 mul %rax 144 mul %rax 149 mul %rax 154 mul %r8 170 mul %rax 175 mul %rax 180 mul %rax 185 mul %r10 189 mul %r10 196 mul %rc [all...] |
| redc_1.asm | 129 mul q0 140 mul q0 145 mul q0 154 mul q0 159 mul q0 175 mul q0 179 mul q0 186 mul q0 198 mul q0 202 mul q [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bpf/ |
| alu.s | 28 /* mul */ 29 mul %r2, %r2 /* r2 = 64 */ 30 mul %r2, 3 /* r2 = 192 */ 32 mul %r1, %r2 /* r1 = -576 */ 33 mul %r2, 0 36 mul %r1, %r1 37 mul %r1, %r1
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bpf/ |
| alu.s | 28 /* mul */ 29 mul %r2, %r2 /* r2 = 64 */ 30 mul %r2, 3 /* r2 = 192 */ 32 mul %r1, %r2 /* r1 = -576 */ 33 mul %r2, 0 36 mul %r1, %r1 37 mul %r1, %r1
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/ |
| redc_1.asm | 116 mul q0 120 mul q0 124 mul q0 131 mul q0 142 L(tp1): mul q0 149 mul q0 156 mul q0 163 mul q0 173 L(ed1): mul q0 194 mul q [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/ |
| sqr_basecase.asm | 95 mul %rax 104 mul %rax 108 mul v0 114 mul v0 120 mul v0 132 mul %rax 136 mul %rax 140 mul %rax 146 mul v0 150 mul v [all...] |
| /src/usr.bin/sed/TEST/ |
| math.sed | 45 /^[0-9]*\*/b mul 77 # turn mul into add until 1*x -> x 78 : mul 85 b mul 97 b mul
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/ |
| addaddmul_1msb0.asm | 69 mul %r8 77 L(top): mul %r9 82 mul %r8 87 mul %r9 92 mul %r8 97 mul %r9 101 mul %r8 114 mul %r9 119 mul %r8 124 mul %r [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-xmethods.cc | 101 T mul(const T1 t1); 134 G<T>::mul (const T1 t1) function in class:dop::G 172 int mul = g.mul (1.0); local
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-xmethods.cc | 101 T mul(const T1 t1); 134 G<T>::mul (const T1 t1) function in class:dop::G 172 int mul = g.mul (1.0); local
|
| /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/ |
| sqr_basecase.asm | 161 mul v0 199 mul v0 205 mul v1 210 mul v0 216 mul v1 220 mul v0 226 mul v1 232 mul v0 237 mul v1 246 mul v [all...] |
| mul_basecase.asm | 144 mul v0 C shared for mul_1 and mul_2 170 mul v0 205 mul v0 213 mul v0 219 mul v0 225 mul v0 232 mul v0 287 mul v0 293 mul v1 298 mul v [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib1funcs-fixed.S | 261 Fractional Multiplication 8 x 8 without MUL 280 Fractional Multiply .16 x .16 with and without MUL 284 ;;; Same code with and without MUL, but the interfaces differ: 285 ;;; no MUL: (R25:R24) = (R22:R23) * (R24:R25) 287 ;;; MUL: (R25:R24) = (R19:R18) * (R27:R26) 309 ;;; Same code with and without MUL, but the interfaces differ: 310 ;;; no MUL: (R25:R24) *= (R23:R22) 312 ;;; MUL: (R25:R24) = (R19:R18) * (R27:R26) 326 Fixed Multiply 8.8 x 8.8 with and without MUL 330 ;;; Same code with and without MUL, but the interfaces differ [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib1funcs-fixed.S | 261 Fractional Multiplication 8 x 8 without MUL 280 Fractional Multiply .16 x .16 with and without MUL 284 ;;; Same code with and without MUL, but the interfaces differ: 285 ;;; no MUL: (R25:R24) = (R22:R23) * (R24:R25) 287 ;;; MUL: (R25:R24) = (R19:R18) * (R27:R26) 309 ;;; Same code with and without MUL, but the interfaces differ: 310 ;;; no MUL: (R25:R24) *= (R23:R22) 312 ;;; MUL: (R25:R24) = (R19:R18) * (R27:R26) 326 Fixed Multiply 8.8 x 8.8 with and without MUL 330 ;;; Same code with and without MUL, but the interfaces differ [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/ |
| redc_1.asm | 114 mul q0 120 mul q0 126 mul q0 135 L(tp1): mul q0 144 mul q0 153 mul q0 162 mul q0 174 L(ed1): mul q0 196 mul q0 202 mul q [all...] |