Searched refs:low (Results 1 - 11 of 11) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypot.c71 u_int32_t low; local
74 GET_LOW_WORD(low,a);
75 if(((ha&0xfffff)|low)==0) w = a;
76 GET_LOW_WORD(low,b);
77 if(((hb^0x7ff00000)|low)==0) w = b;
87 u_int32_t low; local
88 GET_LOW_WORD(low,b);
89 if((hb|low)==0) return a;
H A Ds_cbrt.c46 u_int32_t high,low; local
48 EXTRACT_WORDS(hx,low,x);
69 if((hx|low)==0)
H A Ds_atan.c82 u_int32_t low; local
83 GET_LOW_WORD(low,x);
85 (ix==0x7ff00000&&(low!=0)))
H A De_rem_pio2.c60 u_int32_t low; local
173 GET_LOW_WORD(low,x);
175 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low);
H A Ds_expm1.c147 u_int32_t low; local
148 GET_LOW_WORD(low,x);
149 if(((hx&0xfffff)|low)!=0)
/bionic/libc/kernel/uapi/linux/
H A Dultrasound.h56 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Dbcache.h26 __u64 low; member in struct:bkey
35 #define KEY(inode, offset, size) ((struct bkey) { .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), .low = (offset) })
H A Dif_link.h301 __be16 low; member in struct:ifla_vxlan_port_range
H A Dwireless.h372 struct iw_quality low; member in struct:iw_thrspy
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h111 unsigned char low, high; member in struct:soundfont_voice_info
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsetup.h76 __u32 low; member in struct:tag_serialnr

Completed in 228 milliseconds