Searched refs:score (Results 26 - 50 of 209) sorted by relevance

123456789

/macosx-10.9.5/Chess-310.5/sjeng/
H A Dnewbook.c45 int32_t score; member in struct:__anon624
133 posinfo.score = 0;
518 (uint32_t)ntohl(ps->played), (int)ntohl(ps->score));
520 if ((ntohl(ps->played) + ntohl(ps->score)) >= PLAYTHRESHOLD)
522 scores[num_bookmoves] = ntohl(ps->played) + ntohl(ps->score);
656 if (fabs((double)((ntohl(ps->played) + ntohl(ps->score))) * playinc) < 1.0)
662 pi = (int)((float)(ntohl(ps->played) + ntohl(ps->score))*(float)playinc);
666 if (abs((ps->score)+pi) < (ntohl(ps->played)*5))
669 printf("Learning opening %u, played %u, old score %d, new score
[all...]
H A Dsearch.c273 int32_t score = -INF, standpat, local
315 /* return our score if we're at a leaf node: */
321 score = eval ();
322 return score;
388 score = -qsearch (-beta, -alpha, depth-1);
390 if (score != -KINGCAP)
401 if(score > best_score && legal_move)
403 best_score = score;
406 /* check our current score vs. alpha: */
407 if (score > alph
481 int32_t score = -INF, move_ordering[MOVE_BUFF], see_values[MOVE_BUFF]; local
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dhelp-index.h54 int score; /* Search score */ member in struct:help_node_s
61 cups_array_t *sorted; /* Nodes sorted by score + text */
H A Dhelp-index.c30 * help_sort_nodes_by_score() - Sort nodes by score and text.
398 node->score = -1;
421 if (node->score < 0)
566 node->score = 0;
640 node->score = matches;
850 node->score = 0;
1067 node->score = 0;
1281 * 'help_sort_nodes_by_score()' - Sort nodes by score and text.
1293 n1, n1->score, n1->section, n1->text,
1294 n2, n2->score, n
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-gl.el7 ;; Keywords: news, score
68 ;; (setq gnus-summary-default-score 0)
83 ;; If you set the gnus-summary-line-format as shown above, the score
92 ;; gnus-possibly-score-headers
93 ;; ==> gnus-score-headers
94 ;; ==> gnus-score-load-file
105 ;; variable gnus-score-find-files-function This new function
106 ;; gnus-grouplens-score-alist will return a core alist that
107 ;; has (("message-id" ("<message-id-xxxx>" score) ("<message-id-xxxy>" score))
[all...]
H A Dspam-stat.el62 ;; `spam-stat-score-word' -- return the spam score for a word
64 ;; `spam-stat-score-buffer' -- return the spam score for a buffer
149 (defcustom spam-stat-unknown-word-score 0.2
150 "The score to use for unknown words.
174 "Spam score threshhold in spam-stat-split-fancy."
255 `spam-stat-bad', and `spam-stat-score' to access this vector.")
271 (defsubst spam-stat-score (entry)
272 "Set the score o
[all...]
H A Dgnus-logic.el33 (require 'gnus-score)
61 (defun gnus-score-advanced (rule &optional trace)
63 (let (new-score score multiple)
65 (when (setq multiple (gnus-advanced-score-rule (car rule)))
66 (setq new-score (or (nth 1 rule)
67 gnus-score-interactive-default-score))
69 (setq new-score (* multiple new-score)))
[all...]
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATADevice.cpp182 IOATADevice::matchPropertyTable(OSDictionary * table, SInt32 * score )
191 *score = 0;
H A DIOATADevice.h131 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h93 * found. The default probe score can be adjusted up or down, based on
97 virtual OSSet * scan(SInt32 * score);
156 virtual IOService * probe(IOService * provider, SInt32 * score);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOAppleLabelScheme.h107 virtual IOMedia * scan(SInt32 * score);
157 virtual IOService * probe(IOService * provider, SInt32 * score);
H A DIOApplePartitionScheme.cpp85 IOService * IOApplePartitionScheme::probe(IOService * provider, SInt32 * score) argument
97 if (super::probe(provider, score) == 0) return 0;
101 _partitions = scan(score);
181 SInt32 score = 0; local
185 partitionsNew = scan( &score );
209 OSSet * IOApplePartitionScheme::scan(SInt32 * score) argument
215 // found. The default probe score can be adjusted up or down, based on
278 // Increase the probe score when a driver map is detected, since we are
282 *score += 2000;
H A DIOFDiskPartitionScheme.cpp84 IOService * IOFDiskPartitionScheme::probe(IOService * provider, SInt32 * score) argument
96 if ( super::probe(provider, score) == 0 ) return 0;
100 _partitions = scan(score);
190 SInt32 score = 0; local
194 partitionsNew = scan( &score );
218 OSSet * IOFDiskPartitionScheme::scan(SInt32 * score) argument
224 // found. The default probe score can be adjusted up or down, based on
H A DIOFDiskPartitionScheme.h139 * found. The default probe score can be adjusted up or down, based on
143 virtual OSSet * scan(SInt32 * score);
219 virtual IOService * probe(IOService * provider, SInt32 * score);
H A DIOGUIDPartitionScheme.h128 * found. The default probe score can be adjusted up or down, based on
132 virtual OSSet * scan(SInt32 * score);
198 virtual IOService * probe(IOService * provider, SInt32 * score);
H A DIOGUIDPartitionScheme.cpp104 IOService * IOGUIDPartitionScheme::probe(IOService * provider, SInt32 * score) argument
116 if ( super::probe(provider, score) == 0 ) return 0;
120 _partitions = scan(score);
200 SInt32 score = 0; local
204 partitionsNew = scan( &score );
228 OSSet * IOGUIDPartitionScheme::scan(SInt32 * score) argument
234 // found. The default probe score can be adjusted up or down, based on
H A DIOApplePartitionScheme.h156 * found. The default probe score can be adjusted up or down, based on
160 virtual OSSet * scan(SInt32 * score);
225 virtual IOService * probe(IOService * provider, SInt32 * score);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c205 SInt32 score; local
252 score = 0; // from property table
253 kr = (*interface)->Probe(interface, plist, service, &score);
258 if (score > (SInt32) ((intptr_t) CFArrayGetValueAtIndex(scores, insert)))
262 CFArrayInsertValueAtIndex(scores, insert, (void *) (intptr_t) score);
269 // Start in score order
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dapropos.el110 If value is `verbose', the computed score is shown for each match."
119 If value is `verbose', the computed score is shown for each match."
355 (defun apropos-score-str (str)
356 "Return apropos score for string STR."
359 (score (- (/ l 10))))
360 (dolist (s (apropos-calc-scores str apropos-all-words) score)
361 (setq score (+ score 1000 (/ (* (- l s) 1000) l)))))
364 (defun apropos-score-doc (doc)
365 "Return apropos score fo
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp40 SInt32 * score )
55 if (false == super::probe(provider, score))
58 *score = 0;
H A DIOBootFramebuffer.h38 SInt32 * score );
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDMedia.cpp41 bool IOBDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) argument
49 if (super::matchPropertyTable(table, score) == false) return false;
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokend.h83 Score score() const { return mScore; } function in class:TokenDaemon
113 Score mScore; // token support score as returned by probe()
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgametree.el73 ;; As of version 1.1, a simple score reducer has been implemented.
74 ;; As you type in leaf variations, you can add a numerical score tag
77 ;; reduced score of the internal variation based on the scores of its
142 (defcustom gametree-score-opener "{score="
143 "*The string which opens a score tag, and precedes the actual score."
147 (defcustom gametree-score-manual-flag "!"
152 (defcustom gametree-score-closer "}"
153 "*The string which closes a score ta
[all...]
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMedia.cpp41 bool IODVDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) argument
49 if (super::matchPropertyTable(table, score) == false) return false;

Completed in 229 milliseconds

123456789