HomeSort by: relevance | last modified time | path
    Searched refs:epf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/hppa/
fpemu.S 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \
71 .import __CONCAT(__CONCAT(epf,_),name), code ! \
72 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
  /src/sys/dev/stbi/
stb_image.c 618 #define epf(x,y) ((float *) (e(x,y)?NULL:NULL)) macro
724 if (!f) return epf("can't fopen", "Unable to open file");
740 return epf("unknown image type", "Image not of any known type, or corrupt");
754 return epf("unknown image type", "Image not of any known type, or corrupt");
1041 if (output == NULL) { FREE(data); return epf("outofmem", "Out of memory"); }
4842 return epf("not HDR", "Corrupt HDR image");
4851 if (!valid) return epf("unsupported format", "Unsupported HDR format");
4856 if (strncmp(token, "-Y ", 3)) return epf("unsupported data layout", "Unsupported HDR format");
4860 if (strncmp(token, "+X ", 3)) return epf("unsupported data layout", "Unsupported HDR format");
4909 if (len != width) { FREE(hdr_data); FREE(scanline); return epf("invalid decoded scanline length", "corrupt HDR");
    [all...]

Completed in 15 milliseconds