Home
last modified time | relevance | path

Searched refs:high (Results 1 – 15 of 15) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_modf.c46 u_int32_t high; in modf() local
48 GET_HIGH_WORD(high,x); in modf()
49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf()
57 u_int32_t high; in modf() local
63 GET_HIGH_WORD(high,x); in modf()
64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf()
69 u_int32_t high; in modf() local
71 GET_HIGH_WORD(high,x); in modf()
72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ in modf()
Ds_cbrtf.c37 u_int32_t high; in cbrtf() local
50 GET_FLOAT_WORD(high,t); in cbrtf()
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2)); in cbrtf()
Ds_cbrt.c46 u_int32_t high,low; in cbrt() local
73 GET_HIGH_WORD(high,t); in cbrt()
74 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0); in cbrt()
De_rem_pio2.c141 u_int32_t high; in __ieee754_rem_pio2() local
144 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
145 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
152 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
153 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
De_hypot.c121 u_int32_t high; in __ieee754_hypot() local
123 GET_HIGH_WORD(high,t1); in __ieee754_hypot()
124 SET_HIGH_WORD(t1,high+(k<<20)); in __ieee754_hypot()
De_jn.c261 u_int32_t high; in __ieee754_yn() local
265 GET_HIGH_WORD(high,b); in __ieee754_yn()
266 for(i=1;i<n&&high!=0xfff00000;i++){ in __ieee754_yn()
269 GET_HIGH_WORD(high,b); in __ieee754_yn()
De_hypotl.c118 u_int32_t high; in hypotl() local
120 GET_HIGH_WORD(high,t1); in hypotl()
121 SET_HIGH_WORD(t1,high+DESW(k)); in hypotl()
/bionic/libc/kernel/uapi/linux/
Dultrasound.h49 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high)) argument
Drio_mport_cdev.h67 __u16 high; member
76 __u32 high; member
Dbcache.h27 __u64 high; member
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
Dwireless.h296 struct iw_quality high; member
Dif_link.h417 __be16 high; member
/bionic/libc/kernel/uapi/sound/
Dsfnt_info.h93 unsigned char low, high; member
/bionic/libc/kernel/uapi/asm-arm/asm/
Dsetup.h66 __u32 high; member
/bionic/
Dandroid-changes-for-ndk-developers.md358 ELF files. Note that using them puts application under high risk of