Home
last modified time | relevance | path

Searched defs:v3 (Results 1 – 25 of 8918) sorted by relevance

12345678910>>...357

/dports/audio/clunk/clunk-1.3.261/clunk/
H A Dv3.h30 template <typename T> struct v3 { struct
43 inline v3<T>() : x(0), y(0), z(0) {} argument
45 inline v3<T>(const T x, const T y, const T z) : x(x), y(y), z(z) {} in x() argument
48 inline void clear() { x = y = z = 0; } in clear()
50 inline bool is0() const { in is0()
59 inline T normalize() { in normalize()
87 inline T dot_product(const v3<T> &v) const { in dot_product() argument
91 inline v3<T> cross_product(const v3<T> &v) const { in cross_product() argument
114 inline v3<T2> convert() const { return v3<T2>((T2)x, (T2)y, (T2)z); } in convert() argument
117 inline T distance(const v3<T>& other) const { in distance() argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp108 glm::mediump_f32vec2 v3(v1); in test_fvec_precision() local
119 glm::mediump_f32vec3 v3(v1); in test_fvec_precision() local
130 glm::mediump_f32vec4 v3(v1); in test_fvec_precision() local
148 glm::mediump_f64vec2 v3(v1); in test_dvec_precision() local
159 glm::mediump_f64vec3 v3(v1); in test_dvec_precision() local
170 glm::mediump_f64vec4 v3(v1); in test_dvec_precision() local
245 glm::mediump_i8vec2 v3(v1); in test_ivec_precision() local
256 glm::mediump_i8vec3 v3(v1); in test_ivec_precision() local
267 glm::mediump_i8vec4 v3(v1); in test_ivec_precision() local
441 glm::mediump_u8vec2 v3(v1); in test_uvec_precision() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp108 glm::mediump_f32vec2 v3(v1); in test_fvec_precision() local
119 glm::mediump_f32vec3 v3(v1); in test_fvec_precision() local
130 glm::mediump_f32vec4 v3(v1); in test_fvec_precision() local
148 glm::mediump_f64vec2 v3(v1); in test_dvec_precision() local
159 glm::mediump_f64vec3 v3(v1); in test_dvec_precision() local
170 glm::mediump_f64vec4 v3(v1); in test_dvec_precision() local
245 glm::mediump_i8vec2 v3(v1); in test_ivec_precision() local
256 glm::mediump_i8vec3 v3(v1); in test_ivec_precision() local
267 glm::mediump_i8vec4 v3(v1); in test_ivec_precision() local
441 glm::mediump_u8vec2 v3(v1); in test_uvec_precision() local
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtc/
H A Dgtc_type_precision.cpp241 glm::mediump_f32vec2 v3(v1); in test_fvec_precision() local
252 glm::mediump_f32vec3 v3(v1); in test_fvec_precision() local
263 glm::mediump_f32vec4 v3(v1); in test_fvec_precision() local
281 glm::mediump_f64vec2 v3(v1); in test_dvec_precision() local
292 glm::mediump_f64vec3 v3(v1); in test_dvec_precision() local
380 glm::mediump_i8vec2 v3(v1); in test_ivec_precision() local
391 glm::mediump_i8vec3 v3(v1); in test_ivec_precision() local
402 glm::mediump_i8vec4 v3(v1); in test_ivec_precision() local
578 glm::mediump_u8vec2 v3(v1); in test_uvec_precision() local
589 glm::mediump_u8vec3 v3(v1); in test_uvec_precision() local
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtc/
H A Dgtc_type_precision.cpp108 glm::mediump_f32vec2 v3(v1); in test_fvec_precision() local
119 glm::mediump_f32vec3 v3(v1); in test_fvec_precision() local
130 glm::mediump_f32vec4 v3(v1); in test_fvec_precision() local
148 glm::mediump_f64vec2 v3(v1); in test_dvec_precision() local
159 glm::mediump_f64vec3 v3(v1); in test_dvec_precision() local
170 glm::mediump_f64vec4 v3(v1); in test_dvec_precision() local
245 glm::mediump_i8vec2 v3(v1); in test_ivec_precision() local
256 glm::mediump_i8vec3 v3(v1); in test_ivec_precision() local
267 glm::mediump_i8vec4 v3(v1); in test_ivec_precision() local
441 glm::mediump_u8vec2 v3(v1); in test_uvec_precision() local
[all …]
/dports/math/glm/glm-0.9.9.8/test/gtc/
H A Dgtc_type_precision.cpp241 glm::mediump_f32vec2 v3(v1); in test_fvec_precision() local
252 glm::mediump_f32vec3 v3(v1); in test_fvec_precision() local
263 glm::mediump_f32vec4 v3(v1); in test_fvec_precision() local
281 glm::mediump_f64vec2 v3(v1); in test_dvec_precision() local
292 glm::mediump_f64vec3 v3(v1); in test_dvec_precision() local
380 glm::mediump_i8vec2 v3(v1); in test_ivec_precision() local
391 glm::mediump_i8vec3 v3(v1); in test_ivec_precision() local
402 glm::mediump_i8vec4 v3(v1); in test_ivec_precision() local
578 glm::mediump_u8vec2 v3(v1); in test_uvec_precision() local
589 glm::mediump_u8vec3 v3(v1); in test_uvec_precision() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/powerpc/
H A Dpr84220-sld.c23 test_vbc ( vbc_t v1, vbc_t v2, vbc_t v3 ) \ in test_vbc()
30 test_vsc ( vsc_t v1, vsc_t v2, vsc_t v3 ) \ in test_vsc()
37 test_vuc ( vuc_t v1, vuc_t v2, vuc_t v3 ) \ in test_vuc()
44 test_vbi ( vbi_t v1, vbi_t v2, vbi_t v3 ) \ in test_vbi()
51 test_vsi ( vsi_t v1, vsi_t v2, vsi_t v3 ) \ in test_vsi()
58 test_vui ( vui_t v1, vui_t v2, vui_t v3 ) \ in test_vui()
65 test_vp ( vp_t v1, vp_t v2, vp_t v3 ) \ in test_vp()
72 test_vbs ( vbs_t v1, vbs_t v2, vbs_t v3 ) \ in test_vbs()
79 test_vss ( vss_t v1, vss_t v2, vss_t v3 ) \ in test_vss()
86 test_vus ( vus_t v1, vus_t v2, vus_t v3 ) \ in test_vus()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dscripts.cpp117 void Script::resetPathfinder(uint16 v1, uint16 v2, uint16 v3) { in resetPathfinder()
234 void Script::setupPigFight(uint16 v1, uint16 v2, uint16 v3) { in setupPigFight()
289 void Script::isSkorlInCell(uint16 v1, uint16 v2, uint16 v3) { in isSkorlInCell()
329 void Script::pauseRatpouch(uint16 v1, uint16 v2, uint16 v3) { in pauseRatpouch()
491 void Script::fixGoewin(uint16 v1, uint16 v2, uint16 v3) { in fixGoewin()
652 void Script::freeGoewin(uint16 v1, uint16 v2, uint16 v3) { in freeGoewin()
660 void Script::barmanServe(uint16 v1, uint16 v2, uint16 v3) { in barmanServe()
675 void Script::getNumGroats(uint16 v1, uint16 v2, uint16 v3) { in getNumGroats()
680 void Script::checkHasBook(uint16 v1, uint16 v2, uint16 v3) { in checkHasBook()
698 void Script::normalGoewin(uint16 v1, uint16 v2, uint16 v3) { in normalGoewin()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dscripts.cpp117 void Script::resetPathfinder(uint16 v1, uint16 v2, uint16 v3) { in resetPathfinder()
254 void Script::setupPigFight(uint16 v1, uint16 v2, uint16 v3) { in setupPigFight()
309 void Script::isSkorlInCell(uint16 v1, uint16 v2, uint16 v3) { in isSkorlInCell()
349 void Script::pauseRatpouch(uint16 v1, uint16 v2, uint16 v3) { in pauseRatpouch()
511 void Script::fixGoewin(uint16 v1, uint16 v2, uint16 v3) { in fixGoewin()
672 void Script::freeGoewin(uint16 v1, uint16 v2, uint16 v3) { in freeGoewin()
680 void Script::barmanServe(uint16 v1, uint16 v2, uint16 v3) { in barmanServe()
695 void Script::getNumGroats(uint16 v1, uint16 v2, uint16 v3) { in getNumGroats()
700 void Script::checkHasBook(uint16 v1, uint16 v2, uint16 v3) { in checkHasBook()
718 void Script::normalGoewin(uint16 v1, uint16 v2, uint16 v3) { in normalGoewin()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Ddeclare_variant_construct_codegen_1.c31 void vxv(int *v1, int *v2, int *v3, int n) { in vxv()
36 void p_vxv(int *v1, int *v2, int *v3, int n) { in p_vxv()
43 void t_vxv(int *v1, int *v2, int *v3, int n) { in t_vxv()
53 int v1[N], v2[N], v3[N]; in test() local
211 int t(int *v1, int *v2, int *v3, int idx) { in t()
215 int t_for(int *v1, int *v2, int *v3, int idx) { in t_for()
220 int t_simd(int *v1, int *v2, int *v3, int idx) { in t_simd()
226 int v1[N], v2[N], v3[N]; in test() local
278 void vxv(int *v1, int *v2, int *v3, int n) { in vxv()
293 void all_vxv(int *v1, int *v2, int *v3, int n) { in all_vxv()
[all …]

12345678910>>...357