Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/security/nss/lib/freebl/mpi/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  mpi-config.h   Sprache: C

 
/* Default configuration for MPI library
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef MPI_CONFIG_H_
#define MPI_CONFIG_H_

/*
  For boolean options,
  0 = no
  1 = yes

  Other options are documented individually.

 */


#ifndef MP_IOFUNC
#define MP_IOFUNC 0 /* include mp_print() ?                */
#endif

#ifndef MP_MODARITH
#define MP_MODARITH 1 /* include modular arithmetic ?        */
#endif

#ifndef MP_LOGTAB
#define MP_LOGTAB 1 /* use table of logs instead of log()? */
#endif

#ifndef MP_ARGCHK
/*
  0 = no parameter checks
  1 = runtime checks, continue execution and return an error to caller
  2 = assertions; dump core on parameter errors
 */

#ifdef DEBUG
#define MP_ARGCHK 2 /* how to check input arguments        */
#else
#define MP_ARGCHK 1 /* how to check input arguments        */
#endif
#endif

#ifndef MP_DEBUG
#define MP_DEBUG 0 /* print diagnostic output?            */
#endif

#ifndef MP_DEFPREC
#define MP_DEFPREC 64 /* default precision, in digits        */
#endif

#ifndef MP_SQUARE
#define MP_SQUARE 1 /* use separate squaring code?         */
#endif

#endif /* ifndef MPI_CONFIG_H_ */

Messung V0.5
C=93 H=98 G=95

¤ Dauer der Verarbeitung: 0.3 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.