HomeSort by relevance Sort by last modified time
    Searched full:double_tmp (Results 1 - 2 of 2) sorted by null

  /external/libffi/src/powerpc/
ffi.c 125 double double_tmp; local
178 double_tmp = **p_argv.f;
181 *next_arg.f = (float) double_tmp;
185 *fpr_base.d++ = double_tmp;
194 double_tmp = **p_argv.d;
204 *next_arg.d = double_tmp;
208 *fpr_base.d++ = double_tmp;
252 double_tmp = (*p_argv.d)[0];
262 *next_arg.d = double_tmp;
264 double_tmp = (*p_argv.d)[1]
439 double double_tmp; local
    [all...]
ffi_darwin.c 101 double double_tmp; local
131 double_tmp = *(float *)*p_argv;
133 *(double *)next_arg = double_tmp;
135 *fpr_base++ = double_tmp;
142 double_tmp = *(double *)*p_argv;
144 *(double *)next_arg = double_tmp;
146 *fpr_base++ = double_tmp;
155 double_tmp = ((double *)*p_argv)[0];
157 *(double *)next_arg = double_tmp;
159 *fpr_base++ = double_tmp;
    [all...]

Completed in 253 milliseconds