Searched defs:bits (Results 1 - 11 of 11) sorted by relevance

/bionic/libm/arm/
H A D_fpmath.h54 } bits; member in union:IEEEl2bits
65 (a)[0] = (uint32_t)(u).bits.manl; \
66 (a)[1] = (uint32_t)(u).bits.manh; \
/bionic/libm/i386/
H A D_fpmath.h37 } bits; member in union:IEEEl2bits
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
52 (a)[0] = (uint32_t)(u).bits.manl; \
53 (a)[1] = (uint32_t)(u).bits.manh; \
/bionic/libm/mips/
H A D_fpmath.h43 } bits; member in union:IEEEl2bits
54 (a)[0] = (uint32_t)(u).bits.manl; \
55 (a)[1] = (uint32_t)(u).bits.manh; \
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nan.c42 * the same as gcc's __builtin_nan(), namely, discard the high order bits.
54 int bitpos; /* index into words (in bits) */
66 /* Scan backwards, filling in the bits in words[] as we go. */
83 uint32_t bits[2]; member in union:__anon708
86 _scan_nan(u.bits, 2, s);
88 u.bits[1] |= 0x7ff80000;
90 u.bits[0] |= 0x7ff80000;
100 uint32_t bits[1]; member in union:__anon709
103 _scan_nan(u.bits, 1, s);
104 u.bits[
[all...]
H A Ds_cbrt.c42 uint64_t bits; member in union:__anon707
54 * Rough cbrt to 5 bits:
62 * ordinary integer divison of the value in bits magically gives
79 * New cbrt to 23 bits:
92 * Round t away from zero to 23 bits (sloppily except for ensuring that
102 u.bits=(u.bits+0x80000000)&0xffffffffc0000000ULL;
105 /* one step Newton iteration to 53 bits with error < 0.667 ulps */
/bionic/libm/
H A Dfpmath.h45 } bits; member in union:IEEEf2bits
71 } bits; member in union:IEEEd2bits
/bionic/libc/arch-mips/string/
H A Dmips-string-ops.h46 Also, this code assumes that there are 8-bits per 'char'. */
49 typedef struct bits struct
54 typedef struct bits struct
85 /* DSP 4-lane (8 unsigned bits per line) subtract and saturate
/bionic/libc/kernel/arch-x86/asm/
H A Dio_apic_32.h35 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_00
47 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_01
57 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_02
66 } __attribute__ ((packed)) bits; member in union:IO_APIC_reg_03
H A Dprocessor_32.h262 unsigned int bits[0]; member in struct:microcode
/bionic/libc/kernel/common/linux/
H A Dtelephony.h186 struct phone_except bits; member in union:telephony_exception
/bionic/libc/kernel/common/sound/
H A Dasound.h314 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member in struct:snd_mask

Completed in 439 milliseconds