Home
last modified time | relevance | path

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

/bionic/libm/src/
De_hypot.c70 u_int32_t low; in __ieee754_hypot() local
72 GET_LOW_WORD(low,a); in __ieee754_hypot()
73 if(((ha&0xfffff)|low)==0) w = a; in __ieee754_hypot()
74 GET_LOW_WORD(low,b); in __ieee754_hypot()
75 if(((hb^0x7ff00000)|low)==0) w = b; in __ieee754_hypot()
85 u_int32_t low; in __ieee754_hypot() local
86 GET_LOW_WORD(low,b); in __ieee754_hypot()
87 if((hb|low)==0) return a; in __ieee754_hypot()
Ds_cbrt.c42 u_int32_t high,low; in cbrt() local
48 GET_LOW_WORD(low,x); in cbrt()
49 if((hx|low)==0) in cbrt()
Ds_atan.c81 u_int32_t low; in atan() local
82 GET_LOW_WORD(low,x); in atan()
84 (ix==0x7ff00000&&(low!=0))) in atan()
Ds_expm1.c146 u_int32_t low; in expm1() local
147 GET_LOW_WORD(low,x); in expm1()
148 if(((hx&0xfffff)|low)!=0) in expm1()
De_rem_pio2.c81 u_int32_t low; in __ieee754_rem_pio2() local
154 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
155 SET_LOW_WORD(z,low); in __ieee754_rem_pio2()
/bionic/libc/kernel/arch-arm/asm/
Dhardirq.h39 #error HARDIRQ_BITS is too low!
/bionic/libc/kernel/common/linux/
Dhardirq.h34 #error HARDIRQ_BITS is too low!
51 #error PREEMPT_ACTIVE is too low!
Dwireless.h342 struct iw_quality low; member
/bionic/libc/kernel/arch-mips/asm/
Ddiv64.h25low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __a… argument
/bionic/libc/docs/
DOVERVIEW.TXT76 This function is used by the low-level framework code in Android.
243 and will translate them to their low-user-id values. It also recognizes
/bionic/libc/kernel/
DREADME.TXT241 future, but the priority on this issue is very low.