Searched refs:native (Results 1 – 11 of 11) sorted by relevance
383 nativedouble native; member391 nativefloat native; member527 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;\
29 /* Set the native cpu bit order */
33 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
55 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
58 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
186 /* Set the native cpu bit order (FILLORDER_LSB2MSB or FILLORDER_MSB2LSB) */
93 context.Message('Checking for the native cpu bit order... ')
149 # Set the native cpu bit order
436 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…
3467 of OJPEG images in favor of tif_getimage.c native handling of5639 more than 8 bits per sample to existing files of a non-native byte
5005 # On some targets, GNU ld is compatible enough with the native linker5006 # that we're better off using the native interface for both.5012 # with the native linker. However, as the warning in the GNU ld5274 *** your PATH or compiler configuration so that the native linker is5296 *** your PATH or compiler configuration so that the native linker is6413 # command for GNU C++ for the case where it uses the native6415 # overridden to take advantage of the native linker features on8308 # for certain cross-compile configurations and native mingw.8341 * ) # unhandled hosts (and "normal" native builds)8353 [#assume ordinary cross tools, or native build.