Home
last modified time | relevance | path

Searched refs:cmpop (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/lang/fpc/fpc-3.2.2/compiler/llvm/
H A Dnllvmadd.pas107 cmpop : topcmp;
155 cmpop: topcmp;
167 cmpop:=OC_B
177 cmpop:=OC_A
186 cmpop:=OC_EQ;
188 cmpop:=OC_NE;
193 cmpop:=swap_opcmp(cmpop);
229 cmpop,
234 cmpop:=false;
283 if not cmpop then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/llvm/
H A Dnllvmadd.pas107 cmpop : topcmp;
155 cmpop: topcmp;
167 cmpop:=OC_B
177 cmpop:=OC_A
186 cmpop:=OC_EQ;
188 cmpop:=OC_NE;
193 cmpop:=swap_opcmp(cmpop);
229 cmpop,
234 cmpop:=false;
283 if not cmpop then
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/llvm/
H A Dnllvmadd.pas107 cmpop : topcmp;
155 cmpop: topcmp;
167 cmpop:=OC_B
177 cmpop:=OC_A
186 cmpop:=OC_EQ;
188 cmpop:=OC_NE;
193 cmpop:=swap_opcmp(cmpop);
229 cmpop,
234 cmpop:=false;
283 if not cmpop then
[all …]
/dports/devel/py-gast/gast-0.5.3/gast/
H A Dgast.py3 from ast import boolop, cmpop, excepthandler, expr, expr_context, operator
256 ('Eq', ((), (), (cmpop,))),
257 ('NotEq', ((), (), (cmpop,))),
258 ('Lt', ((), (), (cmpop,))),
259 ('LtE', ((), (), (cmpop,))),
260 ('Gt', ((), (), (cmpop,))),
261 ('GtE', ((), (), (cmpop,))),
262 ('Is', ((), (), (cmpop,))),
263 ('IsNot', ((), (), (cmpop,))),
264 ('In', ((), (), (cmpop,))),
[all …]
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A D_ast24.py126 class cmpop(AST): class
130 class Eq(cmpop):
174 class Gt(cmpop):
178 class GtE(cmpop):
198 class In(cmpop):
218 class Is(cmpop):
222 class IsNot(cmpop):
246 class Lt(cmpop):
250 class LtE(cmpop):
274 class NotEq(cmpop):
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/ppcgen/
H A Dngppcadd.pas123 if not(cmpop) then
196 cmpop : boolean;
201 cmpop:=false;
298 cmpop,
303 cmpop:=false;
336 cmpop:=true;
352 if not cmpop then
364 if not cmpop then
388 cmpop : boolean;
419 if not cmpop then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/ppcgen/
H A Dngppcadd.pas123 if not(cmpop) then
196 cmpop : boolean;
201 cmpop:=false;
298 cmpop,
303 cmpop:=false;
336 cmpop:=true;
352 if not cmpop then
364 if not cmpop then
388 cmpop : boolean;
419 if not cmpop then
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/ppcgen/
H A Dngppcadd.pas123 if not(cmpop) then
196 cmpop : boolean;
201 cmpop:=false;
298 cmpop,
303 cmpop:=false;
336 cmpop:=true;
352 if not cmpop then
364 if not cmpop then
388 cmpop : boolean;
419 if not cmpop then
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A D_ast.pyi265 class cmpop(AST): ...
266 class Eq(cmpop): ...
267 class Gt(cmpop): ...
268 class GtE(cmpop): ...
269 class In(cmpop): ...
270 class Is(cmpop): ...
271 class IsNot(cmpop): ...
272 class Lt(cmpop): ...
273 class LtE(cmpop): ...
274 class NotEq(cmpop): ...
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A D_ast.pyi285 class cmpop(AST):
288 class Eq(cmpop): ...
289 class Gt(cmpop): ...
290 class GtE(cmpop): ...
291 class In(cmpop): ...
292 class Is(cmpop): ...
293 class IsNot(cmpop): ...
294 class Lt(cmpop): ...
295 class LtE(cmpop): ...
296 class NotEq(cmpop): ...
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A D_ast.pyi265 class cmpop(AST): ...
266 class Eq(cmpop): ...
267 class Gt(cmpop): ...
268 class GtE(cmpop): ...
269 class In(cmpop): ...
270 class Is(cmpop): ...
271 class IsNot(cmpop): ...
272 class Lt(cmpop): ...
273 class LtE(cmpop): ...
274 class NotEq(cmpop): ...
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/math-emu/
H A Dfpuemu.c296 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
302 if (cmpop < 0x8) {
303 cmpop = cmptab[cmpop];
304 fcmps(ft, fa, fb, cmpop);
335 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
341 if (cmpop < 0x8) {
342 cmpop = cmptab[cmpop];
343 fcmpd(ft, fa, fb, cmpop);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/math-emu/
H A Dfpuemu.c296 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
302 if (cmpop < 0x8) {
303 cmpop = cmptab[cmpop];
304 fcmps(ft, fa, fb, cmpop);
335 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
341 if (cmpop < 0x8) {
342 cmpop = cmptab[cmpop];
343 fcmpd(ft, fa, fb, cmpop);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/math-emu/
H A Dfpuemu.c296 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
302 if (cmpop < 0x8) {
303 cmpop = cmptab[cmpop];
304 fcmps(ft, fa, fb, cmpop);
335 unsigned int cmpop = NDS32Insn_OPCODE_BIT69(insn); local
341 if (cmpop < 0x8) {
342 cmpop = cmptab[cmpop];
343 fcmpd(ft, fa, fb, cmpop);
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/typed-ast/typed_ast/
H A Dast27.pyi295 class cmpop(AST): ...
296 class Eq(cmpop): ...
297 class Gt(cmpop): ...
298 class GtE(cmpop): ...
299 class In(cmpop): ...
300 class Is(cmpop): ...
301 class IsNot(cmpop): ...
302 class Lt(cmpop): ...
303 class LtE(cmpop): ...
304 class NotEq(cmpop): ...
[all …]
H A Dast3.pyi331 class cmpop(AST): ...
332 class Eq(cmpop): ...
333 class Gt(cmpop): ...
334 class GtE(cmpop): ...
335 class In(cmpop): ...
336 class Is(cmpop): ...
337 class IsNot(cmpop): ...
338 class Lt(cmpop): ...
339 class LtE(cmpop): ...
340 class NotEq(cmpop): ...
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/3/typed_ast/
H A Dast27.pyi315 class cmpop(AST):
318 class Eq(cmpop): ...
319 class Gt(cmpop): ...
320 class GtE(cmpop): ...
321 class In(cmpop): ...
322 class Is(cmpop): ...
323 class IsNot(cmpop): ...
324 class Lt(cmpop): ...
325 class LtE(cmpop): ...
326 class NotEq(cmpop): ...
[all …]
H A Dast3.pyi354 class cmpop(AST):
357 class Eq(cmpop): ...
358 class Gt(cmpop): ...
359 class GtE(cmpop): ...
360 class In(cmpop): ...
361 class Is(cmpop): ...
362 class IsNot(cmpop): ...
363 class Lt(cmpop): ...
364 class LtE(cmpop): ...
365 class NotEq(cmpop): ...
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/jvm/
H A Dnjvmadd.pas340 cmpop: TOpCmp;
350 cmpop:=cmpnode2topcmp(unsigned);
352 cmpop:=swap_opcmp(cmpop);
359 …hlcg.a_cmp_loc_reg_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location,left.loca…
362 …hlcg.a_cmp_reg_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.register,…
364 …hlcg.a_cmp_ref_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.reference…
366 …hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.value,l…
456 cmpop: TOpCmp;
466 cmpop:=cmpnode2topcmp(false);
468 cmpop:=swap_opcmp(cmpop);
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/jvm/
H A Dnjvmadd.pas340 cmpop: TOpCmp;
350 cmpop:=cmpnode2topcmp(unsigned);
352 cmpop:=swap_opcmp(cmpop);
359 …hlcg.a_cmp_loc_reg_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location,left.loca…
362 …hlcg.a_cmp_reg_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.register,…
364 …hlcg.a_cmp_ref_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.reference…
366 …hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.value,l…
456 cmpop: TOpCmp;
466 cmpop:=cmpnode2topcmp(false);
468 cmpop:=swap_opcmp(cmpop);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/jvm/
H A Dnjvmadd.pas340 cmpop: TOpCmp;
350 cmpop:=cmpnode2topcmp(unsigned);
352 cmpop:=swap_opcmp(cmpop);
359 …hlcg.a_cmp_loc_reg_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location,left.loca…
362 …hlcg.a_cmp_reg_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.register,…
364 …hlcg.a_cmp_ref_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.reference…
366 …hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,cmpop,right.location.value,l…
456 cmpop: TOpCmp;
466 cmpop:=cmpnode2topcmp(false);
468 cmpop:=swap_opcmp(cmpop);
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A D_ast.pyi359 class cmpop(AST):
362 class Eq(cmpop): ...
363 class Gt(cmpop): ...
364 class GtE(cmpop): ...
365 class In(cmpop): ...
366 class Is(cmpop): ...
367 class IsNot(cmpop): ...
368 class Lt(cmpop): ...
369 class LtE(cmpop): ...
370 class NotEq(cmpop): ...
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A D_ast.pyi328 class cmpop(AST): ...
329 class Eq(cmpop): ...
330 class Gt(cmpop): ...
331 class GtE(cmpop): ...
332 class In(cmpop): ...
333 class Is(cmpop): ...
334 class IsNot(cmpop): ...
335 class Lt(cmpop): ...
336 class LtE(cmpop): ...
337 class NotEq(cmpop): ...
[all …]
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/nn/
H A Dyylex.c222 int len, cmpop; in nnsql_yylex() local
296 cmpop = getcmpop( penv ); in nnsql_yylex()
297 if(cmpop == YYERRCODE ) in nnsql_yylex()
298 return cmpop; in nnsql_yylex()
299 pyylval->cmpop = cmpop; in nnsql_yylex()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A D_ast.pyi329 class cmpop(AST): ...
330 class Eq(cmpop): ...
331 class Gt(cmpop): ...
332 class GtE(cmpop): ...
333 class In(cmpop): ...
334 class Is(cmpop): ...
335 class IsNot(cmpop): ...
336 class Lt(cmpop): ...
337 class LtE(cmpop): ...
338 class NotEq(cmpop): ...
[all …]

12345678910>>...15