Home
last modified time | relevance | path

Searched refs:exp1 (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlobject.c138 int exp1 = 0; in lua_strx2number() local
145 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number()
146 if (neg1) exp1 = -exp1; in lua_strx2number()
147 e += exp1; in lua_strx2number()
Dlparser.c1272 static int exp1 (LexState *ls) { in exp1() function
1318 exp1(ls); /* initial value */ in fornum()
1320 exp1(ls); /* limit */ in fornum()
1322 exp1(ls); /* optional step */ in fornum()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dactions.c60 unsigned int l1 = RegExp_fixedLength(r->d.AltCatOp.exp1); in AltOp_fixedLength()
62 unsigned int l2 = RegExp_fixedLength(r->d.AltCatOp.exp1); in AltOp_fixedLength()
72 if((l1 = RegExp_fixedLength(r->d.AltCatOp.exp1)) != ~0u ) in CatOp_fixedLength()
119 RegExp_calcSize(re->d.AltCatOp.exp1, rep); in RegExp_calcSize()
121 re->size = re->d.AltCatOp.exp1->size in RegExp_calcSize()
125 RegExp_calcSize(re->d.AltCatOp.exp1, rep); in RegExp_calcSize()
127 re->size = re->d.AltCatOp.exp1->size + re->d.AltCatOp.exp2->size; in RegExp_calcSize()
174 j = &i[re->d.AltCatOp.exp1->size + 1]; in AltOp_compile()
176 RegExp_compile(re->d.AltCatOp.exp1, rep, &i[1]); in AltOp_compile()
207 RegExp_compile(re->d.AltCatOp.exp1, rep, &i[0]); in RegExp_compile()
[all …]
Dre.h97 struct RegExp *exp1, *exp2; member
146 r->d.AltCatOp.exp1 = e1; in RegExp_new_AltOp()
156 r->d.AltCatOp.exp1 = e1; in RegExp_new_CatOp()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnwantedTokenException.m70 NSString *exp1 = [NSString stringWithFormat:@", expected %d", expecting];
72 exp1 = @"";
75 return [NSString stringWithFormat:@"UnwantedTokenException(found=%@)", exp1];
77 return [NSString stringWithFormat:@"UnwantedTokenException(found=%@ %@", token.text, exp1];
/external/chromium_org/v8/src/
Dharmony-math.js51 var exp1 = MathExp(x);
53 return (exp1 - exp2) / (exp1 + exp2);
/external/chromium_org/testing/gtest/scripts/
Dpump.py402 def __init__(self, identifier=None, exp1=None, exp2=None): argument
404 self.exp1 = exp1
665 lower = int(env.EvalExp(node.exp1))
/external/valgrind/main/none/tests/s390x/
DMakefile.am34 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
DMakefile.in848 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
/external/valgrind/main/drd/tests/
DMakefile.am188 pth_detached3.stderr.exp1 \
194 pth_inconsistent_cond_wait.stderr.exp1 \
DMakefile.in960 pth_detached3.stderr.exp1 \
966 pth_inconsistent_cond_wait.stderr.exp1 \
/external/skia/src/animator/
DSkScriptTokenizer.cpp1278 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument
DSkScript.cpp1654 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument
/external/chromium_org/third_party/skia/src/animator/
DSkScriptTokenizer.cpp1278 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument
DSkScript.cpp1654 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument
/external/guava/guava-tests/test/com/google/common/collect/
DSetsTest.java651 List<Object> exp1 = list((Object) 1, "3");
656 ASSERT.that(Sets.<Object>cartesianProduct(x, y)).hasContentsAnyOrder(exp1, exp2, exp3, exp4);
/external/chromium_org/third_party/icu/source/test/intltest/
Dcaltest.cpp2081 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local
2104 if ( act1 != exp1 ) { in Test3785()
Dusettest.cpp166 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local
167 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp166 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local
167 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
Dcaltest.cpp2209 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local
2232 if ( act1 != exp1 ) { in Test3785()