Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c44 struct operand operand_1; member
99 double operand_1 = strtod(s->operand_1.string, NULL); in calculate_result() local
106 result = operand_1 + operand_2; in calculate_result()
109 result = operand_1 - operand_2; in calculate_result()
112 result = operand_1 * operand_2; in calculate_result()
116 result = operand_1 / operand_2; in calculate_result()
153 copy_operand(&s->operand_1, &s->result); in chain_calculations()
188 setup_operand(&s->operand_1); in on_entry()
218 insert(&s->operand_1, s->event.operand); in ready_run()
222 insert(&s->operand_1, s->event.operand); in ready_run()
[all …]