Home
last modified time | relevance | path

Searched refs:OP_INT32 (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/TESTS/
H A Dreadtest.h724 GETTEST1(OP_INT32, OP_DEC32);
733 GETTEST1(OP_INT32, OP_DEC64);
742 GETTEST1(OP_INT32, OP_DEC128);
1498 GETTEST1(OP_INT32, OP_DEC64);
1966 GETTEST1(OP_INT32, OP_DEC64);
1975 GETTEST1(OP_INT32, OP_DEC64);
1984 GETTEST1(OP_INT32, OP_DEC64);
1993 GETTEST1(OP_INT32, OP_DEC64);
2002 GETTEST1(OP_INT32, OP_DEC64);
2011 GETTEST1(OP_INT32, OP_DEC64);
[all …]
H A Dreadtest.c63 OP_INT64, OP_BID_UINT64, OP_INT32, OP_BID_UINT32, OP_BIN64, OP_BIN32, enumerator
928 case OP_INT32: in get_ops()
980 case OP_INT32: in get_ops()
1063 case OP_INT32: // Skip because converted with sscanf in get_test()
1142 case OP_INT32: in print_mismatch()
1233 case OP_INT32: in print_mismatch()
1357 case OP_INT32: in print_mismatch()
1521 } else if (restype == OP_INT32 || restype == OP_INT16 in check_results()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dyara_exec.h80 #define OP_INT32 49 macro
H A Dyara_exec.c802 case OP_INT32: in function_read()
832 case OP_INT32: in function_read()
H A Dyara_grammar.y1523 yyscanner, OP_INT32, NULL);
H A Dyara_grammar.c3219 yyscanner, OP_INT32, NULL); in yyparse()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dyara_exec.h80 #define OP_INT32 49 macro
H A Dyara_exec.c802 case OP_INT32: in function_read()
832 case OP_INT32: in function_read()
H A Dyara_grammar.y1523 yyscanner, OP_INT32, NULL);
H A Dyara_grammar.c3219 yyscanner, OP_INT32, NULL); in yyparse()
/dports/security/yara/yara-4.1.1/libyara/include/yara/
H A Dexec.h171 #define OP_INT32 (OP_READ_INT + 2) macro
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/littlefoot/
H A Djuce_LittleFootRunner.h47 #define LITTLEFOOT_OPCODES(OP, OP_INT8, OP_INT16, OP_INT32) \ argument
63 OP_INT32 (push32) \
/dports/security/yara/yara-4.1.1/libyara/
H A Dexec.c1363 case OP_INT32: in yr_execute_code()