Lines Matching defs:z1Ptr

93 | pointed to by `z1Ptr'.  The value of `count' can be arbitrarily large.
99 | described above, and is returned at the location pointed to by `z1Ptr'.)
104 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
126 *z1Ptr = z1;
136 | which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
141 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
158 *z1Ptr = z1;
171 | the locations pointed to by `z0Ptr' and `z1Ptr'.
176 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
201 *z1Ptr = z1;
210 | stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted
220 | by `z0Ptr' and `z1Ptr'. The fractional part of the result may be slightly
232 bits64 *z1Ptr,
271 *z1Ptr = z1;
280 | pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
285 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
288 *z1Ptr = a1<<count;
299 | `z1Ptr', and `z2Ptr'.
309 bits64 *z1Ptr,
325 *z1Ptr = z1;
334 | are stored at the locations pointed to by `z0Ptr' and `z1Ptr'.
339 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
344 *z1Ptr = z1;
354 | `z1Ptr', and `z2Ptr'.
366 bits64 *z1Ptr,
382 *z1Ptr = z1;
392 | `z1Ptr'.
397 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr )
400 *z1Ptr = a1 - b1;
410 | pointed to by `z0Ptr', `z1Ptr', and `z2Ptr'.
422 bits64 *z1Ptr,
438 *z1Ptr = z1;
446 | `z0Ptr' and `z1Ptr'.
449 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr )
467 *z1Ptr = z1;
475 | pieces which are stored at the locations pointed to by `z0Ptr', `z1Ptr', and
485 bits64 *z1Ptr,
495 *z1Ptr = z1;
504 | the locations pointed to by `z0Ptr', `z1Ptr', `z2Ptr', and `z3Ptr'.
514 bits64 *z1Ptr,
532 *z1Ptr = z1;