Searched refs:ulp (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | misc.c | 37 union { void *vp; unsigned long *ulp; unsigned char *ucp; } u; in __memzero() member 43 *u.ulp++ = 0; in __memzero() 44 *u.ulp++ = 0; in __memzero() 45 *u.ulp++ = 0; in __memzero() 46 *u.ulp++ = 0; in __memzero() 47 *u.ulp++ = 0; in __memzero() 48 *u.ulp++ = 0; in __memzero() 49 *u.ulp++ = 0; in __memzero() 50 *u.ulp++ = 0; in __memzero() 54 *u.ulp++ = 0; in __memzero() [all …]
|
/linux-2.4.37.9/net/802/ |
D | llc_utility.c | 191 static void llc_p_timer_expired(unsigned long ulp) in llc_p_timer_expired() argument 193 llc_timer_expired((llcptr) ulp, P_TIMER); in llc_p_timer_expired() 196 static void llc_rej_timer_expired(unsigned long ulp) in llc_rej_timer_expired() argument 198 llc_timer_expired((llcptr) ulp, REJ_TIMER); in llc_rej_timer_expired() 201 static void llc_ack_timer_expired(unsigned long ulp) in llc_ack_timer_expired() argument 203 llc_timer_expired((llcptr) ulp, ACK_TIMER); in llc_ack_timer_expired() 206 static void llc_busy_timer_expired(unsigned long ulp) in llc_busy_timer_expired() argument 208 llc_timer_expired((llcptr) ulp, BUSY_TIMER); in llc_busy_timer_expired()
|
/linux-2.4.37.9/include/linux/ |
D | if_hippi.h | 82 __u8 ulp; /* must contain 4 */
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | sacos.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | satanh.S | 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | sasin.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | ssin.S | 18 | Accuracy and Monotonicity: The returned result is within 1 ulp in 19 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the 489 |--we want P+p = W+w but |p| <= half ulp of P 501 |--|r| <= half ulp of R.
|
D | scosh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | ssinh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stan.S | 13 | Accuracy and Monotonicity: The returned result is within 3 ulp in 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stanh.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | stwotox.S | 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | slog2.S | 17 | ulps in 64 significant bit, i.e. within 0.5003 ulp
|
D | satan.S | 14 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | slogn.S | 15 | 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
|
D | setox.S | 21 | within 0.5001 ulp to 53 bits if the result is subsequently rounded
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 4913 # The returned result is within 1 ulp in 64 significant bit, i.e. # 4914 # within 0.5001 ulp to 53 bits if the result is subsequently # 5572 #--we want P+p = W+w but |p| <= half ulp of P 5584 #--|r| <= half ulp of R. 5618 # The returned result is within 3 ulp in 64 significant bit, i.e. # 5619 # within 0.5001 ulp to 53 bits if the result is subsequently # 6499 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 6696 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 7577 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 7691 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # [all …]
|
D | fpsp.S | 5019 # The returned result is within 1 ulp in 64 significant bit, i.e. # 5020 # within 0.5001 ulp to 53 bits if the result is subsequently # 5678 #--we want P+p = W+w but |p| <= half ulp of P 5690 #--|r| <= half ulp of R. 5724 # The returned result is within 3 ulp in 64 significant bit, i.e. # 5725 # within 0.5001 ulp to 53 bits if the result is subsequently # 6605 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 6802 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 7683 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # 7797 # i.e. within 0.5001 ulp to 53 bits if the result is subsequently # [all …]
|