Searched refs:bexp (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/intl/ |
D | plural.y | 117 new_exp_3 (enum operator op, struct expression *bexp, in new_exp_3() argument 122 args[0] = bexp; in new_exp_3()
|
D | plural.c | 138 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/ |
D | cnumtst.c | 2925 char bexp[kBBufSize]; in TestVariousStylesAndAttributes() local 2927 u_strToUTF8(bexp, kBBufSize, NULL, uexp, uexplen, &status); in TestVariousStylesAndAttributes() 2930 … (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
|
/external/python/cpython3/Lib/test/ |
D | test_statistics.py | 56 bexp = b.as_tuple()[2] 57 return (aexp == bexp) and (aexp in ('n', 'N')) # Both NAN or both sNAN.
|