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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.h 109 int yasm_floatnum_get_sized(const yasm_floatnum *flt, unsigned char *ptr,
114 * yasm_floatnum_get_sized()). Doesn't actually check for underflow/overflow
floatnum.c 531 if (yasm_floatnum_get_sized(flt, t, 4, 32, 0, 0, 0)) {
674 yasm_floatnum_get_sized(const yasm_floatnum *flt, unsigned char *ptr, function
742 yasm_floatnum_get_sized(flt, out, 4, 32, 0, 0, 0));
749 yasm_floatnum_get_sized(flt, out, 8, 64, 0, 0, 0));
756 yasm_floatnum_get_sized(flt, out, 10, 80, 0, 0, 0));
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 304 if (yasm_floatnum_get_sized(flt, outval, 4, 32, 0, 0, 0) !=
322 if (yasm_floatnum_get_sized(flt, outval, 4, 32, 0, 0, 0) !=
344 if (yasm_floatnum_get_sized(flt, outval, 8, 64, 0, 0, 0) !=
362 if (yasm_floatnum_get_sized(flt, outval, 8, 64, 0, 0, 0) !=
384 if (yasm_floatnum_get_sized(flt, outval, 10, 80, 0, 0, 0) !=
402 if (yasm_floatnum_get_sized(flt, outval, 10, 80, 0, 0, 0) !=
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c     [all...]

Completed in 84 milliseconds