| 69 | } |
| 70 | |
| 71 | inline float match2d(float a, float b, float c, float d) |
| 72 | { |
| 73 | return match(a, b) * match(c, d); |
| 74 | } |
| 75 | |
| 76 | /// Computes the function specified by @a op_code on the @a stack. |
| 77 | static inline void default_compute_function(int op_code, Stack &stack) |
no test coverage detected