Home
last modified time | relevance | path

Searched refs:gx (Results 1 – 25 of 4961) sorted by relevance

12345678910>>...199

/dports/science/libkml/libkml-1.3.0/testdata/gx/
H A Dall-gx-golden.kml49 <gx:duration>42</gx:duration>
77 <gx:duration>6.5</gx:duration>
92 <gx:duration>4.1</gx:duration>
171 <gx:value>2</gx:value>
172 <gx:value>3</gx:value>
173 <gx:value>4</gx:value>
183 <gx:angles>1 2 3</gx:angles>
213 <gx:x>3.2</gx:x>
214 <gx:y>4.3</gx:y>
215 <gx:w>1</gx:w>
[all …]
/dports/science/gdma/gdma-2.2.6/src/
H A Ddma.f901142 gx(iq)=gx(iq)+ps
1995 gx(l)=gx(l-1)*xk
2117 +8d0*gx(3)*gy(7)*gz(0)-8d0*gx(7)*gy(3)*gz(0)-4d0*gx(9)*gy(1)*gz(0)) &
2125 +42d0*gx(8)*gy(0)*gz(2)-gx(0)*gy(10)*gz(0)+3d0*gx(2)*gy(8)*gz(0) &
2174 -504d0*gx(6)*gy(2)*gz(2)+18d0*gx(8)*gy(0)*gz(2)-gx(0)*gy(10)*gz(0) &
2176 -42d0*gx(6)*gy(4)*gz(0)+27d0*gx(8)*gy(2)*gz(0)-gx(10)*gy(0)*gz(0)) &
2183 +126d0*gx(5)*gy(4)*gz(1)-36d0*gx(7)*gy(2)*gz(1)+gx(9)*gy(0)*gz(1)) &
2190 +210d0*gx(6)*gy(4)*gz(0)-45d0*gx(8)*gy(2)*gz(0)+gx(10)*gy(0)*gz(0)) &
2235 +180d0*gx(4)*gy(3)*gz(2)+108d0*gx(6)*gy(1)*gz(2)+gx(0)*gy(9)*gz(0) &
2236 -6d0*gx(4)*gy(5)*gz(0)-8d0*gx(6)*gy(3)*gz(0)-3d0*gx(8)*gy(1)*gz(0)) &
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_gmx.c69 return gx; in p7_gmx_Create()
72 if (gx != NULL) p7_gmx_Destroy(gx); in p7_gmx_Create()
103 if (M < gx->allocW && L < gx->validR) return eslOK; in p7_gmx_GrowTo()
136 gx->validR = ESL_MIN(gx->ncells / gx->allocW, gx->allocR); in p7_gmx_GrowTo()
138 gx->dp[i] = gx->dp_mem + i * (gx->allocW) * p7G_NSCELLS; in p7_gmx_GrowTo()
195 if (gx->dp != NULL) free(gx->dp); in p7_gmx_Destroy()
196 if (gx->xmx != NULL) free(gx->xmx); in p7_gmx_Destroy()
197 if (gx->dp_mem != NULL) free(gx->dp_mem); in p7_gmx_Destroy()
198 free(gx); in p7_gmx_Destroy()
250 return p7_gmx_DumpWindow(ofp, gx, 0, gx->L, 0, gx->M, flags); in p7_gmx_Dump()
[all …]
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_gmx.c69 return gx; in p7_gmx_Create()
72 if (gx != NULL) p7_gmx_Destroy(gx); in p7_gmx_Create()
103 if (M < gx->allocW && L < gx->validR) return eslOK; in p7_gmx_GrowTo()
136 gx->validR = ESL_MIN(gx->ncells / gx->allocW, gx->allocR); in p7_gmx_GrowTo()
138 gx->dp[i] = gx->dp_mem + i * (gx->allocW) * p7G_NSCELLS; in p7_gmx_GrowTo()
195 if (gx->dp != NULL) free(gx->dp); in p7_gmx_Destroy()
196 if (gx->xmx != NULL) free(gx->xmx); in p7_gmx_Destroy()
197 if (gx->dp_mem != NULL) free(gx->dp_mem); in p7_gmx_Destroy()
198 free(gx); in p7_gmx_Destroy()
250 return p7_gmx_DumpWindow(ofp, gx, 0, gx->L, 0, gx->M, flags); in p7_gmx_Dump()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dgx_input.c181 if (!gx) in gx_input_free_input()
185 if (gx->mouse) in gx_input_free_input()
186 free(gx->mouse); in gx_input_free_input()
188 free(gx); in gx_input_free_input()
194 gx_input_t *gx = (gx_input_t*)calloc(1, sizeof(*gx)); in gx_input_init() local
195 if (!gx) in gx_input_init()
205 return gx; in gx_input_init()
228 if (gx && gx->mouse) in rvl_input_poll()
257 gx->mouse[i].x_last = gx->mouse[i].x_abs; in rvl_input_poll()
258 gx->mouse[i].y_last = gx->mouse[i].y_abs; in rvl_input_poll()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgx_gfx.c285 if (!gx) in gx_is_valid_xorigin()
315 if (!gx) in gx_set_video_mode()
417 gx->used_system_xOrigin = gx->system_xOrigin; in gx_set_video_mode()
595 if (!gx) in gx_set_aspect_ratio()
1069 if (gx_is_valid_xorigin(gx, gx->xOrigin + x)) in gx_resize()
1283 if (gx) in gx_set_texture_frame()
1306 if (gx) in gx_apply_state_changes()
1313 if (gx) in gx_viewport_info()
1392 if (gx) in gx_overlay_tex_geom()
1424 if (gx) in gx_overlay_vertex_geom()
[all …]
/dports/math/givaro/givaro-4.1.1/tests/
H A Dtest-ruint_operators.C39 ruint_to_mpz(gx, x); in main()
63 if (gcmp != gx) return 2; in main()
65 if (gcmp != gx) return 2; in main()
68 x += y; gx += gy; gx %= size; ruint_to_mpz(gcmp, x); in main()
69 if (gcmp != gx) return 3; in main()
70 r = USItype(rand()); x += r; gx += r; gx %= size; ruint_to_mpz(gcmp, x); in main()
90 x %= z; gx %= gz; in main()
100 x *= y; gx *= gy; gx %= size; ruint_to_mpz(gcmp, x); in main()
102 r = USItype(rand()); x *= r; gx *= r; gx %= size; ruint_to_mpz(gcmp, x); in main()
124 x = y + z; gx = gy + gz; gx %= size; ruint_to_mpz(gcmp, x); in main()
[all …]
H A Dtest-ruint_comparisons.C25 mpz_class gx, gy, gcmp; in main() local
36 ruint_to_mpz(gx, x); in main()
66 if (x != y && gx == gy) return 2; in main()
69 if (x == y && gx != gy) return 3; in main()
71 if (x != 0 && gx == 0) return 4; in main()
74 if (x == 0 && gx != 0) return 5; in main()
77 if (x != 1 && gx == 1) return 6; in main()
80 if (x == 1 && gx != 1) return 7; in main()
85 if (x > y && gx <= gy) return 8; in main()
88 if (x >= y && gx < gy) return 9; in main()
[all …]
H A Dtest-rmint_comparisons.C26 mpz_class gx, gy, gcmp; in main() local
39 rmint_to_mpz(gx, x); in main()
44 if (x != r && gx == r) return 1; in main()
45 if (x == r && gx != r) return 1; in main()
46 if (x > r && gx <= r) return 1; in main()
47 if (x < r && gx >= r) return 1; in main()
48 if (x >= r && gx < r) return 1; in main()
49 if (x <= r && gx > r) return 1; in main()
58 if (x != 0 && gx == 0) return 4; in main()
61 if (x == 0 && gx != 0) return 5; in main()
[all …]
/dports/cad/z88/Z88OS-15/src/z88r/common/
H A Dbhpla88.c169 FR_DOUBLE gxy3,gxy2,gxy,gx,gy3,gy2,gy,g256; in bhab88() local
189 gx = (*r); in bhab88()
352 9.*gx3 + 9.*gx2 + gx - 1.); in bhab88()
364 9.*gx3 - 9.*gx2 - gx + 1.); in bhab88()
368 27.*gx3 - 9.*gx2 - 27.*gx + 9.); in bhab88()
372 729.*gx3 + 243.*gx2 + 729.*gx - 243.); in bhab88()
376 729.*gx3 - 243.*gx2 - 729.*gx + 243.); in bhab88()
380 27.*gx3 + 9.*gx2 + 27.*gx - 9.); in bhab88()
384 27.*gx3 - 9.*gx2 + 27.*gx + 9.); in bhab88()
388 729.*gx3 + 243.*gx2 - 729.*gx - 243.); in bhab88()
[all …]
H A Dhpla88.c265 FR_DOUBLE gxy3,gxy2,gxy,gx,gy3,gy2,gy,g256; in hab88() local
285 gx = (*r); in hab88()
448 9.*gx3 + 9.*gx2 + gx - 1.); in hab88()
460 9.*gx3 - 9.*gx2 - gx + 1.); in hab88()
464 27.*gx3 - 9.*gx2 - 27.*gx + 9.); in hab88()
468 729.*gx3 + 243.*gx2 + 729.*gx - 243.); in hab88()
472 729.*gx3 - 243.*gx2 - 729.*gx + 243.); in hab88()
476 27.*gx3 + 9.*gx2 + 27.*gx - 9.); in hab88()
480 27.*gx3 - 9.*gx2 + 27.*gx + 9.); in hab88()
484 729.*gx3 + 243.*gx2 - 729.*gx - 243.); in hab88()
[all …]
H A Dshpl88.c526 FR_DOUBLE gxy3,gxy2,gxy,gx,gy3,gy2,gy,g256; in shb88() local
546 gx = (*r); in shb88()
709 9.*gx3 + 9.*gx2 + gx - 1.); in shb88()
721 9.*gx3 - 9.*gx2 - gx + 1.); in shb88()
725 27.*gx3 - 9.*gx2 - 27.*gx + 9.); in shb88()
729 729.*gx3 + 243.*gx2 + 729.*gx - 243.); in shb88()
733 729.*gx3 - 243.*gx2 - 729.*gx + 243.); in shb88()
737 27.*gx3 + 9.*gx2 + 27.*gx - 9.); in shb88()
741 27.*gx3 - 9.*gx2 + 27.*gx + 9.); in shb88()
745 729.*gx3 + 243.*gx2 - 729.*gx - 243.); in shb88()
[all …]
/dports/deskutils/gxmessage/gxmessage-3.4.3/
H A Dgxmessage.c92 } gx; variable
374 if (gx.do_print) { in cb_button_clicked()
387 gx.exit_code = 0; in cb_entry_activated()
399 gx.exit_code = 0; in cb_timeout()
464 if (gx.do_sticky) { in window_create()
468 if (gx.do_ontop) { in window_create()
536 gtk_entry_set_text (GTK_ENTRY(gx.entry_widget), gx.entry_str); in window_create()
868 gx.timeout = 0; in main()
913 if (gx.timeout < 0 || gx.entry_str != NULL) { in main()
915 gx.timeout = 0; in main()
[all …]
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/vulkan/shader/
H A Dpermute_pack1to8.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
87 v[0].r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
88 v[0].g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
89 v[0].b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
90 v[0].a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
111 image3d_st8(top_blob_3d, ivec3(gx, gy, 0), v);
210 image3d_st8(top_blob_3d, ivec3(gx, gy, gz), v);
224 v_offset = (gy * 8 + ivec4(0, 1, 2, 3)) * psc(w) + gx;
229 v_offset = gx * psc(w) + (gy * 8 + ivec4(0, 1, 2, 3));
[all …]
H A Dpermute_pack8to1.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(w) || gy >= psc(h) || gz >= psc(c))
87 image3d_st1(top_blob_3d, ivec3(gx, y4.r, 0), v[0].r);
88 image3d_st1(top_blob_3d, ivec3(gx, y4.g, 0), v[0].g);
89 image3d_st1(top_blob_3d, ivec3(gx, y4.b, 0), v[0].b);
90 image3d_st1(top_blob_3d, ivec3(gx, y4.a, 0), v[0].a);
101 image3d_st1(top_blob_3d, ivec3(x4.r, gx, 0), v[0].r);
102 image3d_st1(top_blob_3d, ivec3(x4.g, gx, 0), v[0].g);
103 image3d_st1(top_blob_3d, ivec3(x4.b, gx, 0), v[0].b);
104 image3d_st1(top_blob_3d, ivec3(x4.a, gx, 0), v[0].a);
[all …]
H A Dpermute_pack1to4.comp65 int gx = int(gl_GlobalInvocationID.x);
69 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
85 v.r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
86 v.g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
87 v.b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
88 v.a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
94 v.r = image3d_ld1(bottom_blob_3d, ivec3(x4.r, gx, 0));
95 v.g = image3d_ld1(bottom_blob_3d, ivec3(x4.g, gx, 0));
100 image3d_st4(top_blob_3d, ivec3(gx, gy, 0), v);
169 image3d_st4(top_blob_3d, ivec3(gx, gy, gz), v);
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/vulkan/shader/
H A Dpermute_pack1to8.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
87 v[0].r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
88 v[0].g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
89 v[0].b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
90 v[0].a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
111 image3d_st8(top_blob_3d, ivec3(gx, gy, 0), v);
210 image3d_st8(top_blob_3d, ivec3(gx, gy, gz), v);
224 v_offset = (gy * 8 + ivec4(0, 1, 2, 3)) * psc(w) + gx;
229 v_offset = gx * psc(w) + (gy * 8 + ivec4(0, 1, 2, 3));
[all …]
H A Dpermute_pack8to1.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(w) || gy >= psc(h) || gz >= psc(c))
87 image3d_st1(top_blob_3d, ivec3(gx, y4.r, 0), v[0].r);
88 image3d_st1(top_blob_3d, ivec3(gx, y4.g, 0), v[0].g);
89 image3d_st1(top_blob_3d, ivec3(gx, y4.b, 0), v[0].b);
90 image3d_st1(top_blob_3d, ivec3(gx, y4.a, 0), v[0].a);
101 image3d_st1(top_blob_3d, ivec3(x4.r, gx, 0), v[0].r);
102 image3d_st1(top_blob_3d, ivec3(x4.g, gx, 0), v[0].g);
103 image3d_st1(top_blob_3d, ivec3(x4.b, gx, 0), v[0].b);
104 image3d_st1(top_blob_3d, ivec3(x4.a, gx, 0), v[0].a);
[all …]
H A Dpermute_pack1to4.comp65 int gx = int(gl_GlobalInvocationID.x);
69 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
85 v.r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
86 v.g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
87 v.b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
88 v.a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
94 v.r = image3d_ld1(bottom_blob_3d, ivec3(x4.r, gx, 0));
95 v.g = image3d_ld1(bottom_blob_3d, ivec3(x4.g, gx, 0));
100 image3d_st4(top_blob_3d, ivec3(gx, gy, 0), v);
169 image3d_st4(top_blob_3d, ivec3(gx, gy, gz), v);
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/vulkan/shader/
H A Dpermute_pack1to8.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
87 v[0].r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
88 v[0].g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
89 v[0].b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
90 v[0].a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
111 image3d_st8(top_blob_3d, ivec3(gx, gy, 0), v);
210 image3d_st8(top_blob_3d, ivec3(gx, gy, gz), v);
224 v_offset = (gy * 8 + ivec4(0, 1, 2, 3)) * psc(w) + gx;
229 v_offset = gx * psc(w) + (gy * 8 + ivec4(0, 1, 2, 3));
[all …]
H A Dpermute_pack8to1.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(w) || gy >= psc(h) || gz >= psc(c))
87 image3d_st1(top_blob_3d, ivec3(gx, y4.r, 0), v[0].r);
88 image3d_st1(top_blob_3d, ivec3(gx, y4.g, 0), v[0].g);
89 image3d_st1(top_blob_3d, ivec3(gx, y4.b, 0), v[0].b);
90 image3d_st1(top_blob_3d, ivec3(gx, y4.a, 0), v[0].a);
101 image3d_st1(top_blob_3d, ivec3(x4.r, gx, 0), v[0].r);
102 image3d_st1(top_blob_3d, ivec3(x4.g, gx, 0), v[0].g);
103 image3d_st1(top_blob_3d, ivec3(x4.b, gx, 0), v[0].b);
104 image3d_st1(top_blob_3d, ivec3(x4.a, gx, 0), v[0].a);
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/vulkan/shader/
H A Dpermute_pack8to1.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(w) || gy >= psc(h) || gz >= psc(c))
87 image3d_st1(top_blob_3d, ivec3(gx, y4.r, 0), v[0].r);
88 image3d_st1(top_blob_3d, ivec3(gx, y4.g, 0), v[0].g);
89 image3d_st1(top_blob_3d, ivec3(gx, y4.b, 0), v[0].b);
90 image3d_st1(top_blob_3d, ivec3(gx, y4.a, 0), v[0].a);
101 image3d_st1(top_blob_3d, ivec3(x4.r, gx, 0), v[0].r);
102 image3d_st1(top_blob_3d, ivec3(x4.g, gx, 0), v[0].g);
103 image3d_st1(top_blob_3d, ivec3(x4.b, gx, 0), v[0].b);
104 image3d_st1(top_blob_3d, ivec3(x4.a, gx, 0), v[0].a);
[all …]
H A Dpermute_pack1to8.comp66 int gx = int(gl_GlobalInvocationID.x);
70 if (gx >= psc(outw) || gy >= psc(outh) || gz >= psc(outc))
87 v[0].r = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.r, 0));
88 v[0].g = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.g, 0));
89 v[0].b = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.b, 0));
90 v[0].a = image3d_ld1(bottom_blob_3d, ivec3(gx, y4.a, 0));
111 image3d_st8(top_blob_3d, ivec3(gx, gy, 0), v);
210 image3d_st8(top_blob_3d, ivec3(gx, gy, gz), v);
224 v_offset = (gy * 8 + ivec4(0, 1, 2, 3)) * psc(w) + gx;
229 v_offset = gx * psc(w) + (gy * 8 + ivec4(0, 1, 2, 3));
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Ddylmr2.f9057 call dcopy (3 * ngy, g, 1, gx, 1)
61 gx (ipol, ig) = g (ipol, ig) + dg (ig)
62 ggx (ig) = gx (1, ig) * gx (1, ig) + &
63 gx (2, ig) * gx (2, ig) + &
64 gx (3, ig) * gx (3, ig)
68 call ylmr2 (nylm, ngy, gx, ggx, dylm)
73 ggx (ig) = gx (1, ig) * gx (1, ig) + &
74 gx (2, ig) * gx (2, ig) + &
75 gx (3, ig) * gx (3, ig)
79 call ylmr2 (nylm, ngy, gx, ggx, ylmaux)
[all …]
/dports/lang/v/v-0.1.29/vlib/gx/
H A Dcolor_test.v1 import gx
6 a := gx.hex(0x6c5ce7ff)
7 b := gx.rgba(108, 92, 231, 255)
12 short := gx.hex(0xfff)
14 assert !short.eq(gx.white)
18 a := gx.rgba(100, 100, 100, 100)
28 r := gx.rgba(0, 0, 0, 0)
34 a := gx.rgba(10, 10, 10, 10)
35 b := gx.rgba(10, 10, 10, 10)
43 b := gx.rgba(10, 10, 10, 10)
[all …]

12345678910>>...199