Home
last modified time | relevance | path

Searched defs:glb (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_types.erl704 glb(T, T) -> function
706 glb(any, T) -> function
708 glb(T, any) -> function
791 glb(#t_integer{}=T, number) -> function
793 glb(#t_float{}=T, number) -> function
804 glb(#t_list{}=A, #t_cons{}=B) -> function
806 glb(#t_list{}, nil) -> function
808 glb(nil, #t_list{}) -> function
810 glb(number, #t_integer{}=T) -> function
812 glb(number, #t_float{}=T) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_types.erl692 glb(T, T) -> function
694 glb(any, T) -> function
696 glb(T, any) -> function
779 glb(#t_integer{}=T, number) -> function
781 glb(#t_float{}=T, number) -> function
792 glb(#t_list{}=A, #t_cons{}=B) -> function
794 glb(#t_list{}, nil) -> function
796 glb(nil, #t_list{}) -> function
798 glb(number, #t_integer{}=T) -> function
800 glb(number, #t_float{}=T) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_types.erl704 glb(T, T) -> function
706 glb(any, T) -> function
708 glb(T, any) -> function
791 glb(#t_integer{}=T, number) -> function
793 glb(#t_float{}=T, number) -> function
804 glb(#t_list{}=A, #t_cons{}=B) -> function
806 glb(#t_list{}, nil) -> function
808 glb(nil, #t_list{}) -> function
810 glb(number, #t_integer{}=T) -> function
812 glb(number, #t_float{}=T) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_types.erl704 glb(T, T) -> function
706 glb(any, T) -> function
708 glb(T, any) -> function
791 glb(#t_integer{}=T, number) -> function
793 glb(#t_float{}=T, number) -> function
804 glb(#t_list{}=A, #t_cons{}=B) -> function
806 glb(#t_list{}, nil) -> function
808 glb(nil, #t_list{}) -> function
810 glb(number, #t_integer{}=T) -> function
812 glb(number, #t_float{}=T) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_types.erl704 glb(T, T) -> function
706 glb(any, T) -> function
708 glb(T, any) -> function
791 glb(#t_integer{}=T, number) -> function
793 glb(#t_float{}=T, number) -> function
804 glb(#t_list{}=A, #t_cons{}=B) -> function
806 glb(#t_list{}, nil) -> function
808 glb(nil, #t_list{}) -> function
810 glb(number, #t_integer{}=T) -> function
812 glb(number, #t_float{}=T) -> function
[all …]
/dports/sysutils/filetype/filetype-0.1.3/
H A Dfiletype.c99 int FILETYPEAPP_parse_parameters( struct FILETYPEAPP_globals *glb, int argc, char **argv ) in FILETYPEAPP_parse_parameters()
242 int FILETYPEAPP_locate_specfile_home( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_locate_specfile_home()
247 int FILETYPEAPP_locate_specfile_cwd( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_locate_specfile_cwd()
252 int FILETYPEAPP_locate_specfile_envvar( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_locate_specfile_envvar()
264 int FILETYPEAPP_locate_specfile( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_locate_specfile()
428 int FILETYPEAPP_init( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_init()
455 int FILETYPEAPP_filetype_test( struct FILETYPEAPP_globals *glb, int argc, char **argv ) in FILETYPEAPP_filetype_test()
590 int FILETYPEAPP_done( struct FILETYPEAPP_globals *glb ) in FILETYPEAPP_done()
633 struct FILETYPEAPP_globals glb; in main() local
/dports/mail/ripmime/ripmime-1.4.0.10/
H A Dripmime.c165 int RIPMIME_parse_parameters (struct RIPMIME_globals *glb, int argc, char **argv) in RIPMIME_parse_parameters()
516 int RIPMIME_init (struct RIPMIME_globals *glb) in RIPMIME_init()
567 int RIPMIME_unpack_single( struct RIPMIME_globals *glb, char *fname ) in RIPMIME_unpack_single()
602 int RIPMIME_unpack( struct RIPMIME_globals *glb ) in RIPMIME_unpack()
676 struct RIPMIME_globals glb; in main() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/set/core/
H A DBoundSetDomain.java50 public IntDomain glb; field in BoundSetDomain
71 public BoundSetDomain(IntDomain glb, IntDomain lub, IntDomain cardinality) { in BoundSetDomain()
94 public BoundSetDomain(IntDomain glb, IntDomain lub) { in BoundSetDomain()
316 public IntDomain glb() { in glb() method in BoundSetDomain
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dcodecache.py57 def run_compiled_code(code, glb, loc, mode): argument
110 def compile_code(filename, code, execer, glb, loc, mode): argument
147 def run_script_with_cache(filename, execer, glb=None, loc=None, mode="exec"): argument
195 def run_code_with_cache(code, execer, glb=None, loc=None, mode="exec"): argument
/dports/math/R-cran-psych/psych/R/
H A Dglbs.R23 glb <- sum(rr)/sum(r) functionVar
24 return(list(glb=glb,communality = fn$communality,numf = nf,Call=cl)) nameattr
H A Dglb.algebraic.R40 lb<-list(glb=NA,solution=NA,status=result$status,Call=cl) nameattr
48 lb<-list(glb=(sum(Cov)-sum(Var)+sum(result$y))/sum(Cov), globalVar
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/variance/
H A Dxform.rs3 pub fn glb(v1: ty::Variance, v2: ty::Variance) -> ty::Variance { in glb() function
/dports/science/py-rmf/rmf-1.3.1/tools/dev_tools/
H A Dcleanup_code.py124 def _do_get_files(glb, cur): argument
138 def _get_files(glb): argument
/dports/science/rmf/rmf-1.3.1/tools/dev_tools/
H A Dcleanup_code.py124 def _do_get_files(glb, cur): argument
138 def _get_files(glb): argument
/dports/math/gecode/gecode-0916a1a/gecode/set/var/
H A Dset.cpp61 SetVar::SetVar(Space& home, const IntSet& glb,int ubMin,int ubMax, in SetVar()
90 const IntSet& glb, const IntSet& lub, in SetVar()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/baselines/
H A Dtrain_kuka_grasping.py15 def callback(lcl, glb): argument
H A Dtrain_pybullet_cartpole.py13 def callback(lcl, glb): argument
H A Dtrain_pybullet_racecar.py15 def callback(lcl, glb): argument
H A Dtrain_pybullet_zed_racecar.py15 def callback(lcl, glb): argument
H A Dtrain_kuka_cam_grasping.py15 def callback(lcl, glb): argument
/dports/math/gecode/gecode-0916a1a/gecode/set/
H A Darray.cpp72 const IntSet& glb,int ubMin,int ubMax, in SetVarArray()
112 const IntSet& glb, const IntSet& lub, in SetVarArray()
153 const IntSet& glb,int ubMin,int ubMax, in SetVarArgs()
193 const IntSet& glb, const IntSet& lub, in SetVarArgs()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/python-console/
H A DInterpreter.h63 PyObject* glb; variable
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia-videodev/
H A Dopengl_dev.c218 gl_buffers **glb) in pjmedia_vid_dev_opengl_create_buffers()
236 pj_status_t pjmedia_vid_dev_opengl_init_buffers(gl_buffers *glb) in pjmedia_vid_dev_opengl_init_buffers()
269 pj_status_t pjmedia_vid_dev_opengl_draw(gl_buffers *glb, unsigned int width, in pjmedia_vid_dev_opengl_draw()
323 void pjmedia_vid_dev_opengl_destroy_buffers(gl_buffers *glb) in pjmedia_vid_dev_opengl_destroy_buffers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Frontend/
H A Dverify-prefixes.c8 GCONST int glb = 5; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Frontend/
H A Dverify-prefixes.c8 GCONST int glb = 5; variable

12345678910>>...15