Lines Matching refs:p_dst
5954 double src, *p_dst;
5978 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
5982 p_dst = &fargs_priv[i];
5985 *p_dst = 0; // clear dst
6006 double_to_bits(*p_dst), r15-base);
6021 double src, *p_dst;
6046 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6050 p_dst = &fargs_priv[i];
6053 *p_dst = 0; // clear dst
6069 double_to_bits(*p_dst), r15-base);
6084 double_to_bits(*p_dst), *p_dst, r15, flags, xer);
6093 (uint32_t)(double_to_bits(*p_dst) >> 32),
6094 bits_to_float( (uint32_t)(double_to_bits(*p_dst) >> 32) ),