Binding name
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3866 articles for 0.030 sec
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: Tobias Burnus
Date: May 20, 2008 09:45

...comcast.net> wrote: Can the binding name of a procedure be...subroutine ACOS import ext bind(C,name='cacos' // ext) :: acos end...stmt is an entity-name, the bind-stmt shall appear in...2.5)." procedure(stub), bind(C,name='cacosf') :: my_ACOS ! Compiles 1...interoperable kind but it is bind(c) The warning is wrong...
Show full article (1.56Kb) · Show article thread
Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 20, 2008 02:39

Can the binding name of a procedure be an initialization expression? ...interface ACOS function ACOS(z) bind(C,name='cacosf') ! Compiles ! function ACOS(z...Causes error ! function ACOS(z) bind(C,name='cacos'//ext) ! Causes error import...1 Error: Missing closing paren for binding label at (1) and further ...1 Error: Missing closing paren for binding label at (1) So what ...
Show full article (2.43Kb)
Is it possible to show the binding name in the echo area automatically?     

Group: gnu.emacs.help · Group Profile · Search for Binding name in gnu.emacs.help
Author: E'Chao Zhang
Date: Mar 7, 2007 06:08

...experienced some unfortunate incident. Some mode overrode the M-. binding. I failed to notice the fact until very later...if there is some variable to set and then emacs will automatically print the binding name before and while executing the command bound by the key strokes. I heard that emacs can suggest-key-bindings. If it can suggest binding names, I think it'd be more convenient to the...
Show full article (0.66Kb)
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 24, 2008 03:34

... it would require almost no effort to implement them and doing so would make it possible for the user to invoke them elementally, which is nonstandard for functions made available via a bind(C) interface as I have been doing. For initialization expressions it would perhaps take a little more effort because I'm not sure whether mpfr supports inverse trigonometric and hyperbolic functions for...
Show full article (10.73Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 23, 2008 20:18

...) (GCC) C:\hp downloads>type hello.f90 print*, 'Hello, world!';end There were some programs generated by bug_collection.f90 whose failures have nothing to do with mingw. I know zilch about cutely named UNIX shell scripts like C shell or bash else I would have it generate one of those as well as collection.bat so you could tell at a glance which fail on your preferred OS. It would ...
Show full article (1.35Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 20, 2008 14:12

...@l64g2000hse.googlegroups.com... procedure(stub), bind(C,name='cacosf') :: my_ACOS ! Compiles 1 ... C_FLOAT_COMPLEX abstract interface function stub(z) bind(C) import ckind complex(ckind), value... abstract interface function stub(z) bind(C) import ckind complex(ckind), value...
Show full article (20.17Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: nospam
Date: May 20, 2008 08:50

...@comcast.net> wrote: C550 (R522) If any bind-entity in a ...-stmt is an entity-name, the bind-stmt shall appear in ... 15.2.5)." If the bind-stmt is in an interface ... that constraint - that the separate BIND statement is only for those ... type. For a procedure, the BIND atribute specification goes on the ...comes from experience; email: last name at domain . net | experience comes...
Show full article (1.02Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 20, 2008 07:01

...refuses it because "Variables with the BIND(C) attribute must only appear in...C_FLOAT_COMPLEX abstract interface function stub(z) bind(C) import rkind, ckind complex(...f90:15.52: procedure(stub), bind(C,name='cacosf') :: my_ACOS ! Compiles 1 ... the concept of injecting the named constant ext from the interface ...
Show full article (2.78Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: FX
Date: May 20, 2008 03:55

> If the bind-stmt is in an interface body in the specification part...For the following: module trig_sp implicit none interface ACOS subroutine ACOS bind(C,name='cacos') :: acos end subroutine ACOS end... it. gfortran refuses it because the bind(c) "can only be used for variables...IBM refuses it because "Variables with the BIND(C) attribute must only appear in the...
Show full article (0.93Kb) · Show article thread
Re: Binding name     

Group: comp.lang.fortran · Group Profile · Search for Binding name in comp.lang.fortran
Author: James Van Buskirk
Date: May 20, 2008 03:30

... subroutine ACOS import ext bind(C,name='cacos' // ext) :: acos end ... not realizing that the language- binding-spec for a procedure could ...-stmt is an entity-name, the bind-stmt shall appear in...15.2.5)." If the bind-stmt is in an interface...5.1.2.4: "The BIND attribute for a variable or...not certain that putting the BIND statement within the interface body...
Show full article (1.96Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next