| 2405 | return "divide_registers"; |
| 2406 | }; |
| 2407 | inline I32 get_command(CHAR* string) const |
| 2408 | { |
| 2409 | return sprintf(string, "-%s %u %u %u ", name(), input1, input2, output); |
| 2410 | }; |
| 2411 | inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z) |
| 2412 | { |
| 2413 | return get_offset_adjust_coord_without_trafo_changes(x, y, z); |
nothing calls this directly
no outgoing calls
no test coverage detected