Home
last modified time | relevance | path

Searched refs:RAND (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/List/
H A DUtil.pm27 our $RAND;
/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dshuffle.t29 local $List::Util::RAND = sub { 4/10 }; # chosen by a fair die
H A Dsample.t66 local $List::Util::RAND = sub { 4/10 };
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.computer26 02/11 Last day of JOSS service at RAND Corp., 1966
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.def334 DEFNAME ("RAND", "rand", "Rand", genNONE, specRAND) /* UNIX */
2600 DEFSPEC (RAND,
2601 "RAND",
3328 DEFIMP (RAND, "RAND", RAND,,, "R1:-:Flag=?I*")
H A Dintdoc.in1570 DEFDOC (RAND, "Random number.", "\
H A DChangeLog3177 * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6337 if (SDValue RAND = reassociateOps(ISD::AND, SDLoc(N), N0, N1, N->getFlags())) in visitAND() local
6338 return RAND; in visitAND()
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog10754 - fixup openssl RAND problem, when the system is not configured to
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog12949 * g77.f-torture/execute/u77-test.f: Add regression test for RAND.