Searched refs:high (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_modf.c39 if(j0<20) { /* integer part in high x */
46 u_int32_t high; local
48 GET_HIGH_WORD(high,x);
49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
57 u_int32_t high; local
63 GET_HIGH_WORD(high,x);
64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
69 u_int32_t high; local
71 GET_HIGH_WORD(high,x);
72 INSERT_WORDS(x,high
[all...]
H A Ds_cbrtf.c37 u_int32_t high; local
50 GET_FLOAT_WORD(high,t);
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
H A Ds_cbrt.c46 u_int32_t high,low; local
73 GET_HIGH_WORD(high,t);
74 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0);
H A De_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */
141 u_int32_t high; local
144 GET_HIGH_WORD(high,y[0]);
145 i = j-((high>>20)&0x7ff);
152 GET_HIGH_WORD(high,y[0]);
153 i = j-((high>>20)&0x7ff);
H A De_hypot.c121 u_int32_t high; local
123 GET_HIGH_WORD(high,t1);
124 SET_HIGH_WORD(t1,high+(k<<20));
H A De_hypotl.c118 u_int32_t high; local
120 GET_HIGH_WORD(high,t1);
121 SET_HIGH_WORD(t1,high+DESW(k));
H A De_jn.c261 u_int32_t high; local
265 GET_HIGH_WORD(high,b);
266 for(i=1;i<n&&high!=0xfff00000;i++){
269 GET_HIGH_WORD(high,b);
/bionic/libc/kernel/uapi/linux/
H A Dultrasound.h49 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Drio_mport_cdev.h67 __u16 high; member in struct:rio_doorbell_filter
76 __u32 high; member in struct:rio_pw_filter
H A Dbcache.h27 __u64 high; member in struct:bkey
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
H A Dif_link.h417 __be16 high; member in struct:ifla_vxlan_port_range
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dultrasound.h49 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Drio_mport_cdev.h67 __u16 high; member in struct:rio_doorbell_filter
76 __u32 high; member in struct:rio_pw_filter
H A Dbcache.h27 __u64 high; member in struct:bkey
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dultrasound.h49 #define GUS_RAMPRANGE(chn,voice,low,high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
H A Drio_mport_cdev.h67 __u16 high; member in struct:rio_doorbell_filter
76 __u32 high; member in struct:rio_pw_filter
H A Dbcache.h27 __u64 high; member in struct:bkey
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h93 unsigned char low, high; member in struct:soundfont_voice_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dsfnt_info.h93 unsigned char low, high; member in struct:soundfont_voice_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/sound/
H A Dsfnt_info.h93 unsigned char low, high; member in struct:soundfont_voice_info
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsetup.h66 __u32 high; member in struct:tag_serialnr
/bionic/libc/versioner-dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dsetup.h66 __u32 high; member in struct:tag_serialnr
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-arm/asm/
H A Dsetup.h66 __u32 high; member in struct:tag_serialnr
/bionic/tools/versioner/dependencies/arm/kernel_uapi_asm-arm/asm/
H A Dsetup.h66 __u32 high; member in struct:tag_serialnr
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-arm/asm/
H A Dsetup.h66 __u32 high; member in struct:tag_serialnr

Completed in 235 milliseconds

12