Home
last modified time | relevance | path

Searched refs:res_h (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/math/cgal/CGAL-5.3/include/CGAL/Envelope_3/
H A DEnvelope_overlay_functor.h171 Res_halfedge_handle res_h) in create_edge() argument
174 res_h->set_aux_source(0, m_1.non_const_handle(h1)); in create_edge()
175 res_h->set_aux_source(1, m_2.non_const_handle(h2)); in create_edge()
208 Res_halfedge_handle res_h) in create_edge() argument
210 res_h->set_aux_source(0, m_1.non_const_handle(h1)); in create_edge()
211 res_h->set_aux_source(1, m_2.non_const_handle(f2)); in create_edge()
218 res_h->set_is_equal_aux_data_in_face(1, true); in create_edge()
243 Res_halfedge_handle res_h) in create_edge() argument
245 res_h->set_aux_source(0, m_1.non_const_handle(f1)); in create_edge()
246 res_h->set_aux_source(1, m_2.non_const_handle(h2)); in create_edge()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Curved_kernel_via_analysis_2/
H A DCurve_renderer_facade.h104 if(bbox != tmp || res_w != _w || res_h != _h) { in setup()
105 instance().setup(bbox, res_w, res_h); in setup()
219 int& res_h) { in get_setup_parameters() argument
235 renderer().setup(bbox, res_w, res_h); in setup()
262 int res_w, res_h; variable
286 get_setup_parameters(&bbox, res_w, res_h); in catch()
287 exact_renderer().setup(bbox, res_w, res_h); in catch()
306 get_setup_parameters(&bbox, res_w, res_h); in catch()
307 exact_renderer().setup(bbox, res_w, res_h); in catch()
325 renderer().get_setup_parameters(&bbox, res_w, res_h); in catch()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dbmi2-mulx32-2.c21 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
23 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
32 unsigned res_l, res_h; in bmi2_test() local
40 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
42 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dbmi2-mulx32-2.c23 unsigned calc_mulx_u32 (unsigned x, unsigned y, unsigned *res_h) in calc_mulx_u32() argument
25 return (unsigned) _mulx_u32 (x, y, res_h); in calc_mulx_u32()
34 unsigned res_l, res_h; in bmi2_test() local
42 res_l = calc_mulx_u32 (a, b, &res_h); in bmi2_test()
44 res = ((unsigned long long) res_h << 32) | res_l; in bmi2_test()

1234567