/third_party/icu/icu4c/source/test/intltest/ |
H A D | aliastst.cpp | 254 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 D | comparisonOperatorWithNoRelationshipObjectsOnOptionalProperty.js | 19 var rb2 = b > a; variable 53 var rb2 = b > a;
variable
|
H A D | comparisonOperatorWithSubtypeObjectOnOptionalProperty.js | 20 var rb2 = b > a; variable 54 var rb2 = b > a;
variable
|
H A D | inOperatorWithInvalidOperands.js | 37 var rb2 = x in b2; variable 88 var rb2 = x in b2;
variable
|
H A D | inOperatorWithValidOperands.js | 24 var rb2 = x in {}; 68 var rb2 = x in {};
|
H A D | instanceofOperatorWithInvalidOperands.js | 36 var rb2 = x instanceof b2; variable 82 var rb2 = x instanceof b2;
variable
|
H A D | arithmeticOperatorWithOnlyNullValueOrUndefinedValue.js | 10 var rb2 = null / undefined; variable 70 var rb2 = null / undefined;
variable
|
H A D | comparisonOperatorWithIdenticalPrimitiveType.js | 21 var rb2 = b > b; variable 104 var rb2 = b > b;
variable
|
H A D | comparisonOperatorWithSubtypeObjectOnProperty.js | 41 var rb2 = a2 > b2; variable 142 var rb2 = a2 > b2;
variable
|
H A D | comparisonOperatorWithSubtypeEnumAndNumber.js | 17 var rb2 = b > a; variable 89 var rb2 = b > a;
variable
|
H A D | comparisonOperatorWithTypeParameter.js | 17 var rb2 = u > t; 95 var rb2 = u > t;
|
H A D | arithmeticOperatorWithAnyAndNumber.js | 17 var rb2 = a / b; variable 119 var rb2 = a / b;
variable
|
H A D | arithmeticOperatorWithNullValueAndValidOperands.js | 25 var rb2 = null / b; variable 134 var rb2 = null / b;
variable
|
H A D | logicalAndOperatorWithEveryType.js | 28 var rb2 = a2 && a2; variable 154 var rb2 = a2 && a2;
variable
|
H A D | logicalOrOperatorWithEveryType.js | 30 var rb2 = a2 || a2; // boolean || boolean is boolean variable 158 var rb2 = a2 || a2; // boolean || boolean is boolean
variable
|
H A D | arithmeticOperatorWithUndefinedValueAndValidOperands.js | 25 var rb2 = undefined / b; variable 134 var rb2 = undefined / b;
variable
|
H A D | arithmeticOperatorWithEnum.js | 29 var rb2 = c / b; variable 178 var rb2 = c / b;
variable
|
H A D | arithmeticOperatorWithEnumUnion.js | 33 var rb2 = c / b; variable 187 var rb2 = c / b;
variable
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 164 rb2 = -1.77579549177547519889e+01, /* 0xC031C209, 0x555F995A */ variable 203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
|
H A D | erff.c | 74 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 D | erf.c | 164 rb2 = -1.77579549177547519889e+01, /* 0xC031C209, 0x555F995A */ variable 203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
|
H A D | erff.c | 74 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 D | s_erfl.c | 139 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 D | ICUResourceBundleTest.java | 1050 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 D | ICUResourceBundleTest.java | 1050 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()
|