Home | History | Annotate | Download | only in main

Lines Matching full:didx

368 	   int didx = i * rmul;
374 dst[didx].f = (float) src[sidx].u;
379 dst[didx].f = (float) src[sidx].i;
382 dst[didx].f = src[sidx].i ? 1.0f : 0.0f;
387 dst[didx].f = tmp;
399 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
406 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
411 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
416 memcpy(&dst[didx].f, &tmp, sizeof(tmp));
445 dst[didx].i = IROUND(src[sidx].f);
448 dst[didx].i = src[sidx].i ? 1 : 0;
453 dst[didx].i = IROUNDD(tmp);