Searched refs:num4 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | log.h | 107 …[](uint32_t firstNum, uint32_t num1, uint32_t num2, uint32_t num3, uint32_t num4) { … 111 …(LOG_CHECK_ID < num3 && LOG_CHECK_ID % num2 == 0) || (LOG_CHECK_ID < num4 && LOG_CHECK_ID % num3 =… 112 …(LOG_CHECK_ID % num4 == 0)); …
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 468 int8_t num3, num4, num5; in test_validator_int1_handler() local 478 …jerryx_arg_int8 (&num4, JERRYX_ARG_ROUND, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED… in test_validator_int1_handler() 498 TEST_ASSERT (num4 == 127); in test_validator_int1_handler() 522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local 532 …jerryx_arg_int8 (&num4, JERRYX_ARG_FLOOR, JERRYX_ARG_CLAMP, JERRYX_ARG_COERCE, JERRYX_ARG_REQUIRED… in test_validator_int2_handler() 550 TEST_ASSERT (num4 == 1); in test_validator_int2_handler()
|
/third_party/ffmpeg/libavfilter/ |
D | af_arnndn.c | 718 float num0, num1, num2, num3, num4; in celt_fir5() local 725 num4 = num[4]; in celt_fir5() 739 sum += (num4*mem4); in celt_fir5()
|