HomeSort by relevance Sort by last modified time
    Searched refs:eint (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcreposix.c 72 static const int eint[] = { variable
293 return (errorcode < (int)(sizeof(eint)/sizeof(const int)))?
294 eint[errorcode] : REG_BADPAT;
406 error if the vector eint, which is indexed by compile-time error number, is
412 case (sizeof(eint)/sizeof(int) == ERRCOUNT):
  /external/eigen/unsupported/test/mpreal/
mpreal.h 381 friend const mpreal eint (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2100 inline const mpreal eint (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(eint ); } function in namespace:mpfr
    [all...]

Completed in 140 milliseconds