Home
last modified time | relevance | path

Searched refs:f_x (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dpuzzle_bezier.c68 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio + f_x_offset; in puzzle_scale_curve_H()
70 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio + f_x_offset; in puzzle_scale_curve_H()
72 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio * f_current_scale + f_x_offset; in puzzle_scale_curve_H()
109 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio + f_x_offset; in puzzle_scale_curve_H()
111 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio + f_x_offset; in puzzle_scale_curve_H()
113 ps_new_pt[i_p].f_x = ps_pt[i_p].f_x * f_x_ratio * f_current_scale + f_x_offset; in puzzle_scale_curve_H()
169 ps_new_pt[i].f_x = ps_pt[i].f_x; in puzzle_curve_H_2_negative()
189 ps_new_pt[i].f_x = -ps_pt[i].f_x; in puzzle_curve_V_2_negative()
326 ps_new_pt[i].f_x = ps_pt[i_item][i].f_x; in puzzle_rand_bezier()
331 ps_new_pt[i].f_x = ps_pt[i_item][i_last_pt-1-i].f_x; in puzzle_rand_bezier()
[all …]
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoIA.cpp14 int f_x; member
35 f_y = game->getColumnHeigth(f_x); in update()
36 c_x = f_x; in update()
40 c_y = game->getColumnHeigth(f_x); in update()
41 c_x = f_x; in update()
45 f_y = game->getColumnHeigth(f_x); in update()
46 c_x = f_x + 1; in update()
47 c_y = game->getColumnHeigth(f_x + 1); in update()
50 f_y = game->getColumnHeigth(f_x); in update()
51 c_x = f_x - 1; in update()
[all …]
/dports/math/cvc4/CVC4-1.7/test/unit/api/
H A Dterm_black.h168 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testNotTerm()
210 TS_ASSERT_THROWS(f_x.andTerm(f_x), CVC4ApiException&); in testAndTerm()
211 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testAndTerm()
274 TS_ASSERT_THROWS(f_x.orTerm(f_x), CVC4ApiException&); in testOrTerm()
275 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testOrTerm()
338 TS_ASSERT_THROWS(f_x.xorTerm(f_x), CVC4ApiException&); in testXorTerm()
339 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testXorTerm()
402 TS_ASSERT_THROWS_NOTHING(f_x.eqTerm(f_x)); in testEqTerm()
403 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testEqTerm()
467 Term sum = d_solver.mkTerm(PLUS, f_x, f_x); in testImpTerm()
[all …]
/dports/graphics/glexcess/glexcess/
H A Dscene07.cpp141 for(int f_x=0; f_x<64; f_x++) in f_InitGL() local
145 f_phase[f_x][f_y]=(int)(.001*(rand()%5000)); in f_InitGL()
146 f_speed[f_x][f_y]=(GLuint)(.001*(rand()%10000)); in f_InitGL()
149 for (int f_x=0; f_x<64; f_x++) in f_InitGL() local
151 f_phase[f_x][63]=f_phase[f_x][0]; in f_InitGL()
152 f_speed[f_x][63]=f_speed[f_x][0]; in f_InitGL()
254 for (int f_x=9; f_x>=0; f_x--) in f_DrawGLScene() local
259 glTranslatef(2*f_x/f_end,2*f_y/f_end,2*f_z/f_end); in f_DrawGLScene()
260 if (f_side[f_x][f_y][f_z]==0) glRotatef(f_rot,1,0,0); in f_DrawGLScene()
274 GLfloat value=(f_angle[f_x][f_y][f_z]/(360*2)); in f_DrawGLScene()
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/tests/expression/
H A Dtest_expression.cpp69 const Expression f_x = 2 * x * x; variable
70 const Expression f_x_subs = f_x.subs({{x, integer(2)}});
77 const Expression f_x = x * x; variable
79 REQUIRE(static_cast<int>(f_x.subs({{x, integer(2)}})) == 4);
80 REQUIRE(static_cast<double>(f_x.subs({{x, real_double(3.5)}})) == 12.25);
81 REQUIRE(static_cast<float>(f_x.subs({{x, real_double(3.5)}})) == 12.25f);
83 f_x.subs({{x, complex_double({0.0, 2.0})}}))
87 f_x.subs({{x, complex_double({0.0f, 2.0f})}}))
95 const Expression f_x = x * x; variable
96 const Expression df_dx = f_x.diff(x);
[all …]
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Drosen_34.cpp66 CPPAD_TESTVECTOR(CppAD::AD<double>) &f_x) in Ode_dep()
68 f_x[0] = - w[0]; f_x[1] = 0.; f_x[2] = 0.; in Ode_dep()
69 f_x[3] = 0.; f_x[4] = - w[1]; f_x[5] = 0.; in Ode_dep()
70 f_x[6] = 0.; f_x[7] = 0.; f_x[8] = 0.; in Ode_dep()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/
H A Dcompressor.c414 f_gain_out = Db2Lin( -f_knee * f_rs * f_x * f_x * 0.25f, in DoWork()
550 f_x -= f_a; in Max()
551 f_x += fabsf( f_x ); in Max()
552 f_x *= 0.5f; in Max()
553 f_x += f_a; in Max()
555 return f_x; in Max()
564 f_x -= f_x2; in Clamp()
565 f_x *= 0.5f; in Clamp()
567 return f_x; in Clamp()
575 p.f = f_x; in Round()
[all …]
/dports/science/mpb/mpb-1.11.1/src/matrices/
H A Dlinmin.c79 double dsave[13], x, f_x, df_x; in linmin() local
83 f_x = f_0; df_x = df_0; /* initially, pass in f and df at x=0 */ in linmin()
84 dcsrch(&x, &f_x, &df_x, &f_tol, &df_tol, &x_tol, in linmin()
88 f_x = f(x, &df_x, f_data); in linmin()
90 mpi_assert_equal(f_x); in linmin()
92 dcsrch(&x, &f_x, &df_x, &f_tol, &df_tol, &x_tol, in linmin()
105 *converged_f = f_x; in linmin()
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_edges.c++434 x += edge.f_x; in SaveEdge()
445 sz = TagBase::SIBitSize(edge.f_x); in SaveEdge()
451 data.WriteBits(edge.f_x, sz); in SaveEdge()
453 else if(edge.f_x == 0.0) { in SaveEdge()
465 sz = TagBase::SIBitSize(edge.f_x); in SaveEdge()
475 data.WriteBits(edge.f_x, sz); in SaveEdge()
485 sz = TagBase::SIBitSize(edge.f_x); in SaveEdge()
504 data.WriteBits(edge.f_x, sz); in SaveEdge()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/tests/
H A Dtest_spline.cxx111 double return_spline_value = spline_1d.f_x( pt ); in test_1d_spline()
120 double return_spline_value = spline_1d.f_x( pt ); in test_1d_spline()
146 double return_spline_value = spline_2d.f_x( pt ); in test_2d_spline()
158 double return_spline_value = spline_2d.f_x( pt ); in test_2d_spline()
205 double return_spline_value = spline_3d.f_x( pt ); in test_3d_spline()
221 double return_spline_value = spline_3d.f_x( pt ); in test_3d_spline()
255 …std::cout << "f(" <<p[0] << ")= " << spline.f_x( p ) << " => " << refine_spline->f_x( p*2.0 ) << '… in test_refine_1d_spline()
256 …TEST_NEAR_REL( " test refined spline value: ", refine_spline->f_x( p*2.0 ), spline.f_x( p ), 1e-9); in test_refine_1d_spline()
288 … std::cout << "f(" <<p << ")= " << spline.f_x( p ) << " => " << refine_spline->f_x( p*2 ) << '\n'; in test_refine_2d_spline()
289 …TEST_NEAR_REL( " test refined spline value: ", refine_spline->f_x( p*2.0 ), spline.f_x( p ), 1e-9); in test_refine_2d_spline()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dc_ptr_tests_12.f0324 function fgsl_vector_align(p_x, f_x)
26 type(fgsl_vector) :: f_x local
37 type(fgsl_vector) :: f_x local
40 status = fgsl_vector_align(p_x, f_x)

12345678910>>...16