Home
last modified time | relevance | path

Searched defs:Narr (Results 1 – 6 of 6) sorted by relevance

/dports/finance/weberp/webERP/includes/
H A DDefineJournalClass.php57 function __construct ($Amt, $Narr, $id, $GLCode, $GLActName, $tag, $assetid){
68 function JournalGLAnalysis($Amt, $Narr, $id, $GLCode, $GLActName, $tag, $assetid){
H A DDefineReceiptClass.php64 …function __construct ($Amt, $Cust, $Disc, $Narr, $id, $GLCode, $PayeeBankDetail, $CustomerName, $T…
81 function Receipt($Amt, $Cust, $Disc, $Narr, $id, $GLCode, $PayeeBankDetail, $CustomerName, $Tag){
H A DDefinePaymentClass.php87 $Narr,
104 $Narr,
/dports/devel/loki/loki-0.1.7/test/SmallObj/
H A DSmallObjBench.cpp306 int Narr = 1000*1000; local
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DSpeciesInfo.cpp325 std::vector<double> Narr(atpos.size()); in populationAnalysis() local
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Gases/
H A Ds_solmod_.h1479 inline double p_sum( double* arr, long int *xx, long int Narr ) in p_sum()