| /src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| lib1funcs-fixed.S | 297 ;; Round 317 ;; Round 363 ;; Round 405 ;;; Round for last digit iff T = 1 421 ;; Round if T = 1. Store guarding bits outside the result for rounding 479 ;; Round last digit 564 ;; Round last digit 585 ;;; Round if T = 1 643 ;; Round iff T = 1 703 ;; Round, target is in C1..C [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| lib1funcs-fixed.S | 297 ;; Round 317 ;; Round 363 ;; Round 405 ;;; Round for last digit iff T = 1 421 ;; Round if T = 1. Store guarding bits outside the result for rounding 479 ;; Round last digit 564 ;; Round last digit 585 ;;; Round if T = 1 643 ;; Round iff T = 1 703 ;; Round, target is in C1..C [all...] |
| /src/sys/crypto/des/arch/i386/ |
| des_enc.S | 123 # Round 0 160 # Round 1 197 # Round 2 234 # Round 3 271 # Round 4 308 # Round 5 345 # Round 6 382 # Round 7 419 # Round 8 456 # Round [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_trunc_impl.inc | 11 // IEEE-754 floating-point type in the default (round to nearest, ties to even) 87 // Round to nearest 123 // Round to nearest
|
| /src/sys/arch/mvme68k/mvme68k/ |
| locore.s | 311 andl #-PAGE_SIZE,%d0 | Round up to page boundary 315 andl #-PAGE_SIZE,%d1 | Round up to page boundary 499 andl #-PAGE_SIZE,%d0 | Round up to page boundary 503 andl #-PAGE_SIZE,%d1 | Round up to page boundary
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ScaledNumber.h | 44 /// Conditionally round up a scaled number. 46 /// Given \c Digits and \c Scale, round up iff \c ShouldRound is \c true. 87 // Shift right and round. 202 // Round based on the next digit. 204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); 205 return std::make_pair(Floor + Round, Round ? 1 : -1); 708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { 713 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| RegAllocPBQP.cpp | 106 cl::desc("Dump graphs for each function/round in the compilation unit."), 744 // Spill VReg. If this introduces new intervals we'll need another round 846 unsigned Round = 0; 849 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); 858 RS << Round; 863 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" 871 ++Round;
|
| /src/crypto/external/apache2/openssl/dist/crypto/sha/ |
| keccak1600.c | 258 static void Round(uint64_t A[5][5], size_t i) 374 Round(A, i); 386 static void Round(uint64_t A[5][5], size_t i) 517 Round(A, i); 524 * round loop unrolled twice. This allows to take temporary storage 525 * out of round procedure and simplify references to it by alternating 526 * it with actual data (see round loop below). Originally it was meant 529 * processed byte ratio at minimal round unroll factor]... 531 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) 665 Round(T, A, i) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/sha/ |
| keccak1600.c | 262 static void Round(uint64_t A[5][5], size_t i) 378 Round(A, i); 390 static void Round(uint64_t A[5][5], size_t i) 521 Round(A, i); 528 * round loop unrolled twice. This allows to take temporary storage 529 * out of round procedure and simplify references to it by alternating 530 * it with actual data (see round loop below). Originally it was meant 533 * processed byte ratio at minimal round unroll factor]... 535 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) 669 Round(T, A, i) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
| keccak1600.c | 255 static void Round(uint64_t A[5][5], size_t i) 371 Round(A, i); 383 static void Round(uint64_t A[5][5], size_t i) 514 Round(A, i); 521 * round loop unrolled twice. This allows to take temporary storage 522 * out of round procedure and simplify references to it by alternating 523 * it with actual data (see round loop below). Originally it was meant 526 * processed byte ratio at minimal round unroll factor]... 528 static void Round(uint64_t R[5][5], uint64_t A[5][5], size_t i) 662 Round(T, A, i) [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| format.c | 762 notify_std (&dtp->common, GFC_STD_F2003, "Fortran 2003: Round "
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| format.c | 762 notify_std (&dtp->common, GFC_STD_F2003, "Fortran 2003: Round "
|
| /src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| ieee754-sf.S | 157 @ Round with MSB of r1. If halfway between two numbers, round towards 497 @ Round the result, merge final exponent. 533 @ Shift value right, round, etc. 695 @ Round the result, merge final exponent.
|
| ieee754-df.S | 224 @ Round with MSB of ip. If halfway between two numbers, round towards 709 @ Round the result, merge final exponent. 751 @ shift result right of 1 to 20 bits, preserve sign bit, round, etc. 767 @ a register switch from xh to xl. Then round. 1013 @ Round the result, merge final exponent. 1435 1: @ shift and round mantissa
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| ieee754-sf.S | 157 @ Round with MSB of r1. If halfway between two numbers, round towards 497 @ Round the result, merge final exponent. 533 @ Shift value right, round, etc. 695 @ Round the result, merge final exponent.
|
| ieee754-df.S | 224 @ Round with MSB of ip. If halfway between two numbers, round towards 709 @ Round the result, merge final exponent. 751 @ shift result right of 1 to 20 bits, preserve sign bit, round, etc. 767 @ a register switch from xh to xl. Then round. 1013 @ Round the result, merge final exponent. 1435 1: @ shift and round mantissa
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfData.inc | 413 /* Round the size to multiple of 8 bytes. */
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| aes-riscv64.S | 48 # Do Nr - 1 rounds (final round is special) 162 # Round TBL back to 4k boundary 176 #================================FINAL ROUND==================================== 178 # In the final round, all lookup table accesses would appear as follows: 383 # Do Nr - 1 rounds (final round is special) 494 # Round TBL back to 4k boundary 508 #================================FINAL ROUND==================================== 590 # T0-T15 now contain the decrypted block, minus xoring with the final round 723 # Round TBL back to 4k boundary 792 # Round TBL back to 4k boundar [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| keccak1600-armv4.pl | 42 # be in next round. It's totally possible to "carry" rotate "factors" 43 # to the next round, but it makes code more complex. And the last word 47 # Reduce per-round instruction count in Thumb-2 case by 16%. This is 172 sub Round { 691 Round(@A,@T); 692 Round(@T,@A);
|
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| keccak1600-armv4.pl | 42 # be in next round. It's totally possible to "carry" rotate "factors" 43 # to the next round, but it makes code more complex. And the last word 47 # Reduce per-round instruction count in Thumb-2 case by 16%. This is 172 sub Round { 691 Round(@A,@T); 692 Round(@T,@A);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| keccak1600-armv4.pl | 42 # be in next round. It's totally possible to "carry" rotate "factors" 43 # to the next round, but it makes code more complex. And the last word 47 # Reduce per-round instruction count in Thumb-2 case by 16%. This is 170 sub Round { 689 Round(@A,@T); 690 Round(@T,@A);
|
| /src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| fpbit-sf.S | 580 ;; need to round the result up. Unless none of the bits in C are set. 582 ;; round towards an even value. We round up by increasing the 584 ;; increment the exponent. We round down by ignoring the dropped bits. 591 5: ;; Round the mantissa up by 1.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| fpbit-sf.S | 580 ;; need to round the result up. Unless none of the bits in C are set. 582 ;; round towards an even value. We round up by increasing the 584 ;; increment the exponent. We round down by ignoring the dropped bits. 591 5: ;; Round the mantissa up by 1.
|
| /src/sys/arch/vax/vax/ |
| subr.S | 115 3: addl3 _C_LABEL(esym),$0x3ff,%r0 # Round symbol table end
|
| /src/crypto/external/bsd/openssh/dist/ |
| sntrup761.c | 1939 static void Round(Fq *out, const Fq *a) { 1994 Round(c, hr);
|