Home
last modified time | relevance | path

Searched refs:a_z (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/random/
Dlinear_congruential.hpp201 IntType a_z = mod_type::pow(a, z); in discard() local
202 _x = mod_type::mult_add(a_z, _x, in discard()
203 mod_type::mult(mod_type::mult(c, b_inv), a_z - 1)); in discard()
225 IntType a_z = mod_type::mult_add(b_gcd, a_zm1_over_gcd, 1); in discard() local
228 _x = mod_type::mult_add(a_z, _x, mod_type::mult(b_inv, num)); in discard()
/third_party/typescript/tests/baselines/reference/
DdestructuringParameterProperties5.js13 var [a_x1, a_x2, a_x3, a_y, a_z] = [a.x1, a.x2, a.x3, a.y, a.z]; variable
25 var _a = [a.x1, a.x2, a.x3, a.y, a.z], a_x1 = _a[0], a_x2 = _a[1], a_x3 = _a[2], a_y = _a[3], a_z =…
DdestructuringParameterProperties5.symbols48 var [a_x1, a_x2, a_x3, a_y, a_z] = [a.x1, a.x2, a.x3, a.y, a.z];
53 >a_z : Symbol(a_z, Decl(destructuringParameterProperties5.ts, 11, 27))
DdestructuringParameterProperties5.types72 var [a_x1, a_x2, a_x3, a_y, a_z] = [a.x1, a.x2, a.x3, a.y, a.z];
77 >a_z : any
DdestructuringParameterProperties5.errors.txt58 var [a_x1, a_x2, a_x3, a_y, a_z] = [a.x1, a.x2, a.x3, a.y, a.z];
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties5.ts12 var [a_x1, a_x2, a_x3, a_y, a_z] = [a.x1, a.x2, a.x3, a.y, a.z]; variable
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Didentifier_test.cpp45 INSTANTIATE_TEST_SUITE_P(a_z, SingleLetterIdentifierTest, CLOSED_RANGE('a', 'z'));
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Didentifier_test.cpp45 INSTANTIATE_TEST_SUITE_P(a_z, SingleLetterIdentifierTest, CLOSED_RANGE('a', 'z'));