Home
last modified time | relevance | path

Searched refs:TK_VECTOR (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A DQ3_Registers.cpp94 case TK_VECTOR: in Q3_DeclareVariable()
496 case TK_VECTOR: in Q3_VariableLoadStrings()
497 Q3_DeclareVariable( TK_VECTOR, (const char *) &tempBuffer ); in Q3_VariableLoadStrings()
516 Q3_VariableLoadStrings( TK_VECTOR, varVectors); in Q3_VariableLoad()
/dports/games/openjk/OpenJK-07675e2/codemp/icarus/
H A DQ3_Interface.cpp468 case TK_VECTOR: in Q3_Evaluate()
507 case TK_VECTOR: in Q3_Evaluate()
539 case TK_VECTOR: in Q3_Evaluate()
573 case TK_VECTOR: in Q3_Evaluate()
607 case TK_VECTOR: in Q3_Evaluate()
H A DQ3_Registers.cpp91 case TK_VECTOR: in Q3_DeclareVariable()
445 Q3_VariableLoadStrings( TK_VECTOR, varVectors); in Q3_VariableLoad()
H A DInterpreter.cpp83 "VECTOR", TK_VECTOR,
112 "VECTOR", TK_VECTOR,
365 block->Write( TK_VECTOR, (float) TK_VECTOR ); in GetVector()
1108 case TK_VECTOR: in GetID()
1156 case TK_VECTOR: in GetDeclare()
1382 case TK_VECTOR: in GetGet()
H A DSequence.cpp536 case TK_VECTOR: in Load()
538 block->Write( TK_VECTOR, *(vec3_t *) bData ); in Load()
H A DSequencer.cpp1089 case TK_VECTOR: in EvaluateConditional()
1157 case TK_VECTOR: in EvaluateConditional()
1199 t1 = TK_VECTOR; in EvaluateConditional()
1259 case TK_VECTOR: in EvaluateConditional()
1327 case TK_VECTOR: in EvaluateConditional()
1371 t2 = TK_VECTOR; in EvaluateConditional()
H A Dinterpreter.h44 TK_VECTOR, enumerator
H A DTaskManager.cpp474 if ( type != TK_VECTOR ) in GetVector()
523 if ( type != TK_VECTOR ) in GetVector()
596 case TK_VECTOR: in Get()
678 else if ( bm->GetID() == TK_VECTOR ) in Get()
1889 case TK_VECTOR: in Load()
1890 block->Write( TK_VECTOR, *(vec3_t *) bData ); in Load()
/dports/games/openjk/OpenJK-07675e2/codeJK2/icarus/
H A DInterpreter.cpp82 "VECTOR", TK_VECTOR,
111 "VECTOR", TK_VECTOR,
364 block->Write( TK_VECTOR, (float) TK_VECTOR ); in GetVector()
1107 case TK_VECTOR: in GetID()
1155 case TK_VECTOR: in GetDeclare()
1381 case TK_VECTOR: in GetGet()
H A DSequence.cpp617 case TK_VECTOR: in Load()
619 block->Write( TK_VECTOR, *(vec3_t *) bData ); in Load()
H A DSequencer.cpp1092 case TK_VECTOR: in EvaluateConditional()
1160 case TK_VECTOR: in EvaluateConditional()
1202 t1 = TK_VECTOR; in EvaluateConditional()
1262 case TK_VECTOR: in EvaluateConditional()
1330 case TK_VECTOR: in EvaluateConditional()
1374 t2 = TK_VECTOR; in EvaluateConditional()
H A Dinterpreter.h44 TK_VECTOR, enumerator
H A DTaskManager.cpp476 if ( type != TK_VECTOR ) in GetVector()
525 if ( type != TK_VECTOR ) in GetVector()
598 case TK_VECTOR: in Get()
680 else if ( bm->GetID() == TK_VECTOR ) in Get()
1989 case TK_VECTOR: in Load()
1990 block->Write( TK_VECTOR, *(vec3_t *) bData ); in Load()
/dports/games/openjk/OpenJK-07675e2/code/icarus/
H A DSequence.cpp516 case CIcarus::TK_VECTOR: in LoadCommand()
518 block->Write( CIcarus::TK_VECTOR, *(vec3_t *) bData, icarus ); in LoadCommand()
H A DIcarusImplementation.h167 TK_VECTOR, enumerator
H A DTaskManager.cpp471 if ( type != CIcarus::TK_VECTOR ) in GetVector()
520 if ( type != CIcarus::TK_VECTOR ) in GetVector()
598 case CIcarus::TK_VECTOR: in Get()
680 else if ( bm->GetID() == CIcarus::TK_VECTOR ) in Get()
1938 case CIcarus::TK_VECTOR: in Load()
1939 block->Write( CIcarus::TK_VECTOR, *(vec3_t *) bData, icarus ); in Load()
H A DSequencer.cpp1172 case CIcarus::TK_VECTOR: in EvaluateConditional()
1240 case CIcarus::TK_VECTOR: in EvaluateConditional()
1282 t1 = CIcarus::TK_VECTOR; in EvaluateConditional()
1342 case CIcarus::TK_VECTOR: in EvaluateConditional()
1410 case CIcarus::TK_VECTOR: in EvaluateConditional()
1454 t2 = CIcarus::TK_VECTOR; in EvaluateConditional()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhereexpr.c114 if( pExpr->pLeft->op==TK_VECTOR in exprCommute()
115 || pExpr->pRight->op==TK_VECTOR in exprCommute()
997 if( pExpr->op==TK_VECTOR && (op>=TK_GT && ALWAYS(op<=TK_GE)) ){ in exprMightBeIndexed()
1247 if( pRet->op==TK_VECTOR ){ in exprAnalyzeExists()
1368 assert( pLeft->op==TK_VECTOR ); in exprAnalyze()
1646 && pExpr->pLeft->op==TK_VECTOR in exprAnalyze()
H A Dexpr.c78 if( op==TK_VECTOR ){ in sqlite3ExprAffinity()
100 if( pExpr->op==TK_VECTOR ){ in sqlite3ExprAddCollateToken()
194 if( op==TK_VECTOR ){ in sqlite3ExprCollSeq()
434 if( op==TK_VECTOR ){ in sqlite3ExprVectorSize()
523 if( pVector->op==TK_VECTOR ) pVector = pVector->x.pList->a[iField].pExpr; in sqlite3ExprForVectorField()
575 assert( op==TK_VECTOR || op==TK_REGISTER || op==TK_SELECT ); in exprVectorRegister()
4420 case TK_VECTOR: { in sqlite3ExprCodeTarget()
5517 case TK_VECTOR: in impliesNotNullRow()
5527 testcase( pExpr->op==TK_VECTOR ); in impliesNotNullRow()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhereexpr.c114 if( pExpr->pLeft->op==TK_VECTOR in exprCommute()
115 || pExpr->pRight->op==TK_VECTOR in exprCommute()
996 if( pExpr->op==TK_VECTOR && (op>=TK_GT && ALWAYS(op<=TK_GE)) ){ in exprMightBeIndexed()
1096 assert( pLeft->op==TK_VECTOR ); in exprAnalyze()
1366 && pExpr->pLeft->op==TK_VECTOR in exprAnalyze()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhereexpr.c114 if( pExpr->pLeft->op==TK_VECTOR in exprCommute()
115 || pExpr->pRight->op==TK_VECTOR in exprCommute()
996 if( pExpr->op==TK_VECTOR && (op>=TK_GT && ALWAYS(op<=TK_GE)) ){ in exprMightBeIndexed()
1096 assert( pLeft->op==TK_VECTOR ); in exprAnalyze()
1366 && pExpr->pLeft->op==TK_VECTOR in exprAnalyze()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhereexpr.c879 if( pExpr->op==TK_VECTOR && (op>=TK_GT && ALWAYS(op<=TK_GE)) ){ in exprMightBeIndexed()
979 assert( pLeft->op==TK_VECTOR ); in exprAnalyze()
1242 && pExpr->pLeft->op==TK_VECTOR in exprAnalyze()
H A Dtreeview.c464 case TK_VECTOR: { in sqlite3TreeViewExpr()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DQ3_Interface.h427 TK_VECTOR, enumerator
H A DQ3_Interface.cpp7414 case TK_VECTOR: in VariableLoadStrings()
7415 DeclareVariable( TK_VECTOR, (const char *) &tempBuffer ); in VariableLoadStrings()
7436 VariableLoadStrings( TK_VECTOR, m_varVectors); in VariableLoad()
10884 case TK_VECTOR: in Evaluate()
10922 case TK_VECTOR: in Evaluate()
10954 case TK_VECTOR: in Evaluate()
10988 case TK_VECTOR: in Evaluate()
11022 case TK_VECTOR: in Evaluate()
11054 case TK_VECTOR: in Evaluate()
11088 case TK_VECTOR: in Evaluate()
[all …]

1234567