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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c 50 struct yasm_floatnum { struct
72 yasm_floatnum f;
212 floatnum_normalize(yasm_floatnum *flt)
232 floatnum_mul(yasm_floatnum *acc, const yasm_floatnum *op)
303 yasm_floatnum *
306 yasm_floatnum *flt;
314 flt = yasm_xmalloc(sizeof(yasm_floatnum));
493 yasm_floatnum *
494 yasm_floatnum_copy(const yasm_floatnum *flt
    [all...]
coretype.h 114 typedef struct yasm_floatnum yasm_floatnum; typedef in typeref:struct:yasm_floatnum

Completed in 320 milliseconds