VF_mantexpVD_mantexpVE_mantexp
FunktionAufspaltung in Mantisse und Exponenten
Syntax C/C++#include <VFmath.h>
int VF_mantexp( fVector MantPart, iVector ExpPart, fVector X, ui size );
C++ VecObj#include <OptiVec.h>
int vector<T>::mantexp( vector<int> ExpPart, const vector<T>& X );
Pascal/Delphiuses VFmath;
function VF_mantexp( MantPart:fVector; ExpPart:iVector; X:fVector; size:UIntSize ): IntBool;
CUDA-Funktion C/C++#include <cudaVFmath.h>
int cudaVF_mantexp( fVector d_MantPart, iVector d_ExpPart, fVector d_X, ui size );
int VFcu_mantexp( fVector h_MantPart, iVector h_ExpPart, fVector h_X, ui size );
CUDA-Funktion Pascal/Delphiuses VFmath;
function cudaVF_mantexp( d_MantPart:fVector; d_ExpPart:iVector; d_X:fVector; size:UIntSize ): IntBool;
function VFcu_mantexp( h_MantPart:fVector; h_ExpPart:iVector; h_X:fVector; size:UIntSize ): IntBool;
BeschreibungDie Elemente von X werden in Mantisse und Exponenten aufgespalten. Erstere wird in MantPart gespeichert, letzterer in eine int/Integer konvertiert und in ExpPart gespeichert.
Fehlerbehandlungkeine
Rückgabewertimmer FALSE(0)
QuerverweisVF_scale2,   VF_intfrac,   frexp (nur C/C++),   ldexp (nur C/C++)

VectorLib Inhaltsverzeichnis  OptiVec Home