Home
last modified time | relevance | path

Searched refs:native (Results 1 – 11 of 11) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_vms.c383 nativedouble native; member
391 nativefloat native; member
527 if (t.ieee.exp = (fp)->native.exp) \
529 t.ieee.sign = (fp)->native.sign; \
530 t.ieee.mant = ((fp)->native.mant1<<16)|(fp)->native.mant2; \
536 t.native.exp = v; /* implicit truncation of exponent */\
537 t.native.sign = (fp)->ieee.sign; \
539 t.native.mant1 = v >> 16; \
540 t.native.mant2 = v;\
H A Dtif_config.h-vms29 /* Set the native cpu bit order */
H A Dtiffconf.h-vms33 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
H A Dtiffconf.h.in55 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
H A Dtiffconf.h.cmake.in58 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
H A Dtif_config.h.in186 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
/libtiff-4.0.7/
H A DSConstruct93 context.Message('Checking for the native cpu bit order... ')
H A Dnmake.opt149 # Set the native cpu bit order
H A Dconfigure.ac436 dnl Check the native cpu bit order.
438 AC_MSG_CHECKING([native cpu bit order])
449 AC_DEFINE_UNQUOTED(HOST_FILLORDER, $HOST_FILLORDER, [Set the native cpu bit order (FILLORDER_LSB2MS…
H A DChangeLog3467 of OJPEG images in favor of tif_getimage.c native handling of
5639 more than 8 bits per sample to existing files of a non-native byte
/libtiff-4.0.7/m4/
H A Dlibtool.m45005 # On some targets, GNU ld is compatible enough with the native linker
5006 # that we're better off using the native interface for both.
5012 # with the native linker. However, as the warning in the GNU ld
5274 *** your PATH or compiler configuration so that the native linker is
5296 *** your PATH or compiler configuration so that the native linker is
6413 # command for GNU C++ for the case where it uses the native
6415 # overridden to take advantage of the native linker features on
8308 # for certain cross-compile configurations and native mingw.
8341 * ) # unhandled hosts (and "normal" native builds)
8353 [#assume ordinary cross tools, or native build.