Home
last modified time | relevance | path

Searched defs:a_z (Results 1 – 3 of 3) sorted by relevance

/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/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
/third_party/boost/boost/random/
Dlinear_congruential.hpp201 IntType a_z = mod_type::pow(a, z); in discard() local
225 IntType a_z = mod_type::mult_add(b_gcd, a_zm1_over_gcd, 1); in discard() local