Home
last modified time | relevance | path

Searched refs:rb2 (Results 1 - 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
H A Daliastst.cpp254 ResourceBundle* rb2 = NULL; in TestUResourceBundle() local
266 rb2 = new ResourceBundle(testdatapath, newLoc, status); in TestUResourceBundle()
270 us2 = rb2->getStringEx("locale", status); in TestUResourceBundle()
284 if (rb2!=NULL) { in TestUResourceBundle()
285 delete rb2; in TestUResourceBundle()
/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js19 var rb2 = b > a; variable
53 var rb2 = b > a; variable
H A DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.js20 var rb2 = b > a; variable
54 var rb2 = b > a; variable
H A DinOperatorWithInvalidOperands.js37 var rb2 = x in b2; variable
88 var rb2 = x in b2; variable
H A DinOperatorWithValidOperands.js24 var rb2 = x in {};
68 var rb2 = x in {};
H A DinstanceofOperatorWithInvalidOperands.js36 var rb2 = x instanceof b2; variable
82 var rb2 = x instanceof b2; variable
H A DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js10 var rb2 = null / undefined; variable
70 var rb2 = null / undefined; variable
H A DcomparisonOperatorWithIdenticalPrimitiveType.js21 var rb2 = b > b; variable
104 var rb2 = b > b; variable
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js41 var rb2 = a2 > b2; variable
142 var rb2 = a2 > b2; variable
H A DcomparisonOperatorWithSubtypeEnumAndNumber.js17 var rb2 = b > a; variable
89 var rb2 = b > a; variable
H A DcomparisonOperatorWithTypeParameter.js17 var rb2 = u > t;
95 var rb2 = u > t;
H A DarithmeticOperatorWithAnyAndNumber.js17 var rb2 = a / b; variable
119 var rb2 = a / b; variable
H A DarithmeticOperatorWithNullValueAndValidOperands.js25 var rb2 = null / b; variable
134 var rb2 = null / b; variable
H A DlogicalAndOperatorWithEveryType.js28 var rb2 = a2 && a2; variable
154 var rb2 = a2 && a2; variable
H A DlogicalOrOperatorWithEveryType.js30 var rb2 = a2 || a2; // boolean || boolean is boolean variable
158 var rb2 = a2 || a2; // boolean || boolean is boolean variable
H A DarithmeticOperatorWithUndefinedValueAndValidOperands.js25 var rb2 = undefined / b; variable
134 var rb2 = undefined / b; variable
H A DarithmeticOperatorWithEnum.js29 var rb2 = c / b; variable
178 var rb2 = c / b; variable
H A DarithmeticOperatorWithEnumUnion.js33 var rb2 = c / b; variable
187 var rb2 = c / b; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Derf.c164 rb2 = -1.77579549177547519889e+01, /* 0xC031C209, 0x555F995A */ variable
203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
H A Derff.c74 rb2 = -1.7757955551e+01, /* 0xc18e104b */ variable
113 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
/third_party/musl/src/math/
H A Derf.c164 rb2 = -1.77579549177547519889e+01, /* 0xC031C209, 0x555F995A */ variable
203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
H A Derff.c74 rb2 = -1.7757955551e+01, /* 0xc18e104b */ variable
113 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c139 rb2 = -1.03228196364885474342132255440317065e2L, /* 0xc0059ce9, 0xac4ed0ff, 0x2cff0ff7, 0x5e70d1ab */ variable
241 R=rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*(rb5+s*(rb6+s*(rb7+ in erfl()
308 R=rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*(rb5+s*(rb6+s*(rb7+ in erfcl()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java1050 UResourceBundle rb2 in TestT6844()
1052 assertEquals("bundleContainer in testmessages", "testmessages.properties", rb2.getString("bundleContainer")); in TestT6844()
1063 UResourceBundle rb1, rb2, rb3, rb4, rb5, rb6, rb7; in TestUResourceBundleCoverage()
1066 rb2 = UResourceBundle.getBundleInstance(baseName); in TestUResourceBundleCoverage()
1077 if (rb1 == null || rb2 == null || rb3 == null || rb4 == null || rb5 == null || rb6 == null) { in TestUResourceBundleCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java1050 UResourceBundle rb2 in TestT6844()
1052 assertEquals("bundleContainer in testmessages", "testmessages.properties", rb2.getString("bundleContainer")); in TestT6844()
1063 UResourceBundle rb1, rb2, rb3, rb4, rb5, rb6, rb7; in TestUResourceBundleCoverage()
1066 rb2 = UResourceBundle.getBundleInstance(baseName); in TestUResourceBundleCoverage()
1077 if (rb1 == null || rb2 == null || rb3 == null || rb4 == null || rb5 == null || rb6 == null) { in TestUResourceBundleCoverage()

Completed in 15 milliseconds

12