Home
last modified time | relevance | path

Searched refs:base2 (Results 1 - 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithIdenticalObjects.js59 var base2: Base; variable
63 var r1a2 = base1 < base2;
71 var r1b2 = base2 < base1;
80 var r2a2 = base1 > base2;
88 var r2b2 = base2 > base1;
97 var r3a2 = base1 <= base2;
105 var r3b2 = base2 <= base1;
114 var r4a2 = base1 >= base2;
122 var r4b2 = base2 >= base1;
131 var r5a2 = base1 == base2;
264 var base2; global() variable
[all...]
H A DarrayBestCommonTypes.js5 class base2 implements iface { }
45 var base2Obj = new base2();
58 class base2 implements iface { x: string; z: string; }
98 var base2Obj = new base2();
133 var base2 = /** @class */ (function () {
134 function base2() {
136 return base2;
176 var base2Obj = new base2();
192 var base2 = /** @class */ (function () {
193 function base2() {
[all...]
/third_party/skia/bench/
H A DHairlinePathBench.cpp99 int base2 = 2 * rand.nextULessThan(hSize); variable
103 path->lineTo(SkIntToScalar(points[base2] + xTrans),
104 SkIntToScalar(points[base2+1] + yTrans));
131 int base2 = 2 * rand.nextULessThan(hSize); variable
135 path->quadTo(SkIntToScalar(points[base2] + xTrans),
136 SkIntToScalar(points[base2+1] + yTrans),
164 int base2 = 2 * rand.nextULessThan(hSize); variable
169 path->conicTo(SkIntToScalar(points[base2] + xTrans),
170 SkIntToScalar(points[base2+1] + yTrans),
199 int base2 variable
[all...]
/third_party/FreeBSD/sys/sys/
H A Dkobj.h153 base1, base2) \
157 &base2, NULL }; \
169 base1, base2, base3) \
173 &base2, \
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Drsaz_exp.h50 const BN_ULONG *base2,
/third_party/openssl/crypto/bn/
H A Drsaz_exp.h50 const BN_ULONG *base2,
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dpoint_448.h279 * combo = scalar1*curve448_point_base + scalar2*base2.
284 * combo (out): The linear combination scalar1*base + scalar2*base2.
286 * base2 (in): A second point to be scaled.
295 const curve448_point_t base2,
H A Dcurve448.c640 const curve448_point_t base2, in ossl_curve448_base_double_scalarmul_non_secret()
654 prepare_wnaf_table(precmp_var, base2, table_bits_var); in ossl_curve448_base_double_scalarmul_non_secret()
638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, const curve448_scalar_t scalar1, const curve448_point_t base2, const curve448_scalar_t scalar2) ossl_curve448_base_double_scalarmul_non_secret() argument
/third_party/openssl/crypto/ec/curve448/
H A Dpoint_448.h279 * combo = scalar1*curve448_point_base + scalar2*base2.
284 * combo (out): The linear combination scalar1*base + scalar2*base2.
286 * base2 (in): A second point to be scaled.
295 const curve448_point_t base2,
H A Dcurve448.c640 const curve448_point_t base2, in ossl_curve448_base_double_scalarmul_non_secret()
654 prepare_wnaf_table(precmp_var, base2, table_bits_var); in ossl_curve448_base_double_scalarmul_non_secret()
638 ossl_curve448_base_double_scalarmul_non_secret(curve448_point_t combo, const curve448_scalar_t scalar1, const curve448_point_t base2, const curve448_scalar_t scalar2) ossl_curve448_base_double_scalarmul_non_secret() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.cpp340 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local
352 reg->reg.data.id = base + base2; in mkClobber()
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c655 struct symbol *base2 = t2->ctype.base_type; in type_difference() local
690 t2 = base2; in type_difference()
727 base2 = examine_pointer_target(t2); in type_difference()
778 if (base1 != base2) in type_difference()
791 t2 = base2; in type_difference()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1124 Base base, base2; in TEST() local
1128 EXPECT_FALSE(m1.Matches(base2)); in TEST()
1134 EXPECT_FALSE(m1.Matches(base2)); in TEST()
/third_party/python/Lib/test/
H A Ddatetimetester.py4066 base2 = base.replace(tzinfo=None)
4067 self.assertIsNone(base2.tzinfo)
4068 self.assertIsNone(base2.tzname())
4071 base3 = base2.replace(tzinfo=z100)
4863 base2 = base.replace(tzinfo=None)
4864 self.assertIsNone(base2.tzinfo)
4865 self.assertIsNone(base2.tzname())
4868 base3 = base2.replace(tzinfo=z100)

Completed in 25 milliseconds