Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/guava/src/leon/src/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 1.1.2025 mit Größe 1 kB image not shown  

Quelle  settoinv.h   Sprache: C

 
/* Optimized macro to set one point list to the inverse of another.
   Two temporary variable of type Unsigned*, followed by three of type
   Unsigned, are required.  The first three of the five temporary variables
   are good candidates for register variables.  */


#define SET_TO_INVERSE( pointList, invPointList, listSize, \
                        ptr, invPtr, index, bound, pBound)  \
   ptr = pointList;  \
   invPtr = invPointList;  \
   index = 1;  \
   bound = listSize;  \
   pBound = (bound > 9 ) ? (bound - 9) : 0;  \
   while( index <= pBound ) {  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
      invPtr[ptr[index]] = index; ++index;  \
   }  \
   while ( index <= bound ) {  \
      invPtr[ptr[index]] = index; ++index;  \
   }

Messung V0.5
C=96 H=92 G=93

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.