Home
last modified time | relevance | path

Searched refs:sb3 (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dformatted_string_builder_test.cpp65 FormattedStringBuilder sb3; in testInsertAppendUnicodeString() local
69 sb3.append(str, kUndefinedField, status); in testInsertAppendUnicodeString()
70 assertSuccess("Appending to sb3", status); in testInsertAppendUnicodeString()
72 assertEqualsImpl(str, sb3); in testInsertAppendUnicodeString()
157 FormattedStringBuilder sb3; in testInsertAppendCodePoint() local
161 sb3.appendCodePoint(cas, kUndefinedField, status); in testInsertAppendCodePoint()
162 assertSuccess("Appending to sb3", status); in testInsertAppendCodePoint()
164 assertEquals("Length of sb3", U16_LENGTH(cas), sb3.length()); in testInsertAppendCodePoint()
165 assertEquals("Code point count of sb3", in testInsertAppendCodePoint()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedStringBuilderTest.java35 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCharSequence()
38 sb3.append(str, null); in testInsertAppendCharSequence()
40 assertCharSequenceEquals(str, sb3, str); in testInsertAppendCharSequence()
122 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCodePoint()
125 sb3.appendCodePoint(cas, null); in testInsertAppendCodePoint()
127 assertEquals(Character.codePointAt(sb3, 0), cas); in testInsertAppendCodePoint()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedStringBuilderTest.java38 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCharSequence()
41 sb3.append(str, null); in testInsertAppendCharSequence()
43 assertCharSequenceEquals(str, sb3, str); in testInsertAppendCharSequence()
125 FormattedStringBuilder sb3 = new FormattedStringBuilder(); in testInsertAppendCodePoint()
128 sb3.appendCodePoint(cas, null); in testInsertAppendCodePoint()
130 assertEquals(Character.codePointAt(sb3, 0), cas); in testInsertAppendCodePoint()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Derf.c171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable
205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
H A Derff.c81 sb3 = 1.5367296143e+03, /* 0x44c01759 */ variable
115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
/third_party/musl/src/math/
H A Derf.c171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable
205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
H A Derff.c81 sb3 = 1.5367296143e+03, /* 0x44c01759 */ variable
115 S = 1.0f+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c154 sb3 = 1.31019107205412870059331647078328430e5L, /* 0x400fffcb, 0x1b71d05e, 0x3b28361d, 0x2a3c3690 */ variable
244 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+ in erfl()
311 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7+ in erfcl()
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c826 static const unsigned char sb3[256] = { variable
997 o->c[i + 2] = sb3[x->c[i + 2] ^ y->c[i + 2]]; in sl1()
1010 o[i ] = sb3[x->c[i ] ^ y->c[i ]]; in sl2()
/third_party/openssl/crypto/aria/
H A Daria.c826 static const unsigned char sb3[256] = { variable
997 o->c[i + 2] = sb3[x->c[i + 2] ^ y->c[i + 2]]; in sl1()
1010 o[i ] = sb3[x->c[i ] ^ y->c[i ]]; in sl2()

Completed in 9 milliseconds