Sergey Sharybin
598ab525da
Cleanup: Replace ABS/SQUARE/CUBE with function calls
...
While it might be handy to have type-less functionality which is
similar to how C++ math is implemented it can not be easily achieved
with just preprocessor in a way which does not have side-effects on
wrong usage.
There macros where often used on a non-trivial expression, and there
was at least one usage where it was causing an actual side effect/bug
on Windows (see change around square_f(sh[index++]) in studiolight.c).
For such cases it is handy to have a function which is guaranteed to
have zero side-effects. The motivation behind actually removing the
macros is that there is already a way to do similar calculation. Also,
not having such macros is a way to guarantee that its usage is not
changed in a way which have side-effects and that it's not used as an
inspiration for cases where it should not be used.
Differential Revision: https://developer.blender.org/D7051
2020-03-09 14:47:59 +01:00
..
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2020-01-16 23:32:45 -03:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-08-02 12:05:13 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-08-02 10:09:29 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-08-17 00:57:05 +10:00
2019-04-17 06:21:24 +02:00
2020-02-06 10:19:51 +01:00
2019-04-17 06:21:24 +02:00
2019-08-07 03:38:01 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2020-03-06 13:06:21 +11:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-08-07 03:38:01 +10:00
2019-04-17 06:21:24 +02:00
2019-12-17 09:27:01 +11:00
2019-12-17 09:27:01 +11:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-08-18 19:30:33 +10:00
2019-04-17 06:21:24 +02:00
2019-08-18 19:30:33 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-08-07 03:38:01 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2020-03-06 17:26:32 +01:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-08-17 00:57:05 +10:00
2019-04-17 06:21:24 +02:00
2019-12-09 14:56:53 +01:00
2019-12-07 12:33:07 +00:00
2019-08-25 16:45:47 +10:00
2020-03-04 11:31:51 +11:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-10-29 09:40:29 +01:00
2019-09-08 00:23:25 +10:00
2020-03-06 17:26:32 +01:00
2020-01-27 12:22:01 +01:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2020-01-27 12:22:01 +01:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2020-03-06 17:26:32 +01:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-05-23 13:28:03 +02:00
2019-04-17 06:21:24 +02:00
2019-09-08 00:23:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2020-01-27 12:22:01 +01:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-08-04 12:51:44 +10:00
2020-01-27 12:22:01 +01:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-23 11:22:25 +10:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-17 06:21:24 +02:00
2019-04-18 17:19:44 +02:00
2019-04-17 06:21:24 +02:00
2020-03-09 14:47:59 +01:00
2019-04-17 06:21:24 +02:00
2019-08-07 03:38:01 +10:00
2019-04-17 06:21:24 +02:00
2020-03-06 13:06:21 +11:00
2019-04-23 11:22:25 +10:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00
2019-08-18 19:30:33 +10:00
2019-04-17 06:21:24 +02:00
2019-05-01 10:51:13 +10:00
2019-04-17 06:21:24 +02:00