Searched defs:odds (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/games/backgammon/common_source/ |
H A D | odds.c | 44 odds(int r1, int r2, int val) in odds() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | smtp-sink.c | 1058 static void set_cmd_delay(const char *cmd, int delay, int odds) in set_cmd_delay() 1085 char *odds; in set_cmd_delay_arg() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 2922 auto odds = reduce!((a,b) => a + (b & 1))(0, arr); in reducePreImpl() variable 3464 auto odds = arr.cumulativeFold!((a, b) => a + (b & 1))(0); in cumulativeFoldImpl() variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 5148 auto odds = sequence!("a[0] + n * a[1]")(1, 2); variable 5203 auto odds = Sequence!("a[0] + n * a[1]", Tuple!(int, int))( variable 5217 auto odds = sequence!("a[0] + n * a[1]")(1, 2); variable 7389 auto odds = sequence!("a[0] + n * a[1]")(1, 2); variable 8248 auto odds = sequence!("a[0] + n * a[1]")(1, 2); variable
|