Home
last modified time | relevance | path

Searched refs:result0 (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D1-1.c23 int result0 = -1; in main() local
26 result0 = sched_getscheduler(0); in main()
29 if (result0 == result1 && errno == 0) { in main()
34 if (result0 != result1) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
H A D2-1.c25 int result0; in main() local
31 result0 = sched_getparam(0, &param0); in main()
34 if (result0 == result1 && in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
H A D1-1.c27 int result0 = -1; in main() local
44 result0 = sched_rr_get_interval(0, &interval0); in main()
47 if (result0 == result1 && in main()
/third_party/typescript/tests/baselines/reference/
H A DemitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js8 var result0 = foo().prop **= 2;
22 var result0 = (_b = foo()).prop = Math.pow(_b.prop, 2);
/third_party/skia/tests/
H A DSrcOverTest.cpp36 unsigned result0 = test_srcover0(0xFF, i); in DEF_TEST() local
39 opaqueCounter0 += (result0 == 0xFF); in DEF_TEST()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c183 nir_ssa_def *result0 = nir_fmul(b, nir_fsign(b, x), in build_asin() local
203 return nir_bcsel(b, nir_flt(b, abs_x, half), result1, result0); in build_asin()
205 return result0; in build_asin()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java5871 Number result0 = df.parse("123E4", ppos); in testParseStrictScientific()
5872 assertEquals("Should accept number with exponent", 1230000L, result0); in testParseStrictScientific()
5875 result0 = df.parse("123", ppos); in testParseStrictScientific()
5877 assertEquals("Should NOT reject number without exponent", 123L, result0); in testParseStrictScientific()
5889 Number result0 = df.parse("123E", ppos); in testParseLenientScientific()
5890 assertEquals("Should parse the number in lenient mode", 123L, result0); in testParseLenientScientific()
5896 result0 = df.parse("123EE", ppos); in testParseLenientScientific()
5897 assertEquals("Should parse the number in lenient mode", 123L, result0); in testParseLenientScientific()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java5871 Number result0 = df.parse("123E4", ppos); in testParseStrictScientific()
5872 assertEquals("Should accept number with exponent", 1230000L, result0); in testParseStrictScientific()
5875 result0 = df.parse("123", ppos); in testParseStrictScientific()
5877 assertEquals("Should NOT reject number without exponent", 123L, result0); in testParseStrictScientific()
5889 Number result0 = df.parse("123E", ppos); in testParseLenientScientific()
5890 assertEquals("Should parse the number in lenient mode", 123L, result0); in testParseLenientScientific()
5896 result0 = df.parse("123EE", ppos); in testParseLenientScientific()
5897 assertEquals("Should parse the number in lenient mode", 123L, result0); in testParseLenientScientific()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc1521 TNode<Object> result0 = Projection<0>(result_pair); in IGNITION_HANDLER() local
1523 StoreRegisterPairAtOperandIndex(result0, result1, 3); in IGNITION_HANDLER()

Completed in 27 milliseconds