Lines Matching defs:b
93 function generic_pow(a, b) { argument
154 function fact_rec(a, b) { /* assumes a <= b */ argument
375 Fraction = function Fraction(a, b) argument
410 function fraction_add(a, b) { argument
415 function fraction_sub(a, b) { argument
420 function fraction_mul(a, b) { argument
425 function fraction_div(a, b) { argument
430 function fraction_mod(a, b) { argument
435 function fraction_eq(a, b) { argument
441 function fraction_lt(a, b) { argument
448 function float_add(a, b) { argument
451 function float_sub(a, b) { argument
454 function float_mul(a, b) { argument
457 function float_div(a, b) { argument
460 function float_mod(a, b) { argument
463 function float_pow(a, b) { argument
466 function float_eq(a, b) { argument
470 function float_lt(a, b) { argument
723 function complex_add(a, b) { argument
728 function complex_sub(a, b) { argument
733 function complex_mul(a, b) { argument
739 function complex_div(a, b) { argument
744 function complex_eq(a, b) { argument
855 function mod_add(a, b) { argument
866 function mod_sub(a, b) { argument
877 function mod_mul(a, b) { argument
888 function mod_div(a, b) { argument
893 function mod_eq(a, b) { argument
1180 function polynomial_add(a, b) { argument
1198 function polynomial_sub(a, b) { argument
1201 function polynomial_mul(a, b) { argument
1218 function polynomial_div_scalar(a, b) { argument
1221 function polynomial_div(a, b) argument
1226 function polynomial_mod(a, b) { argument
1229 function polynomial_eq(a, b) { argument
1366 function polymod_add(a, b) { argument
1377 function polymod_sub(a, b) { argument
1380 function polymod_mul(a, b) { argument
1391 function polymod_div(a, b) { argument
1396 function polymod_eq(a, b) { argument
1441 RationalFunction = function RationalFunction(a, b) argument
1490 function ratfunc_add(a, b) { argument
1495 function ratfunc_sub(a, b) { argument
1500 function ratfunc_mul(a, b) { argument
1505 function ratfunc_div(a, b) { argument
1510 function ratfunc_eq(a, b) { argument
1648 function series_sub(a, b) { argument
1675 function series_pow(a, b) { argument
1684 function series_eq(a, b) { argument
2219 function array_add(a, b) { argument
2229 function array_sub(a, b) { argument
2239 function array_scalar_mul(a, b) { argument
2247 function array_mul(a, b) { argument
2299 function array_div(a, b) { argument
2302 function array_scalar_div(a, b) { argument
2305 function array_eq(a, b) { argument
2567 function atan2(a, b) argument