Home
last modified time | relevance | path

Searched refs:GLM (Results 26 – 50 of 748) sorted by relevance

12345678910>>...30

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Analysis/CostModel/X86/
H A Dslm-arith-costs.ll53 ; GLM-LABEL: 'slm-costs_8_v2_mul'
67 ; GLM-LABEL: 'slm-costs_8_v4_mul'
515 ; GLM-LABEL: 'slm-costs_mulsd'
530 ; GLM-LABEL: 'slm-costs_mulpd'
545 ; GLM-LABEL: 'slm-costs_mulps'
560 ; GLM-LABEL: 'slm-costs_divss'
575 ; GLM-LABEL: 'slm-costs_divps'
590 ; GLM-LABEL: 'slm-costs_divsd'
605 ; GLM-LABEL: 'slm-costs_divpd'
620 ; GLM-LABEL: 'slm-costs_addpd'
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Analysis/CostModel/X86/
H A Dslm-arith-costs.ll53 ; GLM-LABEL: 'slm-costs_8_v2_mul'
67 ; GLM-LABEL: 'slm-costs_8_v4_mul'
515 ; GLM-LABEL: 'slm-costs_mulsd'
530 ; GLM-LABEL: 'slm-costs_mulpd'
545 ; GLM-LABEL: 'slm-costs_mulps'
560 ; GLM-LABEL: 'slm-costs_divss'
575 ; GLM-LABEL: 'slm-costs_divps'
590 ; GLM-LABEL: 'slm-costs_divsd'
605 ; GLM-LABEL: 'slm-costs_divpd'
620 ; GLM-LABEL: 'slm-costs_addpd'
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Analysis/CostModel/X86/
H A Dslm-arith-costs.ll53 ; GLM-LABEL: 'slm-costs_8_v2_mul'
67 ; GLM-LABEL: 'slm-costs_8_v4_mul'
515 ; GLM-LABEL: 'slm-costs_mulsd'
530 ; GLM-LABEL: 'slm-costs_mulpd'
545 ; GLM-LABEL: 'slm-costs_mulps'
560 ; GLM-LABEL: 'slm-costs_divss'
575 ; GLM-LABEL: 'slm-costs_divps'
590 ; GLM-LABEL: 'slm-costs_divsd'
605 ; GLM-LABEL: 'slm-costs_divpd'
620 ; GLM-LABEL: 'slm-costs_addpd'
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Analysis/CostModel/X86/
H A Dslm-arith-costs.ll53 ; GLM-LABEL: 'slm-costs_8_v2_mul'
67 ; GLM-LABEL: 'slm-costs_8_v4_mul'
515 ; GLM-LABEL: 'slm-costs_mulsd'
530 ; GLM-LABEL: 'slm-costs_mulpd'
545 ; GLM-LABEL: 'slm-costs_mulps'
560 ; GLM-LABEL: 'slm-costs_divss'
575 ; GLM-LABEL: 'slm-costs_divps'
590 ; GLM-LABEL: 'slm-costs_divsd'
605 ; GLM-LABEL: 'slm-costs_divpd'
620 ; GLM-LABEL: 'slm-costs_addpd'
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Analysis/CostModel/X86/
H A Dslm-arith-costs.ll53 ; GLM-LABEL: 'slm-costs_8_v2_mul'
67 ; GLM-LABEL: 'slm-costs_8_v4_mul'
515 ; GLM-LABEL: 'slm-costs_mulsd'
530 ; GLM-LABEL: 'slm-costs_mulpd'
545 ; GLM-LABEL: 'slm-costs_mulps'
560 ; GLM-LABEL: 'slm-costs_divss'
575 ; GLM-LABEL: 'slm-costs_divps'
590 ; GLM-LABEL: 'slm-costs_divsd'
605 ; GLM-LABEL: 'slm-costs_divpd'
620 ; GLM-LABEL: 'slm-costs_addpd'
[all …]
/dports/math/cglm/cglm-0.8.4/test/src/
H A Dtest_mat2.h61 GLM(mat2_copy)(m1, m2); in TEST_IMPL()
73 GLM(mat2_identity)(m3); in TEST_IMPL()
107 GLM(mat2_zero)(m3); in TEST_IMPL()
128 GLM(mat2_mul)(m1, m2, m3); in TEST_IMPL()
140 GLM(mat2_mul)(m1, m2, m3); in TEST_IMPL()
161 GLM(mat2_copy)(mat, m1); in TEST_IMPL()
162 GLM(mat2_transpose)(m1); in TEST_IMPL()
175 GLM(mat2_mulv)(mat, v, res); in TEST_IMPL()
188 trace = GLM(mat2_trace)(mat); in TEST_IMPL()
230 GLM(mat2_inv)(m1, m2); in TEST_IMPL()
[all …]
H A Dtest_affine_mat.h39 GLM(mul)(m1, m2, m3); in TEST_IMPL()
51 GLM(mul)(m1, m2, m3); in TEST_IMPL()
67 GLM(mul_rot)(m1, m2, m3); in TEST_IMPL()
79 GLM(mul_rot)(m1, m2, m3); in TEST_IMPL()
95 GLM(inv_tr)(m1); in TEST_IMPL()
96 GLM(inv_tr)(m1); in TEST_IMPL()
100 GLM(mat4_inv)(m1, m2); in TEST_IMPL()
101 GLM(inv_tr)(m2); in TEST_IMPL()
107 GLM(inv_tr)(m1); in TEST_IMPL()
H A Dtest_project.h22 GLM(project)(pos, mvp, viewport, projected); in TEST_IMPL()
25 GLM(unprojecti)(projected, mvp, viewport, unprojected); in TEST_IMPL()
48 GLM(project)(pos, mvp, viewport, projected); in TEST_IMPL()
49 GLM(unproject)(projected, mvp, viewport, unprojected); in TEST_IMPL()
72 GLM(project)(pos, mvp, viewport, projected); in TEST_IMPL()
73 GLM(unproject)(projected, mvp, viewport, unprojected); in TEST_IMPL()
84 GLM(project)(pos, mvp, viewport, projected); in TEST_IMPL()
85 GLM(unproject)(projected, mvp, viewport, unprojected); in TEST_IMPL()
H A Dtests.c13 #define GLM(X) (glm_ ## X) macro
30 #undef GLM
37 #define GLM(X) (glmc_ ## X) macro
54 #undef GLM
H A Dtest_ray.h21 hit = GLM(ray_triangle)(origin, direction, v0, v1, v2, &d); in TEST_IMPL()
26 hit = GLM(ray_triangle)(origin, opposite, v0, v1, v2, &d); in TEST_IMPL()
30 hit = GLM(ray_triangle)(origin, direction, v0, v1, v2, NULL); in TEST_IMPL()
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A Dfsgsbase-schedule.ll19 ; GLM-LABEL: test_x86_rdfsbase_32:
20 ; GLM: # %bb.0:
69 ; GLM-LABEL: test_x86_rdgsbase_32:
70 ; GLM: # %bb.0:
119 ; GLM-LABEL: test_x86_rdfsbase_64:
120 ; GLM: # %bb.0:
170 ; GLM: # %bb.0:
220 ; GLM: # %bb.0:
270 ; GLM: # %bb.0:
320 ; GLM: # %bb.0:
[all …]
H A Dclflushopt-schedule.ll3 …known-unknown -print-schedule -mcpu=goldmont | FileCheck %s --check-prefix=CHECK --check-prefix=GLM
14 ; GLM-LABEL: clflushopt:
15 ; GLM: # %bb.0:
16 ; GLM-NEXT: clflushopt (%rdi) # sched: [3:1.00]
17 ; GLM-NEXT: retq # sched: [4:1.00]
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dfsgsbase-schedule.ll19 ; GLM-LABEL: test_x86_rdfsbase_32:
20 ; GLM: # %bb.0:
69 ; GLM-LABEL: test_x86_rdgsbase_32:
70 ; GLM: # %bb.0:
119 ; GLM-LABEL: test_x86_rdfsbase_64:
120 ; GLM: # %bb.0:
170 ; GLM: # %bb.0:
220 ; GLM: # %bb.0:
270 ; GLM: # %bb.0:
320 ; GLM: # %bb.0:
[all …]
H A Dclflushopt-schedule.ll3 …known-unknown -print-schedule -mcpu=goldmont | FileCheck %s --check-prefix=CHECK --check-prefix=GLM
14 ; GLM-LABEL: clflushopt:
15 ; GLM: # %bb.0:
16 ; GLM-NEXT: clflushopt (%rdi) # sched: [3:1.00]
17 ; GLM-NEXT: retq # sched: [4:1.00]
/dports/math/glm/glm-0.9.9.8/
H A Dmanual.md3 # GLM 0.9.9 Manual
20 + [2.2. GLM\_FORCE\_PLATFORM\_UNKNOWN: Force GLM to no detect the build platform](#section2_2)
21 + [2.3. GLM\_FORCE\_COMPILER\_UNKNOWN: Force GLM to no detect the C++ compiler](#section2_3)
22 + [2.4. GLM\_FORCE\_ARCH\_UNKNOWN: Force GLM to no detect the build architecture](#section2_4)
23 + [2.5. GLM\_FORCE\_CXX\_UNKNOWN: Force GLM to no detect the C++ standard](#section2_5)
27 + [2.9. GLM\_FORCE\_ALIGNED\_GENTYPES: Force GLM to enable aligned types](#section2_9)
236 // Include GLM extension
304 GLM: version 0.9.9.1
2076 GLM: 0.9.9.1
2286 * [GLM on stackoverflow](http://stackoverflow.com/search?q=GLM)
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/
H A Dmanual.md3 # GLM 0.9.9 Manual
20 + [2.2. GLM\_FORCE\_PLATFORM\_UNKNOWN: Force GLM to no detect the build platform](#section2_2)
21 + [2.3. GLM\_FORCE\_COMPILER\_UNKNOWN: Force GLM to no detect the C++ compiler](#section2_3)
22 + [2.4. GLM\_FORCE\_ARCH\_UNKNOWN: Force GLM to no detect the build architecture](#section2_4)
23 + [2.5. GLM\_FORCE\_CXX\_UNKNOWN: Force GLM to no detect the C++ standard](#section2_5)
27 + [2.9. GLM\_FORCE\_ALIGNED\_GENTYPES: Force GLM to enable aligned types](#section2_9)
236 // Include GLM extension
304 GLM: version 0.9.9.1
2076 GLM: 0.9.9.1
2286 * [GLM on stackoverflow](http://stackoverflow.com/search?q=GLM)
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/cmake/modules/
H A DFindGLM.cmake2 # Minimum compatible version is GLM 0.9.5.0
8 # Human-readable string containing the version of GLM.
11 # locate GLM header
26 # extract GLM version
47 # handle GLM found
49 find_package_handle_standard_args(GLM
54 # Enable GLM experimental extensions for GLM 0.9.9.0 to 0.9.9.3
/dports/math/py-pymc3/pymc-3.11.4/pymc3/tests/
H A Dtest_glm.py23 GLM,
80 GLM.from_formula("y ~ x", self.data_linear)
91 GLM.from_formula("y ~ x", self.data_linear, offset=offset)
99 GLM.from_formula(
110 GLM.from_formula(
122 GLM.from_formula(
128 GLM.from_formula(
137 GLM(
145 model = GLM.from_formula(
148 model_bool = GLM.from_formula(
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/genmod/tests/
H A Dtest_glm.py995 glm_model = sm.GLM(endog, exog)
999 glm_model2 = sm.GLM(endog, exog)
1425 mod = GLM(y, exog)
2103 model1 = sm.GLM(y, x, family=fam)
2110 model1x = sm.GLM(y, x, family=fam)
2118 model2 = sm.GLM(y, x, family=fam)
2151 model1 = sm.GLM(y, x, family=fam)
2271 for fun in [OLS, GLM]:
2539 model = GLM(
2542 null_model = GLM(
[all …]
H A Dtest_glm_weights.py40 from statsmodels.genmod.generalized_linear_model import GLM
225 mod = GLM(cpunish_data.endog, cpunish_data.exog,
250 mod = GLM(cpunish_data.endog, cpunish_data.exog,
323 model = sm.GLM(endog, exog,
672 mod2 = sm.GLM(agg_endog, agg_exog,
705 mod2 = sm.GLM(avg_endog, agg_exog,
738 mod2 = sm.GLM(avg_endog, agg_exog,
802 res = GLM(cpunish_data.endog, cpunish_data.exog,
809 res = GLM(cpunish_data.endog, cpunish_data.exog,
827 cls.res1 = GLM(data.endog, data.exog,
[all …]
H A Dtest_constrained.py18 from statsmodels.genmod.generalized_linear_model import GLM
72 mod = GLM(cls.endog, cls.exogc,
84 mod = GLM(cls.endog, cls.exog)
95 mod = GLM(cls.endog, cls.exogc,
108 mod = GLM(cls.endog, cls.exog)
142 mod = GLM(cls.endog, cls.exogc,
155 mod = GLM(cls.endog, cls.exog, var_weights=cls.aweights)
166 mod = GLM(cls.endog, cls.exogc,
180 mod = GLM(cls.endog, cls.exog, var_weights=cls.aweights)
198 cls.mod2 = GLM(data.endog, exog_keep, family=family.Binomial(),
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/core/
H A Dfunc_vector_relational.inl39 "Invalid template instantiation of 'lessThan', GLM vector types required");
41 …"Invalid template instantiation of 'lessThan', GLM vector types required floating-point or integer…
59 "Invalid template instantiation of 'lessThanEqual', GLM vector types required");
78 "Invalid template instantiation of 'greaterThan', GLM vector types required");
80 …"Invalid template instantiation of 'greaterThan', GLM vector types required floating-point or inte…
97 "Invalid template instantiation of 'greaterThanEqual', GLM vector types required");
116 "Invalid template instantiation of 'equal', GLM vector types required");
133 "Invalid template instantiation of 'notEqual', GLM vector types required");
146 "Invalid template instantiation of 'any', GLM boolean vector types required");
158 "Invalid template instantiation of 'all', GLM boolean vector types required");
[all …]
/dports/x11/slop/slop-7.6/modules/
H A DFindGLM.cmake2 # Find GLM
4 # Try to find GLM : OpenGL Mathematics.
10 # - GLM_ROOT_DIR : Root library directory of GLM
44 find_package_handle_standard_args(GLM DEFAULT_MSG GLM_INCLUDE_DIR)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/base/tests/
H A Dtest_distributed_estimation.py69 mod = GLM(y, X, family=Binomial())
103 mod = GLM(y, X, family=Binomial())
135 mod = GLM(y, X, family=Binomial())
156 mod = GLM(y, X, family=Binomial())
181 mod = GLM(y, X, family=Binomial())
210 mod = GLM(y, X, family=Binomial())
248 mod = DistributedModel(1, model_class=GLM,
254 mod = DistributedModel(2, model_class=GLM,
260 mod = DistributedModel(3, model_class=GLM,
296 mod = DistributedModel(1, model_class=GLM,
[all …]
/dports/graphics/maim/maim-5.7.4/modules/
H A DFindGLM.cmake1 # - Find GLM
2 # Find the GLM libraries
12 DOC "The GLM include directory" )

12345678910>>...30