Home
last modified time | relevance | path

Searched defs:f (Results 1 – 10 of 10) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_vms.c394 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 Dtif_color.c179 #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 Dtif_write.c523 #define isUnspecified(tif, f) \ argument
H A Dtif_dir.h194 #define FieldSet(fields, f) (fields[(f)/32] & BITn(f)) argument
195 #define ResetFieldBit(fields, f) (fields[(f)/32] &= ~BITn(f)) argument
H A Dtif_luv.c1250 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() argument
H A Dtif_dirread.c2914 float f; in TIFFReadDirEntryCheckedFloat() member
/libtiff-4.0.7/archive/tools/
H A Dycbcr.c104 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 Drgb2ycbcr.c161 V2Code(float f, float RB, float RW, int CR) in V2Code()
H A Dtiff2pdf.c4404 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 Dtif_pdsdirwrite.c927 #define HDROFF(f) ((toff_t) &(((TIFFHeader*) 0)->f)) in TIFFLinkDirectory() argument