HomeSort by: relevance | last modified time | path
    Searched refs:flags1 (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/sys/dev/hdaudio/
ceareg.h 33 uint8_t flags1; member in struct:cea_sad
38 #define CEA_AUDIO_FORMAT(desc) (((desc)->flags1 >> 3) & 0x0f)
47 #define CEA_MAX_CHANNELS(desc) ((((desc)->flags1 >> 0) & 0x07) + 1)
  /src/external/lgpl3/mpfr/dist/tests/
tgamma.c 565 unsigned int flags1, flags2; local
576 flags1 = __gmpfr_flags;
584 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
589 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1);
599 flags1 = __gmpfr_flags;
607 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
612 printf ("Expected inex1 = %d, flags1 = %u, ", VSIGN (inex1), flags1);
622 flags1 = __gmpfr_flags
    [all...]
tcompound.c 250 mpfr_flags_t flags1, flags2; local
264 flags1 = MPFR_FLAGS_INEXACT;
271 flags1 == flags2))
277 flags_out (flags1);
298 flags1 = MPFR_FLAGS_INEXACT;
305 flags1 == flags2))
311 flags_out (flags1);
334 mpfr_flags_t flags1, flags2; local
340 flags1 = MPFR_FLAGS_INEXACT;
346 flags1 == flags2)
    [all...]
tset_sj.c 182 mpfr_flags_t flags1, flags2; local
212 flags1 = __gmpfr_flags;
240 flags1 = __gmpfr_flags;
245 flags1 = __gmpfr_flags;
251 flags1 = inex1 != 0 ? MPFR_FLAGS_INEXACT : 0;
260 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
275 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
292 flags_out (flags1);
tmul_2exp.c 55 unsigned int flags1, flags2; local
84 flags1 = __gmpfr_flags;
96 if (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
113 VSIGN (inex1), flags1);
277 mpfr_flags_t flags1, flags2; local
282 flags1 = MPFR_FLAGS_INEXACT;
284 flags1 |= MPFR_FLAGS_OVERFLOW;
297 flags1 == flags2))
307 flags_out (flags1);
tfrexp.c 159 mpfr_flags_t flags1, flags2; local
173 flags1 = __gmpfr_flags;
179 flags1 = inex1 != 0 ? MPFR_FLAGS_INEXACT : 0;
205 flags1 == flags2))
216 flags_out (flags1);
tfmma.c 194 mpfr_flags_t flags1, flags2; local
203 flags1 = MPFR_FLAGS_OVERFLOW | MPFR_FLAGS_INEXACT;
216 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
224 flags_out (flags1);
259 mpfr_flags_t flags1, flags2; local
291 flags1 = __gmpfr_flags;
300 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
308 flags_out (flags1);
328 flags1 = __gmpfr_flags;
329 MPFR_ASSERTN (flags1 == (MPFR_FLAGS_OVERFLOW | MPFR_FLAGS_INEXACT))
    [all...]
tlog_ui.c 30 mpfr_flags_t flags1; local
37 flags1 = __gmpfr_flags;
41 MPFR_ASSERTN(flags1 == __gmpfr_flags);
tfma.c 269 mpfr_flags_t flags1, flags2; local
311 flags1 = inex1 ? MPFR_FLAGS_INEXACT : 0;
316 flags1 = MPFR_FLAGS_INEXACT | MPFR_FLAGS_OVERFLOW;
317 MPFR_ASSERTN (flags1 == __gmpfr_flags);
326 flags1 == flags2))
334 flags_out (flags1);
538 mpfr_flags_t flags1, flags2; local
573 flags1 = MPFR_FLAGS_INEXACT;
579 flags1 |= MPFR_FLAGS_UNDERFLOW;
606 flags1 == flags2)
646 mpfr_flags_t flags1, flags2; local
727 mpfr_flags_t flags1, flags2; local
834 mpfr_flags_t flags1, flags2; local
    [all...]
tui_div.c 182 mpfr_flags_t flags1, flags2; local
194 flags1 = MPFR_FLAGS_OVERFLOW | MPFR_FLAGS_INEXACT;
200 flags1 == flags2))
207 flags_out (flags1);
tui_sub.c 268 mpfr_flags_t flags1, flags2; local
283 flags1 = MPFR_FLAGS_OVERFLOW | MPFR_FLAGS_INEXACT;
289 flags1 = MPFR_FLAGS_INEXACT;
296 flags1 == flags2))
303 flags_out (flags1);
texp10.c 220 mpfr_flags_t flags1, flags2; local
250 flags1 = MPFR_FLAGS_INEXACT;
255 if (! (mpfr_lessequal_p (y2, y1) && flags2 == flags1))
262 flags_out (flags1);
tset_si.c 101 mpfr_flags_t flags1, flags2; local
142 flags1 = __gmpfr_flags;
147 flags1 = __gmpfr_flags;
153 flags1 = inex1 != 0 ? MPFR_FLAGS_INEXACT : 0;
161 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
176 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
192 flags_out (flags1);
tzeta.c 209 mpfr_flags_t flags1, flags2; local
219 flags1 = MPFR_FLAGS_INEXACT;
227 flags1 == flags2))
233 flags_out (flags1);
tadd1sp.c 372 mpfr_flags_t flags1, flags2; local
381 flags1 = __gmpfr_flags;
389 MPFR_ASSERTN (flags1 == flags2);
  /src/sys/arch/acorn32/podulebus/
netslot.c 116 podule->flags1 = *address;
123 if (podule->flags1 & PODULE_FLAGS_IS) {
podulebus.c 154 printf("flags1=%02x ", podule->flags1);
262 if (podule->flags1 & PODULE_FLAGS_CD)
367 podule->flags1 = address[4];
372 if (podule->flags1 & PODULE_FLAGS_IS) {
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 56 u_char flags1; member in struct:__anon862
  /src/external/gpl3/binutils/dist/bfd/
pef-traceback.h 114 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
150 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
166 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
  /src/external/gpl3/binutils.old/dist/bfd/
pef-traceback.h 114 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
150 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
166 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
  /src/external/gpl3/gdb.old/dist/bfd/
pef-traceback.h 114 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
150 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
166 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
  /src/external/gpl3/gdb/dist/bfd/
pef-traceback.h 114 unsigned char flags1; /* Flag bits #1: */ member in struct:traceback_table
150 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
166 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
  /src/sys/arch/arm/imx/
if_enet.c 520 uint32_t flags1, flags2; local
544 flags1 = sc->sc_rxdesc_ring[idx].rx_flags1_len;
545 len = RXFLAGS1_LEN(flags1);
555 if (flags1 & RXFLAGS1_L)
568 if (flags1 & RXFLAGS1_L) {
571 ((flags1 & (RXFLAGS1_LG | RXFLAGS1_NO |
582 "\21TRUNCATED", flags1);
589 "flags1=%s,flags2=%s,len=%d\n",
1617 uint32_t flags1, flags2; local
1682 flags1 = TXFLAGS1_R
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
pow.c 174 MPFR_BLOCK_DECL (flags1);
208 MPFR_BLOCK (flags1, mpfr_exp (t, t, MPFR_RNDN)); /* exp(y*ln|x|)*/
210 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (t) || MPFR_UNDERFLOW (flags1)))
  /src/external/mit/libuv/dist/src/unix/
tcp.c 630 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) {
637 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE))
661 if (flags1 & UV_NONBLOCK_PIPE)

Completed in 86 milliseconds

1 2 3