Searched refs:b_2 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_cleanup_command.rb28 @b_2 = quick_spec 'b', 2 do |s| s.add_dependency 'a', '2' end
31 install_gem @b_2
49 @b_2 = quick_spec 'b', 2
52 install_gem @b_2
114 @b_2 = quick_spec 'b', 2
122 install_gem @b_2
136 @b_2 = quick_spec 'b', 3
140 install_gem @b_2
/macosx-10.9.5/groff-38/groff/src/devices/grolbp/
H A Dlbp.h441 quadratic_spline(double a_1, double b_1, double a_2, double b_2, \ argument
450 y_mid = (b_2 + b_3)/2.0;
457 quadratic_spline(x_1, y_1, ((x_1+a_2)/2.0), ((y_1+b_2)/2.0),
458 ((3.0*a_2+a_3)/4.0), ((3.0*b_2+b_3)/4.0), x_mid, y_mid);
468 ((a_2+3.0*a_3)/4.0), ((b_2+3.0*b_3)/4.0),
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dcommon.cpp99 double b_2 = dim.y * dim.y; local
100 double b_4 = b_2 * b_2;
101 double e_2 = a_2 - b_2;
106 -e_2 * zm.y / b_2 * zm.y / b_2 * zm.y);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2855 \zeta_{2} = f(2)g(2) = (4a_2 + 2a_1 + a_0)(4b_2 + 2b_1 + b_0) \nonumber \\
2856 16 \cdot \zeta_{1 \over 2} = 4f({1\over 2}) \cdot 4g({1 \over 2}) = (a_2 + 2a_1 + 4a_0)(b_2 + 2b_1 + 4b_0)
3070 7. $b_2 \leftarrow \lfloor a / \beta^{2k} \rfloor$, $b_2 \leftarrow b_2 \mbox{ (mod }\beta^{k}\mbox{)}$ \\
3074 9. $w_4 \leftarrow a_2 \cdot b_2$ \\
3076 11. $tmp_2 \leftarrow 2 \cdot b_0$, $tmp_2 \leftarrow b_1 + tmp_2$, $tmp_2 \leftarrow 2 \cdot tmp_2$, $tmp_2 \leftarrow tmp_2 + b_2$ \\
3079 14. $tmp_2 \leftarrow 2 \cdot b_2$, $tmp_2 \leftarrow b_1 + tmp_2$, $tmp_2 \leftarrow 2 \cdot tmp_2$, $tmp_2 \leftarrow tmp_2 + b_0$ \\
3081 16. $tmp_1 \leftarrow a_0 + a_1$, $tmp_1 \leftarrow tmp_1 + a_2$, $tmp_2 \leftarrow b_0 + b_1$, $tmp_2 \leftarrow tmp_2 + b_2$ \\
3128 The two inputs $a$ and $b$ are first split into three $k$-digit integers $a_0, a_1, a_2$ and $b_0, b_1, b_2
[all...]

Completed in 147 milliseconds