HomeSort by: relevance | last modified time | path
    Searched refs:irand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
rand.c 1 /* Implementation of the IRAND, RAND, and SRAND intrinsics.
48 /* Set the seed of the irand generator. Note 0 is a bad seed. */
69 extern GFC_INTEGER_4 irand (GFC_INTEGER_4 *);
70 iexport_proto(irand); variable
73 irand (GFC_INTEGER_4 *i) function
108 iexport(irand); variable
127 return ((GFC_UINTEGER_4) (irand(i) -1) & mask) * (GFC_REAL_4) 0x1.p-31f;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
rand.c 1 /* Implementation of the IRAND, RAND, and SRAND intrinsics.
48 /* Set the seed of the irand generator. Note 0 is a bad seed. */
69 extern GFC_INTEGER_4 irand (GFC_INTEGER_4 *);
70 iexport_proto(irand); variable
73 irand (GFC_INTEGER_4 *i) function
108 iexport(irand); variable
127 return ((GFC_UINTEGER_4) (irand(i) -1) & mask) * (GFC_REAL_4) 0x1.p-31f;

Completed in 25 milliseconds