Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/alpha/lib/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  fls.c

  Sprache: C
 

// SPDX-License-Identifier: GPL-2.0
/* 
 * arch/alpha/lib/fls.c
 */


#include <linux/module.h>
#include <linux/bitops.h>

/* This is fls(x)-1, except zero is held to zero.  This allows most
   efficient input into extbl, plus it allows easy handling of fls(0)=0.  */


const unsigned char __flsm1_tab[256] = 
{
  0,
  0,
  11,
  2222,
  33333333,
  4444444444444444,

  5555555555555555,
  5555555555555555,

  6666666666666666,
  6666666666666666,
  6666666666666666,
  6666666666666666,

  7777777777777777,
  7777777777777777,
  7777777777777777,
  7777777777777777,
  7777777777777777,
  7777777777777777,
  7777777777777777,
  7777777777777777,
};

EXPORT_SYMBOL(__flsm1_tab);

Messung V0.5 in Prozent
C=95 H=92 G=93

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.