Home
last modified time | relevance | path

Searched defs:expect3 (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dunstack_fp32_tests.cc67 float expect3[] = {7, 8, 15, 16, 23, 24}; in TEST_F() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java2649 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest
2660 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest
2669 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java2652 public void expect3(NumberFormat fmt, Number n, String exp) { in expect3() method in NumberFormatTest
2663 public void expect3(NumberFormat fmt, double n, String exp) { in expect3() method in NumberFormatTest
2672 public void expect3(NumberFormat fmt, long n, String exp) { in expect3() method in NumberFormatTest
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2839 void NumberFormatTest::expect3(NumberFormat& fmt, const Formattable& n, const UnicodeString& str) { in expect3() function in NumberFormatTest