/third_party/icu/icu4c/source/test/intltest/ |
H A D | formatted_string_builder_test.cpp | 65 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 D | FormattedStringBuilderTest.java | 35 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 D | FormattedStringBuilderTest.java | 38 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 D | erf.c | 171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
H A D | erff.c | 81 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 D | erf.c | 171 sb3 = 1.53672958608443695994e+03, /* 0x409802EB, 0x189D5118 */ variable 205 S = 1.0+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*( in erfc2()
|
H A D | erff.c | 81 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 D | s_erfl.c | 154 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 D | aria.c | 826 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 D | aria.c | 826 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()
|