Lines Matching refs:GetDouble
305 rPar.Get( 0 )->PutDouble( sin( pArg->GetDouble() ) ); in RTLFUNC()
321 rPar.Get( 0 )->PutDouble( cos( pArg->GetDouble() ) ); in RTLFUNC()
337 rPar.Get( 0 )->PutDouble( atan( pArg->GetDouble() ) ); in RTLFUNC()
353 rPar.Get( 0 )->PutDouble( fabs( pArg->GetDouble() ) ); in RTLFUNC()
890 double aDouble = rPar.Get( 1 )->GetDouble(); in RTLFUNC()
1148 double aDouble= pArg->GetDouble(); in RTLFUNC()
1170 double aDouble = pArg->GetDouble(); in RTLFUNC()
1230 double aArg = rPar.Get(1)->GetDouble(); in RTLFUNC()
1516 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC()
1565 double aDouble = rPar.Get(1)->GetDouble(); in RTLFUNC()
1721 rPar.Get( 0 )->PutDouble( tan( pArg->GetDouble() ) ); in RTLFUNC()