/third_party/ltp/testcases/realtime/func/pi-tests/ |
D | parse-testpi1.py | 37 exp1= re.compile("pthread pol 0 pri 0") 42 if exp1.search(line) and exp2.search(prev_line)and exp3.search(prev_line):
|
D | parse-testpi2.py | 38 exp1= re.compile("pthread pol 2 pri 10") 45 if exp1.search(line) and exp2.search(prev_line) and exp3.search(prev_line):
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_flrp.c | 274 int exp1; in sources_are_constants_with_similar_magnitudes() local 277 frexpf(val1[swizzle1[i]].f32, &exp1); in sources_are_constants_with_similar_magnitudes() 285 if (abs(exp0 - exp1) > (23 / 2)) in sources_are_constants_with_similar_magnitudes() 291 int exp1; in sources_are_constants_with_similar_magnitudes() local 294 frexp(val1[swizzle1[i]].f64, &exp1); in sources_are_constants_with_similar_magnitudes() 302 if (abs(exp0 - exp1) > (52 / 2)) in sources_are_constants_with_similar_magnitudes()
|
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.c | 543 uint8_t exp1 = exp[i-cpl]; in encode_exponents_blk_ch() local 544 exp[k--] = exp1; in encode_exponents_blk_ch() 545 exp[k--] = exp1; in encode_exponents_blk_ch() 652 int exp0, exp1; in ac3_group_exponents() local 666 exp1 = *p++; in ac3_group_exponents() 667 block->grouped_exp[ch][0] = exp1; in ac3_group_exponents() 672 exp0 = exp1; in ac3_group_exponents() 673 exp1 = p[0]; in ac3_group_exponents() 675 delta0 = exp1 - exp0 + 2; in ac3_group_exponents() 678 exp0 = exp1; in ac3_group_exponents() [all …]
|
D | ac3dsp.c | 38 uint8_t *exp1 = exp + 256; in ac3_exponent_min_c() local 40 uint8_t next_exp = *exp1; in ac3_exponent_min_c() 43 exp1 += 256; in ac3_exponent_min_c()
|
/third_party/rust/crates/clap/examples/ |
D | find.md | 19 -o, --or expr2 is not evaluate if exp1 is true
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
D | sfn_instr_test.cpp | 576 ExportInstr exp1(ExportInstr::param, 60, RegisterVec4(200)); in TEST_F() local 577 exp1.set_is_last_export(true); in TEST_F() 578 EXPECT_TRUE(exp1.is_last_export()); in TEST_F() 581 EXPECT_NE(exp0, exp1); in TEST_F()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | rsaz_exp_x2.c | 118 const BN_ULONG *exp1, 211 exp[0] = exp1;
|
/third_party/openssl/crypto/bn/ |
D | rsaz_exp_x2.c | 118 const BN_ULONG *exp1, 211 exp[0] = exp1;
|
/third_party/python/Lib/test/ |
D | test_pprint.py | 564 exp1 = "['with space']" 565 self.assertEqual(dotted_printer.pformat(o1), exp1)
|
/third_party/openssl/doc/man3/ |
D | ASN1_generate_nconf.pod | 225 exp1=INTEGER:0x9E7D4326C924AFC1DEA40B45650134966D6F9DFA3A7F9D698CD4ABEA\
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TestMessageFormat.java | 1432 String exp1[] = { in testSelectFormat() local 1439 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1429 String exp1[] = { in testSelectFormat() local 1436 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 144 (exp1 ? exp2 : exp3). This operator evaluates the first expression,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 144 (exp1 ? exp2 : exp3). This operator evaluates the first expression,
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 174 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local 175 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
|
D | caltest.cpp | 2251 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local 2274 if ( act1 != exp1 ) { in Test3785()
|
/third_party/typescript/tests/cases/compiler/ |
D | manyConstExports.ts | 4 export const exp1 = "test"; constant
|
/third_party/json/ |
D | README.md | 1173 | Clang 14.0.5-++20220603124341+2f0a69c32a4c-1~exp1~20220603124352.149 … 1174 | Clang 15.0.0 (15.0.0-++20220530052901+b7d2b160c3ba-1~exp1~20220530172952.268) …
|
/third_party/typescript/tests/baselines/reference/ |
D | manyConstExports.js | 3 export const exp1 = "test"; constant 5007 …xp6 = exports.exp5 = exports.exp4 = exports.exp3 = exports.exp2 = exports.exp1 = exports.exp0 = vo… 5108 exports.exp1 = "test";
|
D | manyConstExports.symbols | 5 export const exp1 = "test"; 6 >exp1 : Symbol(exp1, Decl(manyConstExports.ts, 1, 12))
|
D | manyConstExports.types | 6 export const exp1 = "test"; 7 >exp1 : "test"
|