Searched defs:f (Results 1 – 10 of 10) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_vms.c | 394 float f; member 555 TIFFCvtIEEEFloatToNative(TIFF* tif, u_int n, float* f) in TIFFCvtIEEEFloatToNative() 566 TIFFCvtNativeToIEEEFloat(TIFF* tif, u_int n, float* f) in TIFFCvtNativeToIEEEFloat() 576 TIFFCvtIEEEDoubleToNative(TIFF* tif, u_int n, double* f) in TIFFCvtIEEEDoubleToNative() 587 TIFFCvtNativeToIEEEDouble(TIFF* tif, u_int n, double* f) in TIFFCvtNativeToIEEEDouble()
|
| H A D | tif_color.c | 179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) argument 180 #define HICLAMP(f,max) ((f)>(max)?(max):(f)) argument
|
| H A D | tif_write.c | 523 #define isUnspecified(tif, f) \ argument
|
| H A D | tif_dir.h | 194 #define FieldSet(fields, f) (fields[(f)/32] & BITn(f)) argument 195 #define ResetFieldBit(fields, f) (fields[(f)/32] &= ~BITn(f)) argument
|
| H A D | tif_luv.c | 1250 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() argument
|
| H A D | tif_dirread.c | 2914 float f; in TIFFReadDirEntryCheckedFloat() member
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | ycbcr.c | 104 V2Code(float f, unsigned long RB, unsigned long RW, int CR) in V2Code() 112 #define CLAMP(f,min,max) \ argument
|
| /libtiff-4.0.7/tools/ |
| H A D | rgb2ycbcr.c | 161 V2Code(float f, float RB, float RW, int CR) in V2Code()
|
| H A D | tiff2pdf.c | 4404 float f=0; in t2p_compose_pdf_page() local 4604 float f=0.0; in t2p_compose_pdf_page_orient() local 4679 float f=0.0; in t2p_compose_pdf_page_orient_flip() local
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirwrite.c | 927 #define HDROFF(f) ((toff_t) &(((TIFFHeader*) 0)->f)) in TIFFLinkDirectory() argument
|