Home
last modified time | relevance | path

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

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