HomeSort by relevance Sort by last modified time
    Searched refs:epart (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 207 union fi epart; local
219 * epart.f = (float) (1 << ipart)
222 epart.i = (ipart + 127 ) << 23;
226 return epart.f * mpart;
254 float epart, mpart; local
256 epart = (float)(((num.i & 0x7f800000) >> 23) - 127);
259 return epart + mpart;
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 7077 IRTemp epart = newTemp(Ity_V128); local
7112 IRTemp epart = newTemp(Ity_V128); local
7266 IRExpr* epart = NULL; local
    [all...]
guest_amd64_toIR.c 8867 IRTemp epart = newTemp(Ity_V128); local
8903 IRTemp epart = newTemp(Ity_V128); local
9061 IRExpr* epart = NULL; local
23112 IRTemp epart = newTemp(Ity_V128); local
23249 IRTemp epart = newTemp(Ity_V128); local
    [all...]

Completed in 148 milliseconds