Home
last modified time | relevance | path

Searched refs:bexp (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/intl/
Dplural.y117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
122 args[0] = bexp; in new_exp_3()
Dplural.c138 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument
143 args[0] = bexp; in new_exp_3()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c3010 char bexp[kBBufSize]; in TestVariousStylesAndAttributes() local
3012 u_strToUTF8(bexp, kBBufSize, NULL, uexp, uexplen, &status); in TestVariousStylesAndAttributes()
3015 … (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
/external/python/cpython3/Lib/test/
Dtest_statistics.py61 bexp = b.as_tuple()[2]
62 return (aexp == bexp) and (aexp in ('n', 'N')) # Both NAN or both sNAN.