/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_modf.c | 46 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()
|
D | s_cbrtf.c | 37 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()
|
D | e_rem_pio2.c | 135 u_int32_t high; in __ieee754_rem_pio2() local 138 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2() 139 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2() 146 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2() 147 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
|
D | s_cbrt.c | 47 u_int32_t high,low; in cbrt() local 74 GET_HIGH_WORD(high,t); in cbrt() 75 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0); in cbrt()
|
D | e_hypot.c | 121 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()
|
D | e_jn.c | 261 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()
|
D | e_hypotl.c | 118 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/ |
D | ultrasound.h | 49 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high)) argument
|
D | rio_mport_cdev.h | 67 __u16 high; member 76 __u32 high; member
|
D | bcache.h | 27 __u64 high; member 39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
|
D | wireless.h | 297 struct iw_quality high; member
|
D | if_link.h | 447 __be16 high; member
|
/bionic/libc/kernel/uapi/sound/ |
D | sfnt_info.h | 93 unsigned char low, high; member
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | setup.h | 66 __u32 high; member
|
/bionic/docs/ |
D | libc_assembler.md | 104 there isn't a high variation in the numbers.
|
D | elf-tls.md | 718 The 24-bit model uses `add` to set the high 12 bits, then places the low 12 bits into another
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 398 ELF files. Note that using them puts application under high risk of
|