Lines Matching defs:mod
12219 static T mod(T left, T right);
12522 static T mod(T left, T right)
12788 * - mod();
14231 function, "mod", Math::mod, variable_type /* res_type */, variable_type /* arg1_type */,
14238 function, "mod", Math::mod, variable_type /* res_type */, variable_type /* arg1_type */,
15273 // mod(a, b) is defined as a - b * floor(a/b) and mod(a,a) should be 0. However OpenGL
15275 // In such a case, floor(a/a) would end up as 0, with mod(a,a) becoming a.
15294 // verify if there is a mod(a, a) case and prepare new expected result
15482 { "mod", FUNCTION_MOD },