Home
last modified time | relevance | path

Searched refs:FERITE_OPCODE_greater_than (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ferite/ferite-1.0.2/include/ferite/
H A Dfops.h120 #define FERITE_OPCODE_greater_than 29 macro
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_parser.y1185 ferite_do_binary_op( FERITE_OPCODE_greater_than );
H A Dferite_parser.c3292 ferite_do_binary_op( FERITE_OPCODE_greater_than );
H A Dferite_ops.c1721 { FERITE_OPCODE_greater_than, "greater_than", FERITE_OP_CALL( greater_than ) },