kernel/eka/include/e32math.h
changeset 90 947f0dc9f7a8
parent 0 a41df078684a
child 117 5b5d147c7838
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
   473 	IMPORT_C static TInt Pow(TReal &aTrg,const TReal &aSrc,const TReal &aPower);
   473 	IMPORT_C static TInt Pow(TReal &aTrg,const TReal &aSrc,const TReal &aPower);
   474 	IMPORT_C static TInt Pow10(TReal &aTrg,const TInt exp);
   474 	IMPORT_C static TInt Pow10(TReal &aTrg,const TInt exp);
   475 	IMPORT_C static TInt Rand(TInt64 &aSeed);
   475 	IMPORT_C static TInt Rand(TInt64 &aSeed);
   476 	IMPORT_C static TReal FRand(TInt64 &aSeed) __SOFTFP;
   476 	IMPORT_C static TReal FRand(TInt64 &aSeed) __SOFTFP;
   477 	IMPORT_C static TUint32 Random();
   477 	IMPORT_C static TUint32 Random();
       
   478 	IMPORT_C static void Random(TDes8& aRandomValue);
       
   479 	IMPORT_C static void RandomL(TDes8& aRandomValue);
       
   480 	IMPORT_C static TUint32 RandomL();
   478 	IMPORT_C static TInt Round(TReal &aTrg,const TReal &aSrc,TInt aDecimalPlaces);
   481 	IMPORT_C static TInt Round(TReal &aTrg,const TReal &aSrc,TInt aDecimalPlaces);
   479 	IMPORT_C static TInt Sin(TReal &aTrg,const TReal &aSrc); 
   482 	IMPORT_C static TInt Sin(TReal &aTrg,const TReal &aSrc); 
   480 	IMPORT_C static TInt Sqrt(TReal &aTrg,const TReal &aSrc);
   483 	IMPORT_C static TInt Sqrt(TReal &aTrg,const TReal &aSrc);
   481 	IMPORT_C static TInt Tan(TReal &aTrg,const TReal &aSrc);
   484 	IMPORT_C static TInt Tan(TReal &aTrg,const TReal &aSrc);
   482 	IMPORT_C static TBool IsZero(const TReal &aVal);
   485 	IMPORT_C static TBool IsZero(const TReal &aVal);