Home
last modified time | relevance | path

Searched refs:rb4 (Results 1 - 23 of 23) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DobjectTypeWithCallSignatureAppearsToBeFunctionType.js18 var rb4: (x: any, y?: any) => any = b.apply; variable
28 var rb4 = b.apply; variable
H A DinOperatorWithInvalidOperands.js39 var rb4 = x in b4; variable
90 var rb4 = x in b4; variable
H A DinOperatorWithValidOperands.js31 var rb4 = x in t;
73 var rb4 = x in t;
H A DinstanceofOperatorWithInvalidOperands.js38 var rb4 = x instanceof b4; variable
84 var rb4 = x instanceof b4; variable
H A DarithmeticOperatorWithOnlyNullValueOrUndefinedValue.js12 var rb4 = undefined / undefined; variable
72 var rb4 = undefined / undefined; variable
H A DcomparisonOperatorWithIdenticalPrimitiveType.js23 var rb4 = d > d; variable
106 var rb4 = d > d; variable
H A DcomparisonOperatorWithSubtypeObjectOnProperty.js43 var rb4 = b2 > a2; variable
144 var rb4 = b2 > a2; variable
H A DcomparisonOperatorWithSubtypeEnumAndNumber.js19 var rb4 = b > E.a; variable
91 var rb4 = b > E.a; variable
H A DcomparisonOperatorWithTypeParameter.js19 var rb4 = u >= t;
97 var rb4 = u >= t;
H A DarithmeticOperatorWithAnyAndNumber.js19 var rb4 = 0 / a; variable
121 var rb4 = 0 / a; variable
H A DarithmeticOperatorWithNullValueAndValidOperands.js27 var rb4 = null / E.a; variable
136 var rb4 = null / E.a; variable
H A DlogicalAndOperatorWithEveryType.js30 var rb4 = a4 && a2; variable
156 var rb4 = a4 && a2; variable
H A DlogicalOrOperatorWithEveryType.js32 var rb4 = a4 || a2; // string || boolean is string | boolean variable
160 var rb4 = a4 || a2; // string || boolean is string | boolean variable
H A DarithmeticOperatorWithUndefinedValueAndValidOperands.js27 var rb4 = undefined / E.a; variable
136 var rb4 = undefined / E.a; variable
H A DarithmeticOperatorWithEnum.js31 var rb4 = a / c; variable
180 var rb4 = a / c; variable
H A DarithmeticOperatorWithEnumUnion.js35 var rb4 = a / c; variable
189 var rb4 = a / c; variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Derf.c166 rb4 = -6.37566443368389627722e+02, /* 0xC083EC88, 0x1375F228 */ variable
203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
H A Derff.c76 rb4 = -6.3756646729e+02, /* 0xc41f6441 */ variable
113 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
/third_party/musl/src/math/
H A Derf.c166 rb4 = -6.37566443368389627722e+02, /* 0xC083EC88, 0x1375F228 */ variable
203 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*( in erfc2()
H A Derff.c76 rb4 = -6.3756646729e+02, /* 0xc41f6441 */ 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.c141 rb4 = -8.35435477739098044190860390632813956e4L, /* 0xc00f4657, 0x8c3ae934, 0x3647d7b3, 0x80e76fb7 */ 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.java1063 UResourceBundle rb1, rb2, rb3, rb4, rb5, rb6, rb7; in TestUResourceBundleCoverage()
1068 rb4 = UResourceBundle.getBundleInstance(baseName, locale); 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.java1063 UResourceBundle rb1, rb2, rb3, rb4, rb5, rb6, rb7; in TestUResourceBundleCoverage()
1068 rb4 = UResourceBundle.getBundleInstance(baseName, locale); in TestUResourceBundleCoverage()
1077 if (rb1 == null || rb2 == null || rb3 == null || rb4 == null || rb5 == null || rb6 == null) { in TestUResourceBundleCoverage()

Completed in 14 milliseconds