Searched refs:low (Results 1 – 11 of 11) sorted by relevance
/bionic/libm/src/ |
D | e_hypot.c | 70 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()
|
D | s_cbrt.c | 42 u_int32_t high,low; in cbrt() local 48 GET_LOW_WORD(low,x); in cbrt() 49 if((hx|low)==0) in cbrt()
|
D | s_atan.c | 81 u_int32_t low; in atan() local 82 GET_LOW_WORD(low,x); in atan() 84 (ix==0x7ff00000&&(low!=0))) in atan()
|
D | s_expm1.c | 146 u_int32_t low; in expm1() local 147 GET_LOW_WORD(low,x); in expm1() 148 if(((hx&0xfffff)|low)!=0) in expm1()
|
D | e_rem_pio2.c | 81 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/ |
D | hardirq.h | 39 #error HARDIRQ_BITS is too low!
|
/bionic/libc/kernel/common/linux/ |
D | hardirq.h | 34 #error HARDIRQ_BITS is too low! 51 #error PREEMPT_ACTIVE is too low!
|
D | wireless.h | 342 struct iw_quality low; member
|
/bionic/libc/kernel/arch-mips/asm/ |
D | div64.h | 25 …low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __a… argument
|
/bionic/libc/docs/ |
D | OVERVIEW.TXT | 76 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/ |
D | README.TXT | 241 future, but the priority on this issue is very low.
|