version 1.3, 2010/02/10 10:14:19
|
version 1.22, 2011/06/22 13:26:57
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.11 |
RPL/2 (R) version 4.1.0.prerelease.3 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 20
|
Line 20
|
*/ |
*/ |
|
|
|
|
#include "rpl.conv.h" |
#include "rpl-conv.h" |
|
|
|
|
/* |
/* |
Line 128 depassement_multiplication(integer8 *a,
|
Line 128 depassement_multiplication(integer8 *a,
|
produit_croise = (limite = (msba * lsbb)) + (msbb * lsba); |
produit_croise = (limite = (msba * lsbb)) + (msbb * lsba); |
|
|
/* |
/* |
* Traitement du débordement sur produit_croisé |
* Traitement du débordement sur produit_croisé |
*/ |
*/ |
|
|
if (produit_croise < limite) |
if (produit_croise < limite) |
{ |
{ |