Home
last modified time | relevance | path

Searched refs:DTypeOrder (Results 1 – 11 of 11) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dprognodeexpr.cpp138 if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in AdjustTypes()
174 if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in AdjustTypesObj()
233 if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in AdjustTypesNC()
364 if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in AdjustTypesNCNull()
965 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
1031 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
1727 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
1860 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
2009 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
2357 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in Eval()
[all …]
H A Dinterpol.cpp447 DType t = (DTypeOrder[ p0->Type()] > DTypeOrder[ p1->Type()]) ? p0->Type() : p1->Type(); in interpol_fun()
448 t = (DTypeOrder[t] > DTypeOrder[ p2->Type()]) ? t : p2->Type(); in interpol_fun()
H A Dprognode.cpp322 if( DTypeOrder[ty] >= DTypeOrder[cType]) in Eval()
324 if( DTypeOrder[ty] >= 100) // struct, ptr, object in Eval()
334 else if( DTypeOrder[cType] >= 100) // struct, ptr, object in Eval()
412 if (DTypeOrder[ty] >= DTypeOrder[cType]) { in Eval()
413 if (DTypeOrder[ty] >= 100) // struct, ptr, object in Eval()
422 } else if (DTypeOrder[cType] >= 100) // struct, ptr, object in Eval()
H A Dbasegdl.hpp86 const int DTypeOrder[]={ variable
124 DType maxTy=(DTypeOrder[aTy] >= DTypeOrder[bTy])? aTy: bTy; in PromoteMatrixOperands()
H A Ddinterpreter.cpp563 if( DTypeOrder[aTy] > 100 || DTypeOrder[bTy] > 100) in AdjustTypes()
568 if( DTypeOrder[aTy] > DTypeOrder[bTy]) in AdjustTypes()
H A Darrayindex.hpp547 int typeCheck = DTypeOrder[ dType]; in Init()
688 int typeCheck = DTypeOrder[ dType]; in CArrayIndexIndexed()
H A Dmath_fun.cpp1362 DType t = (DTypeOrder[ p0->Type()] > DTypeOrder[ p1->Type()]) ? p0->Type() : p1->Type(); in atan_fun()
1865 …a = (DTypeOrder[p0->Type()] >= DTypeOrder[p1->Type()] ? p0 : p1)->New(dimension(3), BaseGDL::ZERO); in crossp()
H A Dlist.cpp852 if( DTypeOrder[aTy] > DTypeOrder[bTy]) in LIST___OverloadEQOp()
2073 (DTypeOrder[ theType] >= DTypeOrder[ resultType]) ) resultType = theType; in list__toarray()
H A Dgdlc.tree.g1000 int typeCheck = DTypeOrder[ dType];
H A Dbasic_fun.cpp3963 else if( DTypeOrder[aTy] >= DTypeOrder[bTy]) in array_equal_bool()
H A DGDLTreeParser.cpp4784 int typeCheck = DTypeOrder[ dType]; in arrayindex()