Home
last modified time | relevance | path

Searched refs:b_x (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dflip_avoiding_line_search.cpp212 const double& b_x = uv(v2,0); in get_min_pos_root_3D() local
238b_x*c_dz - a_dz*b_dy*c_x + a_dz*b_x*c_dy + a_x*b_dy*c_dz - a_x*b_dz*c_dy - a_dx*b_dz*c_y + a_dx*b_… in get_min_pos_root_3D()
240b_x*c_y - a_dz*b_y*c_x - a_x*b_dz*c_y + a_x*b_y*c_dz + a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z … in get_min_pos_root_3D()
242b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*b_z*d_y + a_y*b_x*d_z - a_y*… in get_min_pos_root_3D()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dflip_avoiding_line_search.cpp212 const double& b_x = uv(v2,0); in get_min_pos_root_3D() local
238b_x*c_dz - a_dz*b_dy*c_x + a_dz*b_x*c_dy + a_x*b_dy*c_dz - a_x*b_dz*c_dy - a_dx*b_dz*c_y + a_dx*b_… in get_min_pos_root_3D()
240b_x*c_y - a_dz*b_y*c_x - a_x*b_dz*c_y + a_x*b_y*c_dz + a_y*b_dz*c_x - a_y*b_x*c_dz - a_dy*b_x*c_z … in get_min_pos_root_3D()
242b_x*c_z + a_y*b_z*c_x + a_z*b_x*c_y - a_z*b_y*c_x - a_x*b_y*d_z + a_x*b_z*d_y + a_y*b_x*d_z - a_y*… in get_min_pos_root_3D()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c138 int b_x, b_y; in guess_dc() local
150 for(b_x=0; b_x<w; b_x++){ in guess_dc()
156 distance= b_x; in guess_dc()
159 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
163 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
169 distance= b_x; in guess_dc()
172 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
175 for(b_x=0; b_x<w; b_x++){ in guess_dc()
205 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
248 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Derror_resilience.c138 int b_x, b_y; in guess_dc() local
150 for(b_x=0; b_x<w; b_x++){ in guess_dc()
156 distance= b_x; in guess_dc()
159 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
163 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
169 distance= b_x; in guess_dc()
172 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
175 for(b_x=0; b_x<w; b_x++){ in guess_dc()
205 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
248 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
[all …]
/dports/games/dangen/dangen-0.5/libtenm/
H A Dtenm_collision.h9 int tenm_same_point(double a_x, double a_y, double b_x, double b_y);
11 double b_x, double b_y, double n);
13 double a_x, double a_y, double b_x, double b_y,
16 double a_x, double a_y, double b_x, double b_y);
18 double a_x, double a_y, double b_x, double b_y,
H A Dtenm_collision.c14 double b_x, double b_y);
52 return tenm_point_nearer(a_x, a_y, b_x, b_y, 1.0); in tenm_same_point()
75 return tenm_same_point(a_x, a_y, b_x, b_y); in tenm_point_nearer()
77 temp1 = a_x - b_x; in tenm_point_nearer()
111 if(tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_line_nearer()
118 over1= b_x - a_x; in tenm_line_nearer()
142 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side()
162 return (b_y - a_y) * p_x - (b_x - a_x) * p_y in tenm_same_side_temp()
163 -((b_y - a_y) * a_x - (b_x - a_x) * a_y); in tenm_same_side_temp()
183 if (tenm_same_point(a_x, a_y, b_x, b_y)) in tenm_same_side_vertical()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
153 for(b_x=0; b_x<w; b_x++){ in guess_dc()
162 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
166 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
175 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
178 for(b_x=0; b_x<w; b_x++){ in guess_dc()
208 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
252 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
153 for(b_x=0; b_x<w; b_x++){ in guess_dc()
162 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
166 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
175 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
178 for(b_x=0; b_x<w; b_x++){ in guess_dc()
208 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
252 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
153 for(b_x=0; b_x<w; b_x++){ in guess_dc()
162 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
166 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
175 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
178 for(b_x=0; b_x<w; b_x++){ in guess_dc()
208 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
252 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
153 for(b_x=0; b_x<w; b_x++){ in guess_dc()
162 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
166 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
175 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
178 for(b_x=0; b_x<w; b_x++){ in guess_dc()
208 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
252 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Derror_resilience.c141 int b_x, b_y; in guess_dc() local
153 for(b_x=0; b_x<w; b_x++){ in guess_dc()
162 dist[b_x + b_y*stride][1]= distance >= 0 ? b_x-distance : 9999; in guess_dc()
166 for(b_x=w-1; b_x>=0; b_x--){ in guess_dc()
175 dist[b_x + b_y*stride][0]= distance >= 0 ? distance-b_x : 9999; in guess_dc()
178 for(b_x=0; b_x<w; b_x++){ in guess_dc()
208 for (b_x = 0; b_x < w; b_x++) { in guess_dc()
244 int b_x, b_y; in h_block_filter() local
252 for (b_x = 0; b_x < w - 1; b_x++) { in h_block_filter()
313 int b_x, b_y; in v_block_filter() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/devel/jna/jna-5.7.0/native/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/gcc8/gcc-8.5.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/gcc10/gcc-10.3.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/gcc48/gcc-4.8.5/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/www/firefox-esr/firefox-91.8.0/js/src/ctypes/libffi/testsuite/libffi.closures/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()
/dports/math/reduce/Reduce-svn5758-src/libraries/libffi/testsuite/libffi.call/
H A Dnested_struct11.c19 float b_x; member
33 result.b.b_x = source.b.b_x; in C_fn()
41 source.b.b_x, source.b.b_y, in C_fn()
43 result.b.b_x, result.b.b_y); in C_fn()
118 CHECK (result.b.b_x == source.b.b_x); in main()

12345678910>>...18