Searched defs:a_z (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterProperties5.ts | 12 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/ |
D | destructuringParameterProperties5.js | 13 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/ |
D | linear_congruential.hpp | 201 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
|