Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


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.11 Sekunden  (vorverarbeitet)  ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge