/third_party/skia/src/utils/ |
H A D | SkCamera.cpp | 101 orien->set(SkMatrix::kMScaleX, x * axis.x - z * cross.x); in doUpdate() 102 orien->set(SkMatrix::kMSkewX, x * axis.y - z * cross.y); in doUpdate() 103 orien->set(SkMatrix::kMTransX, x * axis.z - z * cross.z); in doUpdate() 104 orien->set(SkMatrix::kMSkewY, y * axis.x - z * zenith.x); in doUpdate() 105 orien->set(SkMatrix::kMScaleY, y * axis.y - z * zenith.y); in doUpdate() 106 orien->set(SkMatrix::kMTransY, y * axis.z - z * zenith.z); in doUpdate() 107 orien->set(SkMatrix::kMPersp0, axis.x); in doUpdate() 108 orien->set(SkMatrix::kMPersp1, axis.y); in doUpdate() 109 orien->set(SkMatrix::kMPersp2, axis.z); in doUpdate() 135 matrix->set(SkMatri in patchToMatrix() [all...] |
/third_party/skia/tests/ |
H A D | BulkRectTest.cpp | 118 auto set = new GrTextureSetEntry[requestedTotNumQuads]; in textureop_creation_test() local 124 set[i].fProxyView = i % 2 == 0 ? proxyViewA : proxyViewB; in textureop_creation_test() 128 set[i].fProxyView = GrSurfaceProxyView(std::move(proxyA), in textureop_creation_test() 133 set[i].fSrcAlphaType = kPremul_SkAlphaType; in textureop_creation_test() 134 set[i].fSrcRect = SkRect::MakeWH(100.0f, 100.0f); in textureop_creation_test() 135 set[i].fDstRect = SkRect::MakeWH(100.5f, 100.5f); // prevent the int non-AA optimization in textureop_creation_test() 136 set[i].fDstClipQuad = nullptr; in textureop_creation_test() 137 set[i].fPreViewMatrix = nullptr; in textureop_creation_test() 138 set[i].fColor = {1.f, 1.f, 1.f, 1.f}; in textureop_creation_test() 139 set[ in textureop_creation_test() [all...] |
/third_party/skia/gm/ |
H A D | vertices.cpp | 79 pts[0].set(0, 0); in fill_mesh() 80 pts[1].set(kMeshSize / 2, 3); in fill_mesh() 81 pts[2].set(kMeshSize, 0); in fill_mesh() 82 pts[3].set(3, kMeshSize / 2); in fill_mesh() 83 pts[4].set(kMeshSize / 2, kMeshSize / 2); in fill_mesh() 84 pts[5].set(kMeshSize - 3, kMeshSize / 2); in fill_mesh() 85 pts[6].set(0, kMeshSize); in fill_mesh() 86 pts[7].set(kMeshSize / 2, kMeshSize - 3); in fill_mesh() 87 pts[8].set(kMeshSize, kMeshSize); in fill_mesh() 90 texs[0].set( in fill_mesh() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | gen_dxgi_support_tables.py | 188 always_supported = set() 189 never_supported = set() 190 optionally_supported = set() 191 fl_9_3_supported = set() 192 fl_9_3_check = set() 193 fl_10_0_supported = set() 194 fl_10_1_supported = set() 195 fl_11_0_supported = set() 196 fl_11_0_check = set() 197 fl_11_1_supported = set() [all...] |
/third_party/spirv-tools/kokoro/scripts/windows/ |
H A D | build.bat | 19 set BUILD_ROOT=%cd% 20 set SRC=%cd%\github\SPIRV-Tools 21 set BUILD_TYPE=%1 22 set VS_VERSION=%2 25 set PATH=C:\python36;"C:\Program Files\cmake-3.23.1-windows-x86_64\bin";%PATH% 28 :: set up msvc build env 35 set BUILD_TESTS=NO 52 set BUILD_SHA=%KOKORO_GITHUB_PULL_REQUEST_COMMIT% 54 set BUILD_SHA=%KOKORO_GITHUB_COMMIT% 57 set CMAKE_FLAG [all...] |
/third_party/musl/libc-test/src/functionalext/sigchain/ |
H A D | sigchain_rm_special_handler.c | 67 sigset_t set = {0}; in sigchain_rm_special_handler_001() local 69 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_001", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_001() 133 sigset_t set = {0}; in sigchain_rm_special_handler_002() local 135 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_002", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_002() 202 sigset_t set = {0}; in sigchain_rm_special_handler_003() local 204 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_003", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_003() 241 sigset_t set = {0}; in sigchain_rm_special_handler_004() local 243 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_004", signo, SIGCHIAN_TEST_SIGNAL_NUM_1); in sigchain_rm_special_handler_004() 289 sigset_t set = {0}; in sigchain_rm_special_handler_005() local 291 SIGCHAIN_TEST_SET_MASK(set, "sigchain_rm_special_handler_00 in sigchain_rm_special_handler_005() 340 sigset_t set = {0}; sigchain_rm_special_handler_006() local 405 sigset_t set = {0}; sigchain_rm_all_special_handler_007() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply() 38 for (auto& set : equivalence_classes) { in Apply() 39 equivalence_class_pointers.push_back(&set); in Apply() 65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply() 74 // If a set was not already chosen, choose one with at least one available in Apply() 81 // If no suitable set was found, we cannot apply the transformation to in Apply() 93 std::set<uint32_t> ids_chosen; in Apply() 112 // Add this id to the set of ids chosen. in Apply() 150 std::vector<std::set<uint32_t>> 152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply() 38 for (auto& set : equivalence_classes) { in Apply() 39 equivalence_class_pointers.push_back(&set); in Apply() 65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply() 74 // If a set was not already chosen, choose one with at least one available in Apply() 81 // If no suitable set was found, we cannot apply the transformation to in Apply() 93 std::set<uint32_t> ids_chosen; in Apply() 112 // Add this id to the set of ids chosen. in Apply() 150 std::vector<std::set<uint32_t>> 152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses() [all...] |
/third_party/skia/modules/svg/include/ |
H A D | SkSVGNode.h | 66 bool set##attr_name(SkSVGAttributeParser::ParseResult< \ 68 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \ 76 void set##attr_name(const SkSVGProperty<attr_type, attr_inherited>& v) { \ 82 dest->set(SkSVGPropertyState::kInherit); \ 85 void set##attr_name(SkSVGProperty<attr_type, attr_inherited>&& v) { \ 91 dest->set(SkSVGPropertyState::kInherit); \ 193 bool set##attr_name( \ 195 if (pr.isValid()) { this->set##attr_name(*pr); } \ 198 bool set##attr_name( \ 200 if (pr.isValid()) { this->set##attr_nam [all...] |
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_opphi_synonyms.cpp | 37 std::vector<std::set<uint32_t>*> equivalence_class_pointers; in Apply() 38 for (auto& set : equivalence_classes) { in Apply() 39 equivalence_class_pointers.push_back(&set); in Apply() 65 std::set<uint32_t>* chosen_equivalence_class = nullptr; in Apply() 74 // If a set was not already chosen, choose one with at least one available in Apply() 81 // If no suitable set was found, we cannot apply the transformation to in Apply() 93 std::set<uint32_t> ids_chosen; in Apply() 112 // Add this id to the set of ids chosen. in Apply() 150 std::vector<std::set<uint32_t>> 152 std::vector<std::set<uint32_ in GetIdEquivalenceClasses() [all...] |
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolHashSet.h | 23 * \brief Memory pool hash-set class. 37 * \brief Declare a template pool hash-set (hash of sets) class interface. 38 * \param TYPENAME Type name of the declared hash-set. 97 TYPENAME##Set* set = setPtr ? *setPtr : DE_NULL; \ 98 if (!set) \ 100 set = TYPENAME##Set_create(hashSet->hash->pool); \ 101 if (!set) return DE_FALSE; \ 102 if (!TYPENAME##Set_insert(set, value)) return DE_FALSE; \ 103 return TYPENAME##Hash_insert(hashSet->hash, key, set); \ 107 return TYPENAME##Set_insert(set, valu [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | ChineseTest.java | 103 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping() 127 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping() 134 cal.set(Calendar.EXTENDED_YEAR, cyear); in TestMapping() 135 cal.set(Calendar.MONTH, cmonth-1); in TestMapping() 136 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping() 137 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping() 189 tempcal.set(1989, Calendar.NOVEMBER, 1); in TestLimits() 276 tempcal.set(2001, Calendar.MAY, 22); in TestFormat() 278 tempcal.set(2001, Calendar.MAY, 23); in TestFormat() 317 // If we set DAY_OF_YEA in TestResolution() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | ChineseTest.java | 106 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping() 130 grego.set(DATA[i++], DATA[i++]-1, DATA[i++]); in TestMapping() 137 cal.set(Calendar.EXTENDED_YEAR, cyear); in TestMapping() 138 cal.set(Calendar.MONTH, cmonth-1); in TestMapping() 139 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth); in TestMapping() 140 cal.set(Calendar.DAY_OF_MONTH, cdayofmonth); in TestMapping() 192 tempcal.set(1989, Calendar.NOVEMBER, 1); in TestLimits() 279 tempcal.set(2001, Calendar.MAY, 22); in TestFormat() 281 tempcal.set(2001, Calendar.MAY, 23); in TestFormat() 320 // If we set DAY_OF_YEA in TestResolution() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 20 compile_targets: minimal set of targets that directly or indirectly (for 23 The expectation is this set of targets is passed into a build step. This list 25 test_targets: set of targets from the supplied |test_targets| that either 220 deps: set of Targets this Target depends upon. This is not recursive, only the 223 back_deps: set of Targets that have a dependency on this Target. 225 This is used for two iterations, once in building the set of Targets and 231 set of targets that needs to be built. 239 self.deps = set() 241 self.back_deps = set() 256 files: set o [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 20 compile_targets: minimal set of targets that directly or indirectly (for 23 The expectation is this set of targets is passed into a build step. This list 25 test_targets: set of targets from the supplied |test_targets| that either 220 deps: set of Targets this Target depends upon. This is not recursive, only the 223 back_deps: set of Targets that have a dependency on this Target. 225 This is used for two iterations, once in building the set of Targets and 231 set of targets that needs to be built. 239 self.deps = set() 241 self.back_deps = set() 256 files: set o [all...] |
/applications/standard/contacts_data/ability/merge/src/ |
H A D | merger_contacts.cpp | 53 std::vector<std::set<int>> candidates = QueryMergeContacts(store, MERGE_MODE_AUTO); in ContactMerge() 58 int MergerContacts::MergeCircle(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::vector<std::set<int>> candidates) in MergeCircle() 66 std::set<int> ids = *it; in MergeCircle() 94 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minId, std::set<int> handledIds) in DeleteContacts() 101 std::set<int> ids; in DeleteContacts() 124 std::set<int> MergerContacts::HandleIds(std::shared_ptr<OHOS::NativeRdb::RdbStore> store, std::set<int> ids) in HandleIds() 126 std::set<int> rawIds; in HandleIds() 161 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minRawId, std::set<int> Ids) in UpdateRawContacts() 187 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int minContactId, std::set<in in UpdateRawContactsExecute() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | computedPropertyNames17_ES6.js | 5 static set [true](v) { } 7 set [{}](v) { } 9 set [null](v) { } 16 static set [true](v) { }
18 set [{}](v) { }
20 set [null](v) { }
|
/third_party/ltp/testcases/kernel/syscalls/nice/ |
H A D | nice05.c | 77 cpu_set_t *set; in setup() local 80 set = CPU_ALLOC(nrcpus); in setup() 81 if (!set) in setup() 85 CPU_ZERO_S(size, set); in setup() 86 if (sched_getaffinity(0, size, set) < 0) in setup() 90 if (CPU_ISSET_S(i, size, set)) in setup() 93 CPU_ZERO_S(size, set); in setup() 94 CPU_SET_S(some_cpu, size, set); in setup() 95 if (sched_setaffinity(0, size, set) < 0) in setup() 98 CPU_FREE(set); in setup() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
H A D | twoptimers.c | 8 * Test having two timers in different processes set to expire at the 39 sigset_t set; in main() local 43 if (sigemptyset(&set) == -1) { in main() 48 if (sigaddset(&set, SIGABRT) == -1) { in main() 53 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in main() 75 if (sigwait(&set, &sig) == -1) { in main() 92 sigset_t set; in main() local 97 if (sigemptyset(&set) == -1) { in main() 102 if (sigaddset(&set, SIGALRM) == -1) { in main() 107 if (sigprocmask(SIG_BLOCK, &set, NUL in main() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | call_graph_test.cpp | 307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST() 308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST() 326 ASSERT_EQ(graph.GetIndirectCallees(2), std::set<uint32_t>({35, 48, 50, 61})); in TEST() 327 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 328 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 329 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 330 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_ in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | call_graph_test.cpp | 307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST() 308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST() 326 ASSERT_EQ(graph.GetIndirectCallees(2), std::set<uint32_t>({35, 48, 50, 61})); in TEST() 327 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 328 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 329 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 330 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_ in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
H A D | VERegisterInfo.cpp | 51 Reserved.set(VE::SX8); // stack limit in getReservedRegs() 52 Reserved.set(VE::SX9); // frame pointer in getReservedRegs() 53 Reserved.set(VE::SX10); // link register (return address) in getReservedRegs() 54 Reserved.set(VE::SX11); // stack pointer in getReservedRegs() 56 Reserved.set(VE::SX12); // outer register in getReservedRegs() 57 Reserved.set(VE::SX13); // id register for dynamic linker in getReservedRegs() 59 Reserved.set(VE::SX14); // thread pointer in getReservedRegs() 60 Reserved.set(VE::SX15); // global offset table register in getReservedRegs() 61 Reserved.set(VE::SX16); // procedure linkage table register in getReservedRegs() 62 Reserved.set(V in getReservedRegs() [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | call_graph_test.cpp | 307 ASSERT_EQ(graph.GetDirectCallees(2), std::set<uint32_t>({35, 48, 50})); in TEST() 308 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 309 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 310 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 311 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_t>({})); in TEST() 326 ASSERT_EQ(graph.GetIndirectCallees(2), std::set<uint32_t>({35, 48, 50, 61})); in TEST() 327 ASSERT_EQ(graph.GetDirectCallees(35), std::set<uint32_t>({})); in TEST() 328 ASSERT_EQ(graph.GetDirectCallees(48), std::set<uint32_t>({35, 50, 61})); in TEST() 329 ASSERT_EQ(graph.GetDirectCallees(50), std::set<uint32_t>({35})); in TEST() 330 ASSERT_EQ(graph.GetDirectCallees(61), std::set<uint32_ in TEST() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 163 * When a <code>BigDecimal</code> operator method is used, a set of rules define what the result will be (and, by 722 // [ind was set earlier] in BigDecimal() 967 * @param set The <code>MathContext</code> arithmetic settings. 972 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() argument 974 return this.negate(set); in abs() 975 return this.plus(set); in abs() 1002 * @param set The <code>MathContext</code> arithmetic settings. 1007 public com.ibm.icu.math.BigDecimal add(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) { in add() argument 1026 if (set.lostDigits) in add() 1027 checkdigits(rhs, set in add() 1261 compareTo(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) compareTo() argument 1400 divide(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) divide() argument 1435 divideInteger(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) divideInteger() argument 1472 max(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) max() argument 1511 min(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) min() argument 1548 multiply(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) multiply() argument 1663 negate(com.ibm.icu.math.MathContext set) negate() argument 1703 plus(com.ibm.icu.math.MathContext set) plus() argument 1765 pow(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) pow() argument 1865 remainder(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) remainder() argument 1898 subtract(com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set) subtract() argument 3123 dodivide(char code, com.ibm.icu.math.BigDecimal rhs, com.ibm.icu.math.MathContext set, int scale) dodivide() argument 3641 round(com.ibm.icu.math.MathContext set) round() argument 3791 finish(com.ibm.icu.math.MathContext set, boolean strip) finish() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 164 * When a <code>BigDecimal</code> operator method is used, a set of rules define what the result will be (and, by 706 // [ind was set earlier] in BigDecimal() 946 * @param set The <code>MathContext</code> arithmetic settings. 950 public ohos.global.icu.math.BigDecimal abs(ohos.global.icu.math.MathContext set) { in abs() argument 952 return this.negate(set); in abs() 953 return this.plus(set); in abs() 979 * @param set The <code>MathContext</code> arithmetic settings. 983 public ohos.global.icu.math.BigDecimal add(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) { in add() argument 1002 if (set.lostDigits) in add() 1003 checkdigits(rhs, set in add() 1235 compareTo(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) compareTo() argument 1370 divide(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) divide() argument 1403 divideInteger(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) divideInteger() argument 1438 max(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) max() argument 1475 min(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) min() argument 1510 multiply(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) multiply() argument 1623 negate(ohos.global.icu.math.MathContext set) negate() argument 1661 plus(ohos.global.icu.math.MathContext set) plus() argument 1721 pow(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) pow() argument 1819 remainder(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) remainder() argument 1850 subtract(ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set) subtract() argument 3048 dodivide(char code, ohos.global.icu.math.BigDecimal rhs, ohos.global.icu.math.MathContext set, int scale) dodivide() argument 3566 round(ohos.global.icu.math.MathContext set) round() argument 3716 finish(ohos.global.icu.math.MathContext set, boolean strip) finish() argument [all...] |