X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Ffloat%2Fffloat%2Felem%2Fcl_FF_scale.cc;h=09bda0720fe71a98bc46897db056d76dc55826e5;hb=HEAD;hp=688cf61bc6bd376c7217df15a8e6394bd917160d;hpb=c486b78a1a0613f07a10816d6f6ca9e485bc8290;p=cln.git diff --git a/src/float/ffloat/elem/cl_FF_scale.cc b/src/float/ffloat/elem/cl_FF_scale.cc index 688cf61..09bda07 100644 --- a/src/float/ffloat/elem/cl_FF_scale.cc +++ b/src/float/ffloat/elem/cl_FF_scale.cc @@ -1,7 +1,7 @@ // scale_float(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. #include "cln/ffloat.h" @@ -9,8 +9,8 @@ // Implementation. -#include "cl_FF.h" -#include "cl_F.h" +#include "float/ffloat/cl_FF.h" +#include "float/cl_F.h" namespace cln { @@ -18,8 +18,8 @@ const cl_FF scale_float (const cl_FF& x, sintC delta) { // Methode: // x=0.0 -> x als Ergebnis - // delta muß betragsmäßig <= FF_exp_high-FF_exp_low sein. - // Neues FF mit um delta vergrößertem Exponenten bilden. + // delta muß betragsmäßig <= FF_exp_high-FF_exp_low sein. + // Neues FF mit um delta vergrößertem Exponenten bilden. // x entpacken: var cl_signean sign; var sintL exp;