Searched defs:round (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.5.0/tests/kernel/timer/timer_api/src/ |
D | timer_convert.c | 15 enum round { ROUND_floor, ROUND_ceil, ROUND_near }; enum 27 enum round round; member 31 #define TESTREC(src, dst, round, prec) { \ argument 37 #define TESTVAR(src, dst, round, prec) argument 39 #define TESTVAR(src, dst, round, prec) \ argument 44 #define TESTFUNC(src, dst, round, prec) \ argument
|
/Zephyr-Core-3.5.0/tests/lib/cmsis_dsp/filtering/src/ |
D | fir_f32.c | 35 int round; in ZTEST() local
|
D | fir_q31.c | 35 int round; in ZTEST() local
|
D | fir_q7.c | 35 int round; in ZTEST() local
|
D | fir_f16.c | 35 int round; in ZTEST() local
|
D | fir_q15.c | 35 int round; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 163 uint8_t round = get_test_round(); in server_procedure() local
|
/Zephyr-Core-3.5.0/lib/os/ |
D | cbprintf_complete.c | 1162 uint64_t round = BIT64(59); /* 0.5 */ in encode_float() local
|