/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/ |
H A D | mulsf3.c | 80 rep_t productHi, productLo; in __mulsf3() local 82 &productHi, &productLo); in __mulsf3() 88 else wideLeftShift(&productHi, &productLo, 1); in __mulsf3() 96 wideRightShiftWithSticky(&productHi, &productLo, 1 - productExponent); in __mulsf3() 110 if (productLo > signBit) productHi++; in __mulsf3() 111 if (productLo == signBit) productHi += productHi & 1; in __mulsf3()
|
H A D | muldf3.c | 80 rep_t productHi, productLo; in __muldf3() local 82 &productHi, &productLo); in __muldf3() 88 else wideLeftShift(&productHi, &productLo, 1); in __muldf3() 105 wideRightShiftWithSticky(&productHi, &productLo, shift); in __muldf3() 120 if (productLo > signBit) productHi++; in __muldf3() 121 if (productLo == signBit) productHi += productHi & 1; in __muldf3()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 81 rep_t productHi, productLo; 83 &productLo); 91 wideLeftShift(&productHi, &productLo, 1); 109 // bit is the high bit of productLo. 110 wideRightShiftWithSticky(&productHi, &productLo, shift); 123 if (productLo > signBit) 125 if (productLo == signBit)
|
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 74 rep_t productHi, productLo; 76 &productHi, &productLo); 82 else wideLeftShift(&productHi, &productLo, 1); 98 // bit is the high bit of productLo. 99 wideRightShiftWithSticky(&productHi, &productLo, shift); 113 if (productLo > signBit) productHi++; 114 if (productLo == signBit) productHi += productHi & 1;
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
H A D | fp_mul_impl.inc | 74 rep_t productHi, productLo; 76 &productHi, &productLo); 82 else wideLeftShift(&productHi, &productLo, 1); 98 // bit is the high bit of productLo. 99 wideRightShiftWithSticky(&productHi, &productLo, shift); 113 if (productLo > signBit) productHi++; 114 if (productLo == signBit) productHi += productHi & 1;
|
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/ |
H A D | FpMulTruncate.cpp | 148 rep_t productHi, productLo; in FpMulTruncate() local 150 &productHi, &productLo); in FpMulTruncate() 161 wideLeftShift(&productHi, &productLo, 1); in FpMulTruncate() 171 wideRightShiftWithSticky(&productHi, &productLo, 1 - productExponent); in FpMulTruncate()
|
/dports/lang/zig/zig-0.9.0/lib/std/special/compiler_rt/ |
H A D | mulXf3.zig | 112 var productLo: Z = undefined; 113 wideMultiply(Z, aSignificand, bSignificand << exponentBits, &productHi, &productLo); 121 productHi = (productHi << 1) | (productLo >> (typeWidth - 1)); 122 productLo = productLo << 1; 139 // bit is the high bit of productLo. 140 wideRightShiftWithSticky(Z, &productHi, &productLo, shift); 153 if (productLo > signBit) productHi +%= 1; 154 if (productLo == signBit) productHi +%= productHi & 1;
|
/dports/lang/zig-devel/zig-0.9.0/lib/std/special/compiler_rt/ |
H A D | mulXf3.zig | 112 var productLo: Z = undefined; 113 wideMultiply(Z, aSignificand, bSignificand << exponentBits, &productHi, &productLo); 121 productHi = (productHi << 1) | (productLo >> (typeWidth - 1)); 122 productLo = productLo << 1; 139 // bit is the high bit of productLo. 140 wideRightShiftWithSticky(Z, &productHi, &productLo, shift); 153 if (productLo > signBit) productHi +%= 1; 154 if (productLo == signBit) productHi +%= productHi & 1;
|
/dports/games/stockfish/Stockfish-sf_14/src/nnue/layers/ |
H A D | affine_transform.h | 363 __m128i productLo = _mm_madd_epi16(extendedRowLo, extendedInputLo); in propagate() local 365 sumLo = _mm_add_epi32(sumLo, productLo); in propagate() 386 __m64 productLo = _mm_madd_pi16(extendedRowLo, extendedInputLo); in propagate() local 388 sumLo = _mm_add_pi32(sumLo, productLo); in propagate()
|