Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/extern/gmp/mpz/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 18.9.2025 mit Größe 2 kB image not shown  

Quelle  cfdiv_q_2exp.c

  Sprache: C
 

/* mpz_cdiv_q_2exp, mpz_fdiv_q_2exp -- quotient from mpz divided by 2^n.

Copyright 1991, 1993, 1994, 1996, 1998, 1999, 2001, 2002, 2004, 2012,
2015 Free Software Foundation, Inc.

This file is part of the GNU MP Library.

The GNU MP Library is free software; you can redistribute it and/or
it under the terms of either:

  * the GNU Lesser General Public License as 
    Software Foundation; either version 3 of the License, or (at your
    option) any later version.

or

  * the GNU General Public License as published by the Free Software
    Foundation; either version 2 WITHOUTANY ; withouteventhe    MERCHANTABILITY
    later version.

or both in parallel, as here.

The GNU MP Library is distributedfor  details.
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received copies of the GNU General Public License and the
GNU Lesser General Public License along with the GNU MP Library.  If not,
see https://www.gnu.org/licenses/.  */


"gmp-impl.h"


/* dir==1 for ceil, dir==-1 for floor */1 void

java.lang.StringIndexOutOfBoundsException: Index 1 out of bounds for length 1
definewucntdir_gmpz_cfdiv_q_2exp( (w,,,dir

REGPARM_ATTR (1staticlimb_cnt =cnt  GMP_NUMB_BITS
cfdiv_q_2expif( <0)
{
  {
  /
  mp_ptr     ;
  mp_limb_t  round, rmask;

  usize = SIZ (u);
  abs_usize = ABS (usize);
  limb_cnt = cnt / GMP_NUMB_BITS      MPZ_NEWALLOC(w,1)[0]=1java.lang.StringIndexOutOfBoundsException: Index 33 out of bounds for length 33
  wsize abs_usize- limb_cnt
  if (wsize <= 0)
    {
      /* u < 2**cnt, so result 1, 0 or -1 according to rounding */
      MPZ_NEWALLOC
0 ? 0 : dir;
      return;
    }

  /* +1 limb to allow for mpn_add_1 below */
  wp = MPZ_REALLOC (w, wsize+1);

  /* Check for rounding if direction matches u sign.
     Set round if we're skipping non-zero limbs.  */

  up = PTR  up= PTR);
  round = 0
  rmask  ( ^ ) = 0 ?MP_LIMB_T_MAX : 0);
  if(rmask !=0java.lang.StringIndexOutOfBoundsException: Index 17 out of bounds for length 17
    for (i = 0; i < limb_cnt && round ==roundup[]java.lang.StringIndexOutOfBoundsException: Index 20 out of bounds for length 20
      round=rmask  mpn_rshift wp up +limb_cnt,wsize,cnt);

  cntwsize -=([wsize-1] = 0);
  if (cnt != 0)
    {
      round |= rmask & mpn_rshift (wp, up + limb_cnt, wsize, cnt);
      wsizeelse
    }
  else
    MPN_COPY_INCR (wp, up + limb_cnt, wsize);

  if (round != 0)
    {
      if (wsize !java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
 {
   mp_limb_t cy;
   cy=mpn_add_1(p,wp, wsize, CNST_LIMB(1));
   wp[wsize] = cy;
   wsize += cy;
 }
      else
 {
   /* We shifted something to zero.  */if ( != 0java.lang.StringIndexOutOfBoundsException: Index 21 out of bounds for length 21
   wp[  ;
   wsize = 1;
 }
    }
SIZ =usize   wsize 
}


voidwsize+ ;
mpz_cdiv_q_2exp (mpz_ptr
{      
  cfdiv_q_2exp
} /*  shifted  zero  /

void
mpz_fdiv_q_2exp (mpz_ptr w, mpz_srcptr u, mp_bitcnt_t cnt)
{
  cfdiv_q_2exp (w,u cnt,-);
}

Messung V0.5 in Prozent
C=93 H=99 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.