Searched refs:inf (Results 51 - 75 of 318) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dplace.rb52 conf = simplelist(conflist).collect!{|inf| tk_tcl2ruby(inf)}
H A Dnamespace.rb125 info.map!{|inf|
126 if inf[0] == 'namespace' &&
127 TkNamespace::Tk_Namespace_ID_TBL.key?(inf[-1])
128 [inf[0], TkNamespace::Tk_Namespace_ID_TBL[inf[-1]]]
130 inf
407 inf = {}
408 Hash(*tk_split_simplelist(tk_call('namespace', 'ensemble', 'configure', cmd))).each{|k, v| inf[k[1..-1]] = v}
409 inf
H A Dtimer.rb49 inf = tk_split_list(tk_call_without_enc('after','info',obj.after_id))
50 [Tk_CBTBL[inf[0][1]], inf[1]]
478 inf = tk_split_list(tk_call_without_enc('after', 'info', @after_id))
479 [Tk_CBTBL[inf[0][1]], inf[1]]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/ICONS/
H A Dicons.rb73 end . map{|inf| list(inf) }
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclRegexp.c658 struct infoname *inf;
671 for (inf = infonames; inf->bit != 0; inf++) {
672 if (regexpPtr->re.re_info&inf->bit) {
679 for (inf = infonames; inf->bit != 0; inf++) {
680 if (regexpPtr->re.re_info&inf->bit) {
681 Tcl_AppendElement(interp, inf
647 struct infoname *inf; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-incom.el53 (setq top (append top '((neg (var inf var-inf))))))
55 (setq top (append top '((var inf var-inf)))))
83 (setq top (append top '((neg (var inf var-inf))))))
85 (setq top (append top '((var inf var-inf)))))
211 (setq new (append new '((neg (var inf var-inf))))))
[all...]
H A Dcalc-arith.el109 (calc-binary-op "min" 'calcFunc-min arg '(var inf var-inf))))
114 (calc-binary-op "max" 'calcFunc-max arg '(neg (var inf var-inf)))))
272 '(intv 1 0 (var inf var-inf))))
278 (var inf var-inf))))))))
613 ((eq (nth 2 a) 'var-inf) 4)
784 ((eq (nth 2 a) 'var-inf)
[all...]
H A Dcalc-math.el446 (let ((inf (math-infinitep a)))
447 (and inf
448 (math-mul (math-sqrt (math-infinite-dir a inf)) inf)))
454 (defun math-infinite-dir (a &optional inf)
455 (or inf (setq inf (math-infinitep a)))
456 (math-normalize (math-expr-subst a inf 1)))
826 '(intv 3 (neg (var inf var-inf)) (va
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclRegexp.c669 const struct infoname *inf;
694 for (inf=infonames ; inf->bit != 0 ; inf++) {
695 if (regexpPtr->re.re_info & inf->bit) {
697 Tcl_NewStringObj(inf->text, -1));
658 const struct infoname *inf; local
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dzpipe.c10 1.3 6 Apr 2005 Remove incorrect assertion in inf()
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
92 int inf(FILE *source, FILE *dest) function
194 ret = inf(stdin, stdout);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dec.c37 int inf; member in struct:EC_POINT
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_d2i_fp.c192 c.inf=ASN1_get_object(&(c.p),&(c.slen),&(c.tag),&(c.xclass),
194 if (c.inf & 0x80)
207 if (c.inf & 1)
H A Da_int.c278 int inf,tag,xclass; local
290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
291 if (inf & 0x80)
H A Da_object.c264 int inf,i; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
268 if (inf & 0x80)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Denc.c119 char *inf=NULL,*outf=NULL; local
159 inf= *(++argv);
380 if (inf == NULL)
388 if (BIO_read_filename(in,inf) <= 0)
390 perror(inf);
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dmem_dbg.c145 static void app_info_free(APP_INFO *inf) argument
147 if (--(inf->references) <= 0)
149 if (inf->next != NULL)
151 app_info_free(inf->next);
153 OPENSSL_free(inf);
/macosx-10.10.1/llvmCore-3425.0.34/utils/Misc/
H A Dzkill165 inf = float('inf')
181 action="store", type=float, default=inf)
187 action="store", type=float, default=inf)
193 action="store", type=float, default=inf)
199 action="store", type=float, default=inf)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnfolder.el347 (let ((inf (assoc group nnfolder-buffer-alist)))
348 (when inf
354 (delq inf nnfolder-buffer-alist))
355 (setq nnfolder-current-buffer (cadr inf)
356 nnfolder-current-group (car inf))))
729 (let (inf file)
741 (setq nnfolder-buffer-alist (delq inf nnfolder-buffer-alist)
847 (let ((inf (assoc group nnfolder-buffer-alist)))
848 (if (and inf
849 (gnus-buffer-live-p (cadr inf)))
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-int.c288 int inf,tag,xclass; local
300 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
301 if (inf & 0x80)
H A Dcs-a-object.c275 int inf,i; local
278 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
279 if (inf & 0x80)
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c1150 X509_INFO *inf = sk_X509_INFO_value(sk, n); local
1152 if (!inf->x509 || !inf->x_pkey || !inf->x_pkey->dec_pkey ||
1153 inf->enc_data) {
1161 if (X509_check_private_key(inf->x509, inf->x_pkey->dec_pkey) != 1) {
1162 ssl_log_xerror(SSLLOG_MARK, APLOG_STARTUP, 0, ptemp, s, inf->x509,
1200 X509_INFO *inf = sk_X509_INFO_value(pkp->certs, n); local
1201 X509_STORE_CTX_init(sctx, store, inf
[all...]
/macosx-10.10.1/ruby-106/ruby/test/date/
H A Dtest_date_arith.rb268 inf = 1.0/0
270 if inf.infinite?
273 [inf, -inf].each do |c|
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dfile_list.rb289 open(fn, "r", *options) do |inf|
291 inf.each do |line|
/macosx-10.10.1/zlib-55/zlib/contrib/blast/
H A Dblast.c414 local unsigned inf(void *how, unsigned char **buf) function
433 ret = blast(inf, stdin, outf, stdout);
/macosx-10.10.1/awk-20/src/
H A Dlib.c184 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ argument
195 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */
198 ungetc(c, inf);
201 for (; (c=getc(inf)) != sep && c != EOF; ) {
209 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */

Completed in 304 milliseconds

1234567891011>>