Home
last modified time | relevance | path

Searched refs:GE (Results 1 – 25 of 4826) sorted by relevance

12345678910>>...194

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Element.cpp373 E.GeoElement = GE ; in Cut_PostElement()
457 switch(GE->Type){ in Fill_PostElement()
509 switch(GE->Type){ in Fill_PostElement()
790 switch(GE->Type){ in Fill_PostElement()
794 PE->NumNodes[0] = GE->NumNodes[0] ; in Fill_PostElement()
795 PE->NumNodes[1] = GE->NumNodes[1] ; in Fill_PostElement()
801 PE->NumNodes[0] = GE->NumNodes[1] ; in Fill_PostElement()
802 PE->NumNodes[1] = GE->NumNodes[2] ; in Fill_PostElement()
808 PE->NumNodes[0] = GE->NumNodes[2] ; in Fill_PostElement()
809 PE->NumNodes[1] = GE->NumNodes[0] ; in Fill_PostElement()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c69 GE( ctx, glDepthMask (FALSE) ); in add_stencil_clip_rectangle()
70 GE( ctx, glStencilMask (0x3) ); in add_stencil_clip_rectangle()
114 GE( ctx, glDepthMask (TRUE) ); in add_stencil_clip_rectangle()
116 GE( ctx, glStencilMask (0x0) ); in add_stencil_clip_rectangle()
160 GE( ctx, glDepthMask (FALSE) ); in add_stencil_clip_region()
161 GE( ctx, glStencilMask (0x3) ); in add_stencil_clip_region()
241 GE (ctx, glDepthMask (TRUE)); in add_stencil_clip_region()
243 GE( ctx, glStencilMask (0x0) ); in add_stencil_clip_region()
284 GE( ctx, glDepthMask (FALSE) ); in add_stencil_clip_silhouette()
288 GE (ctx, glStencilMask (2)); in add_stencil_clip_silhouette()
[all …]
H A Dcogl-gl-framebuffer-fbo.c132 GE (ctx, glGetIntegerv (GL_RED_BITS, &bits->red)); in G_DEFINE_TYPE()
134 GE (ctx, glGetIntegerv (GL_BLUE_BITS, &bits->blue)); in G_DEFINE_TYPE()
279 GE (ctx, glBindRenderbuffer (GL_RENDERBUFFER, 0)); in try_creating_renderbuffers()
282 GE (ctx, glFramebufferRenderbuffer (GL_FRAMEBUFFER, in try_creating_renderbuffers()
286 GE (ctx, glFramebufferRenderbuffer (GL_FRAMEBUFFER, in try_creating_renderbuffers()
299 GE (ctx, glGenRenderbuffers (1, &gl_depth_handle)); in try_creating_renderbuffers()
311 GE (ctx, glBindRenderbuffer (GL_RENDERBUFFER, 0)); in try_creating_renderbuffers()
312 GE (ctx, glFramebufferRenderbuffer (GL_FRAMEBUFFER, in try_creating_renderbuffers()
333 GE (ctx, glBindRenderbuffer (GL_RENDERBUFFER, 0)); in try_creating_renderbuffers()
334 GE (ctx, glFramebufferRenderbuffer (GL_FRAMEBUFFER, in try_creating_renderbuffers()
[all …]
H A Dcogl-pipeline-opengl.c186 GE (ctx, glBindTexture (gl_target, gl_texture)); in _cogl_bind_gl_texture_transient()
212 GE (ctx, glDeleteTextures (1, &gl_texture)); in _cogl_delete_gl_texture()
271 GE (ctx, glEnable (GL_DEPTH_TEST)); in flush_depth_state()
276 GE (ctx, glDisable (GL_DEPTH_TEST)); in flush_depth_state()
403 GE( ctx, glDisable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
408 GE( ctx, glEnable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
416 GE( ctx, glCullFace (GL_FRONT) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
420 GE( ctx, glCullFace (GL_BACK) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
447 GE (ctx, glEnable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
449 GE (ctx, glDisable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c230 GE( ctx, glClearStencil (0) ); in add_stencil_clip_rectangle()
303 GE( ctx, glDepthMask (FALSE) ); in add_stencil_clip_silhouette()
307 GE (ctx, glStencilMask (2)); in add_stencil_clip_silhouette()
335 GE (ctx, glStencilMask (1)); in add_stencil_clip_silhouette()
347 GE (ctx, glStencilMask (3)); in add_stencil_clip_silhouette()
363 GE (ctx, glDepthMask (TRUE)); in add_stencil_clip_silhouette()
410 GE( ctx, glEnable (GL_CLIP_PLANE0) ); in enable_clip_planes()
411 GE( ctx, glEnable (GL_CLIP_PLANE1) ); in enable_clip_planes()
412 GE( ctx, glEnable (GL_CLIP_PLANE2) ); in enable_clip_planes()
413 GE( ctx, glEnable (GL_CLIP_PLANE3) ); in enable_clip_planes()
[all …]
H A Dcogl-pipeline-fragend-fixed.c76 GE (ctx, glDisable (unit->enabled_gl_target)); in _cogl_disable_texture_unit()
91 GE (ctx, glGetIntegerv (GL_MAX_TEXTURE_UNITS, in get_max_texture_units()
230 GE (ctx, glEnable (gl_target)); in _cogl_pipeline_fragend_fixed_add_layer()
246 GE (ctx, glEnable (unit->gl_target)); in _cogl_pipeline_fragend_fixed_add_layer()
262 GE (ctx, glTexEnvi (GL_TEXTURE_ENV, in _cogl_pipeline_fragend_fixed_add_layer()
265 GE (ctx, glTexEnvi (GL_TEXTURE_ENV, in _cogl_pipeline_fragend_fixed_add_layer()
389 GE (ctx, glEnable (GL_FOG)); in _cogl_pipeline_fragend_fixed_end()
391 GE (ctx, glFogfv (GL_FOG_COLOR, fogColor)); in _cogl_pipeline_fragend_fixed_end()
409 GE (ctx, glFogf (GL_FOG_MODE, gl_mode)); in _cogl_pipeline_fragend_fixed_end()
410 GE (ctx, glHint (GL_FOG_HINT, GL_NICEST)); in _cogl_pipeline_fragend_fixed_end()
[all …]
H A Dcogl-pipeline-opengl.c220 GE (ctx, glDeleteTextures (1, &gl_texture)); in _cogl_delete_gl_texture()
265 GE( ctx, glUseProgram (0) ); in set_glsl_program()
424 GE (ctx, glEnable (GL_DEPTH_TEST)); in flush_depth_state()
426 GE (ctx, glDisable (GL_DEPTH_TEST)); in flush_depth_state()
556 GE (ctx, in _cogl_pipeline_flush_color_blend_alpha_depth_state()
657 GE( ctx, glDisable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
662 GE( ctx, glEnable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
674 GE( ctx, glCullFace (GL_BACK) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
718 GE (ctx, glEnable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
720 GE (ctx, glDisable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c230 GE( ctx, glClearStencil (0) ); in add_stencil_clip_rectangle()
303 GE( ctx, glDepthMask (FALSE) ); in add_stencil_clip_silhouette()
307 GE (ctx, glStencilMask (2)); in add_stencil_clip_silhouette()
335 GE (ctx, glStencilMask (1)); in add_stencil_clip_silhouette()
347 GE (ctx, glStencilMask (3)); in add_stencil_clip_silhouette()
363 GE (ctx, glDepthMask (TRUE)); in add_stencil_clip_silhouette()
410 GE( ctx, glEnable (GL_CLIP_PLANE0) ); in enable_clip_planes()
411 GE( ctx, glEnable (GL_CLIP_PLANE1) ); in enable_clip_planes()
412 GE( ctx, glEnable (GL_CLIP_PLANE2) ); in enable_clip_planes()
413 GE( ctx, glEnable (GL_CLIP_PLANE3) ); in enable_clip_planes()
[all …]
H A Dcogl-pipeline-fragend-fixed.c76 GE (ctx, glDisable (unit->enabled_gl_target)); in _cogl_disable_texture_unit()
91 GE (ctx, glGetIntegerv (GL_MAX_TEXTURE_UNITS, in get_max_texture_units()
230 GE (ctx, glEnable (gl_target)); in _cogl_pipeline_fragend_fixed_add_layer()
246 GE (ctx, glEnable (unit->gl_target)); in _cogl_pipeline_fragend_fixed_add_layer()
262 GE (ctx, glTexEnvi (GL_TEXTURE_ENV, in _cogl_pipeline_fragend_fixed_add_layer()
265 GE (ctx, glTexEnvi (GL_TEXTURE_ENV, in _cogl_pipeline_fragend_fixed_add_layer()
389 GE (ctx, glEnable (GL_FOG)); in _cogl_pipeline_fragend_fixed_end()
391 GE (ctx, glFogfv (GL_FOG_COLOR, fogColor)); in _cogl_pipeline_fragend_fixed_end()
409 GE (ctx, glFogf (GL_FOG_MODE, gl_mode)); in _cogl_pipeline_fragend_fixed_end()
410 GE (ctx, glHint (GL_FOG_HINT, GL_NICEST)); in _cogl_pipeline_fragend_fixed_end()
[all …]
H A Dcogl-pipeline-opengl.c220 GE (ctx, glDeleteTextures (1, &gl_texture)); in _cogl_delete_gl_texture()
262 GE( ctx, glUseProgram (0) ); in set_glsl_program()
421 GE (ctx, glEnable (GL_DEPTH_TEST)); in flush_depth_state()
423 GE (ctx, glDisable (GL_DEPTH_TEST)); in flush_depth_state()
553 GE (ctx, in _cogl_pipeline_flush_color_blend_alpha_depth_state()
654 GE( ctx, glDisable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
659 GE( ctx, glEnable (GL_CULL_FACE) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
671 GE( ctx, glCullFace (GL_BACK) ); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
715 GE (ctx, glEnable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
717 GE (ctx, glDisable (GL_BLEND)); in _cogl_pipeline_flush_color_blend_alpha_depth_state()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/dell/
H A DFORCE10-TC147 port2401E24PD(32), -- Cronus GE SFP
156 port2401E24TD(41), -- Castor FE/GE
157 port2401E24PE(42), -- Cronus GE SFP EE
162 port1201F12PE(47), -- Apollo GE 12ports GE EE
163 port2401E24PD2(48), -- Cronus GE SFP ED2
247 lc2401E24PD(30), -- 24 port 1GE SFP (ED)
257 lc2401E24PE(40), -- 24 port 1GE SFP (EE)
263 lc2401E24PD2(46), -- 24 port 1GE SFP (ED2)
283 lc0810EXW8PF(64), -- Baku 8 ports 10 GE
403 …lc4610E46TB(1028), -- 36-port GE 10/100/1000Base-T with RJ45 - 8-port FE/GE with SFP - 2-port 10G…
[all …]
H A DDELL-NETWORKING-TC156 port2401E24PD(32), -- Cronus GE SFP
165 port2401E24TD(41), -- Castor FE/GE
166 port2401E24PE(42), -- Cronus GE SFP EE
171 port1201F12PE(47), -- Apollo GE 12ports GE EE
172 port2401E24PD2(48), -- Cronus GE SFP ED2
256 lc2401E24PD(30), -- 24 port 1GE SFP (ED)
266 lc2401E24PE(40), -- 24 port 1GE SFP (EE)
272 lc2401E24PD2(46), -- 24 port 1GE SFP (ED2)
292 lc0810EXW8PF(64), -- Baku 8 ports 10 GE
387 …lc4610E46TB(1028), -- 36-port GE 10/100/1000Base-T with RJ45 - 8-port FE/GE with SFP - 2-port 10G…
[all …]
/dports/net-mgmt/observium/observium/mibs/dell/
H A DDELL-NETWORKING-TC156 port2401E24PD(32), -- Cronus GE SFP
165 port2401E24TD(41), -- Castor FE/GE
166 port2401E24PE(42), -- Cronus GE SFP EE
171 port1201F12PE(47), -- Apollo GE 12ports GE EE
172 port2401E24PD2(48), -- Cronus GE SFP ED2
256 lc2401E24PD(30), -- 24 port 1GE SFP (ED)
266 lc2401E24PE(40), -- 24 port 1GE SFP (EE)
272 lc2401E24PD2(46), -- 24 port 1GE SFP (ED2)
292 lc0810EXW8PF(64), -- Baku 8 ports 10 GE
387 …lc4610E46TB(1028), -- 36-port GE 10/100/1000Base-T with RJ45 - 8-port FE/GE with SFP - 2-port 10G…
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/force10/
H A Df10-tc.mib147 port2401E24PD(32), -- Cronus GE SFP
156 port2401E24TD(41), -- Castor FE/GE
157 port2401E24PE(42), -- Cronus GE SFP EE
162 port1201F12PE(47), -- Apollo GE 12ports GE EE
163 port2401E24PD2(48), -- Cronus GE SFP ED2
247 lc2401E24PD(30), -- 24 port 1GE SFP (ED)
257 lc2401E24PE(40), -- 24 port 1GE SFP (EE)
263 lc2401E24PD2(46), -- 24 port 1GE SFP (ED2)
283 lc0810EXW8PF(64), -- Baku 8 ports 10 GE
403 …lc4610E46TB(1028), -- 36-port GE 10/100/1000Base-T with RJ45 - 8-port FE/GE with SFP - 2-port 10G…
[all …]
/dports/net-mgmt/observium/observium/mibs/force10/
H A DFORCE10-TC147 port2401E24PD(32), -- Cronus GE SFP
156 port2401E24TD(41), -- Castor FE/GE
157 port2401E24PE(42), -- Cronus GE SFP EE
162 port1201F12PE(47), -- Apollo GE 12ports GE EE
163 port2401E24PD2(48), -- Cronus GE SFP ED2
247 lc2401E24PD(30), -- 24 port 1GE SFP (ED)
257 lc2401E24PE(40), -- 24 port 1GE SFP (EE)
263 lc2401E24PD2(46), -- 24 port 1GE SFP (ED2)
283 lc0810EXW8PF(64), -- Baku 8 ports 10 GE
403 …lc4610E46TB(1028), -- 36-port GE 10/100/1000Base-T with RJ45 - 8-port FE/GE with SFP - 2-port 10G…
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/likexian/gokit/assert/
H A Dvalues_test.go263 {"b", "a", CMP.GE, nil},
264 {"a", "b", CMP.GE, ErrLess},
265 {"a", "a", CMP.GE, nil},
266 {"a", 1, CMP.GE, ErrInvalid},
283 {int(2), int(1), CMP.GE, nil},
285 {int(1), int(1), CMP.GE, nil},
286 {int(1), "1", CMP.GE, nil},
304 {uint(2), uint(1), CMP.GE, nil},
307 {uint(1), "1", CMP.GE, nil},
328 {float64(1), "1", CMP.GE, nil},
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/
H A DGE_3.out70 [MakerNotes, GE, Camera] 260 - GE 0x0104: 1694568960
71 [MakerNotes, GE, Camera] 512 - GE 0x0200: 673605 0 16777216
72 [MakerNotes, GE, Camera] 514 - Macro: Off
73 [MakerNotes, GE, Camera] 515 - GE 0x0203: 0
74 [MakerNotes, GE, Camera] 516 - GE 0x0204: 1
75 [MakerNotes, GE, Camera] 517 - GE 0x0205: 9.47
76 [MakerNotes, GE, Camera] 518 - GE 0x0206: 10 18245 0 0 256 0
77 [MakerNotes, GE, Camera] 519 - GE Model: test model
78 [MakerNotes, GE, Camera] 768 - GE Make: GE DIGITAL CAMERA
79 [MakerNotes, GE, Camera] 1280 - GE 0x0500: 0
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/
H A DGE_3.out70 [MakerNotes, GE, Camera] 260 - GE 0x0104: 1694568960
71 [MakerNotes, GE, Camera] 512 - GE 0x0200: 673605 0 16777216
72 [MakerNotes, GE, Camera] 514 - Macro: Off
73 [MakerNotes, GE, Camera] 515 - GE 0x0203: 0
74 [MakerNotes, GE, Camera] 516 - GE 0x0204: 1
75 [MakerNotes, GE, Camera] 517 - GE 0x0205: 9.47
76 [MakerNotes, GE, Camera] 518 - GE 0x0206: 10 18245 0 0 256 0
77 [MakerNotes, GE, Camera] 519 - GE Model: test model
78 [MakerNotes, GE, Camera] 768 - GE Make: GE DIGITAL CAMERA
79 [MakerNotes, GE, Camera] 1280 - GE 0x0500: 0
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
699 case GE: in join()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
699 case GE: in join()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
575 case GE: in join()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
575 case GE: in join()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
575 case GE: in join()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
575 case GE: in join()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/calc/
H A DCondition.java66 GE(">="), enumConstant
106 case GE: in check()
154 case GE: in canonicalize()
187 case GE: in isCanonical()
217 case GE: in canonicalMirror()
247 case GE: in canonicalNegate()
278 case GE: in negate()
307 case GE: in implies()
338 case GE: in mirror()
575 case GE: in join()
[all …]

12345678910>>...194