Home
last modified time | relevance | path

Searched refs:LContext (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdSyntaxTree.h87 virtual void generateCode (LContext &lcontext);
102 virtual void generateCode (LContext &lcontext);
115 virtual void generateCode (LContext &lcontext);
125 virtual void generateCode (LContext &lcontext);
133 virtual void generateCode (LContext &lcontext);
229 const LContext &lcontext,
240 const LContext &lcontext,
251 const LContext &lcontext,
262 const LContext &lcontext,
273 const LContext &lcontext,
[all …]
H A DCtlSimdType.h93 LContext &lcontext) const;
96 LContext &lcontext) const;
111 LContext &lcontext) const;
134 LContext &lcontext) const;
157 LContext &lcontext) const;
180 LContext &lcontext) const;
203 LContext &lcontext) const;
226 LContext &lcontext) const;
252 LContext &lcontext) const;
282 LContext &lcontext) const;
[all …]
H A DCtlSimdSyntaxTree.cpp150 SimdModuleNode::generateCode (LContext &lcontext) in generateCode()
470 SimdIfNode::generateCode (LContext &lcontext) in generateCode()
861 SimdSizeNode::generateCode (LContext &lcontext) in generateCode()
886 SimdNameNode::generateCode (LContext &lcontext) in generateCode()
899 const LContext &lcontext, in SimdBoolLiteralNode()
929 const LContext &lcontext, in SimdIntLiteralNode()
958 const LContext &lcontext, in SimdUIntLiteralNode()
987 const LContext &lcontext, in SimdHalfLiteralNode()
1015 const LContext &lcontext, in SimdFloatLiteralNode()
1043 const LContext &lcontext, in SimdStringLiteralNode()
[all …]
H A DCtlSimdType.cpp119 LContext &lcontext) const in generateCastFrom()
128 LContext &lcontext) const in generateCode()
163 LContext &lcontext) const in generateCastFrom()
209 LContext &lcontext) const in generateCode()
399 LContext &lcontext) const in generateCastFrom()
445 LContext &lcontext) const in generateCode()
655 LContext &lcontext) const in generateCastFrom()
701 LContext &lcontext) const in generateCode()
916 LContext &lcontext) const in generateCastFrom()
962 LContext &lcontext) const in generateCode()
[all …]
H A DCtlSimdStdLibrary.h70 class LContext; variable
80 (LContext &lcontext);
H A DCtlSimdStdTypes.cpp71 SimdStdTypes::SimdStdTypes (LContext &lcontext): _lcontext (lcontext) in SimdStdTypes()
754 _lcontext.newArrayType (type_f(), sizes, LContext::PARAMETER); in funcType_f_f0_f_f_f()
782 _lcontext.newArrayType (type_f(), sizes, LContext::PARAMETER); in funcType_f_f02_f()
810 _lcontext.newArrayType (type_f(), sizes, LContext::PARAMETER); in funcType_f3_f0003_f3_f3_f3()
842 _lcontext.newArrayType (type_f(), sizes, LContext::PARAMETER); in funcType_v_f0003_f3_f3_fff_offf()
879 _lcontext.newArrayType (type_f(), sizes, LContext::PARAMETER); in funcType_v_f0003_f3_f3_hhh_ohhh()
913 _lcontext.newArrayType (type_f(), inSizes, LContext::PARAMETER); in funcType_v_f023_f3_f3_of0003()
922 _lcontext.newArrayType (type_f(), outSizes, LContext::PARAMETER); in funcType_v_f023_f3_f3_of0003()
H A DCtlSimdStdTypes.h76 SimdStdTypes (LContext &lcontext);
246 LContext & _lcontext;
H A DCtlSimdInterpreter.h96 virtual LContext * newLContext
H A DCtlSimdStdLibrary.cpp92 declareSimdStdLibrary (LContext &lcontext) in declareSimdStdLibrary()
H A DCtlSimdInterpreter.cpp171 LContext *
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtl/
H A DCtlStdType.cpp84 LContext &lcontext) const { in generateCastFrom()
88 LContext &lcontext) const { in generateCode()
115 LContext &lcontext) const { in generateCastFrom()
119 LContext &lcontext) const { in generateCode()
146 LContext &lcontext) const { in generateCastFrom()
150 LContext &lcontext) const { in generateCode()
181 LContext &lcontext) const { in generateCode()
212 LContext &lcontext) const { in generateCode()
243 LContext &lcontext) const { in generateCode()
275 LContext &lcontext) const { in generateCode()
[all …]
H A DCtlStdType.h119 LContext &lcontext) const;
122 LContext &lcontext) const;
141 LContext &lcontext) const;
144 LContext &lcontext) const;
162 LContext &lcontext) const;
165 LContext &lcontext) const;
187 LContext &lcontext) const;
209 LContext &lcontext) const;
231 LContext &lcontext) const;
253 LContext &lcontext) const;
[all …]
H A DCtlSyntaxTree.h164 class LContext; variable
360 virtual void computeType (LContext &lcontext,
397 virtual void computeType (LContext &lcontext,
419 virtual void computeType (LContext &lcontext,
439 virtual void computeType (LContext &lcontext,
458 virtual void computeType (LContext &lcontext,
478 virtual void computeType (LContext &lcontext,
496 virtual void computeType (LContext &lcontext,
588 const LContext &lcontext,
658 LContext &lcontext) const;
[all …]
H A DCtlLContext.cpp71 LContext::LContext (istream &file, Module *module, SymbolTable &symtab): in LContext() function in Ctl::LContext
80 LContext::~LContext () in ~LContext()
87 LContext::fileName () const in fileName()
94 LContext::foundError (int lineNumber, Error e) in foundError()
102 LContext::declareError (int lineNumber, Error e) in declareError()
110 LContext::errorDeclared (int lineNumber, Error e) in errorDeclared()
118 LContext::catchErrors () in catchErrors()
138 LContext::numErrors () const in numErrors()
145 LContext::printDeclaredErrors () const in printDeclaredErrors()
161 LContext::newArrayType (const DataTypePtr &baseType, in newArrayType()
H A DCtlType.h149 class LContext; variable
207 virtual ExprNodePtr evaluate (LContext &lcontext,
219 virtual ExprNodePtr castValue (LContext &lcontext,
243 LContext &lcontext) const = 0;
250 LContext &lcontext) const = 0;
323 LContext &lcontext) const = 0;
340 virtual ExprNodePtr evaluate (LContext &lcontext,
353 LContext &lcontext) const;
369 virtual ExprNodePtr evaluate (LContext &lcontext,
393 virtual ExprNodePtr evaluate (LContext &lcontext,
[all …]
H A DCtlSyntaxTree.cpp888 SizeNode::evaluate (LContext &lcontext) in evaluate()
1085 NameNode::evaluate (LContext &lcontext) in evaluate()
1150 const LContext &lcontext, in BoolLiteralNode()
1175 const LContext &lcontext, in IntLiteralNode()
1199 const LContext &lcontext, in UIntLiteralNode()
1224 const LContext &lcontext, in HalfLiteralNode()
1248 const LContext &lcontext, in FloatLiteralNode()
1272 const LContext &lcontext, in StringLiteralNode()
1465 CallNode::evaluate (LContext &lcontext) in evaluate()
1568 LContext &lcontext) const in checkElementTypes()
[all …]
H A DCtlType.cpp231 VoidType::evaluate (LContext &lcontext, const ExprNodePtr &expr) const in evaluate()
238 VoidType::castValue (LContext &lcontext, const ExprNodePtr &expr) const in castValue()
269 LContext &lcontext) const in newAutomaticVariable()
314 BoolType::evaluate (LContext &lcontext, const ExprNodePtr &expr) const in evaluate()
425 BoolType::castValue (LContext &lcontext, const ExprNodePtr &expr) const in castValue()
497 IntType::evaluate (LContext &lcontext, const ExprNodePtr &expr) const in evaluate()
640 IntType::castValue (LContext &lcontext, const ExprNodePtr &expr) const in castValue()
711 UIntType::evaluate (LContext &lcontext, const ExprNodePtr &expr) const in evaluate()
854 UIntType::castValue (LContext &lcontext, const ExprNodePtr &expr) const in castValue()
927 HalfType::evaluate (LContext &lcontext, const ExprNodePtr &expr) const in evaluate()
[all …]
H A DCtlLex.h84 Lex (LContext &lcontext);
157 LContext & _lcontext;
H A DCtlLContext.h88 class LContext
92 virtual ~LContext ();
299 LContext (std::istream &file,
H A DCtlInterpreter.h75 class LContext; variable
190 virtual LContext * newLContext
H A DCtlParser.h84 Parser (LContext &lcontext, Interpreter &interpreter);
241 LContext & _lcontext;
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeLoops.cxx185 const TopTools_ListOfShape& LContext) in IsBetweenCorks() argument
194 for (it2.Initialize(LContext); it2.More(); it2.Next()) { in IsBetweenCorks()
209 void BRepOffset_MakeLoops::BuildOnContext(const TopTools_ListOfShape& LContext, in BuildOnContext() argument
219 TopTools_ListIteratorOfListOfShape it(LContext); in BuildOnContext()
226 Message_ProgressScope aPS(theRange, "Building deepening faces", LContext.Extent()); in BuildOnContext()
292 if (IsBetweenCorks(E,AsDes,LContext) && AsDes->HasDescendant(E)) { in BuildOnContext()
307 else if (IsBetweenCorks(E,AsDes,LContext)) { in BuildOnContext()
355 for (it.Initialize( LContext ); it.More(); it.Next()) in BuildOnContext()
H A DBRepOffset_MakeLoops.hxx50 Standard_EXPORT void BuildOnContext (const TopTools_ListOfShape& LContext,
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepOffset_MakeLoops.hxx44 …Standard_EXPORT void BuildOnContext (const TopTools_ListOfShape& LContext, const BRepOffset_Analys…
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepOffset_MakeLoops.hxx50 Standard_EXPORT void BuildOnContext (const TopTools_ListOfShape& LContext,

12