Searched refs:ax (Results 26 - 50 of 105) sorted by relevance

12345

/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dt_sqrt.c133 double ax = (lx+hx)*0.5;
135 printf("%.4f,%.4f%s",as,ax,
138 assert((hx-lx)/ax < 1/256.0);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_tanl.S17 fstsw %ax
23 fnstsw %ax
32 fstsw %ax
H A De_fmodl.S17 fstsw %ax
H A De_remainderl.S15 fstsw %ax
H A Ds_sincos.S37 fnstsw %ax
50 fnstsw %ax
H A Ds_sincosl.S36 fnstsw %ax
49 fnstsw %ax
H A Ds_ilogbl.S16 fstsw %ax
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_tan.S13 fnstsw %ax
22 fstsw %ax
H A Ds_tanf.S13 fnstsw %ax
22 fstsw %ax
H A Ds_tanl.S15 fnstsw %ax
24 fstsw %ax
H A Ds_sincos.S40 fnstsw %ax
54 fnstsw %ax
H A Ds_sincosf.S40 fnstsw %ax
54 fnstsw %ax
H A Ds_sincosl.S40 fnstsw %ax
54 fnstsw %ax
H A De_exp.S18 fstsw %ax
H A De_exp10.S15 fstsw %ax
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S34 xorw %ax, %ax
35 movw %ax, %ds
36 movw %ax, %es
37 movw %ax, %ss
94 mov $0x10, %ax
95 mov %ax, %ds
96 mov %ax, %es
97 mov %ax, %fs
98 mov %ax,
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dkeyboard.cpp48 key.ax = check_for_key();
49 } while (key.ax == 0);
H A Dkeyboard.h9 uint16 ax; member in union:key
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dkeyboard.h9 uint16 ax; member in union:key
/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-general.c27 #include "ax.h"
120 error ("GDB bug: ax-general.c (read_const): incomplete constant");
145 error ("GDB bug: ax-general.c (generic_ext): bit count out of range");
148 error ("GDB bug: ax-general.c (generic_ext): opcode has inadequate range");
178 error ("GDB bug: ax-general.c (ax_trace_quick): size out of range for trace_quick");
213 error ("GDB bug: ax-general.c (ax_label): label target out of range");
255 error ("GDB bug: ax-general.c (ax_const_d): floating point not supported yet");
266 error ("GDB bug: ax-general.c (ax_reg): register number out of range");
345 error ("GDB bug: ax-general.c (ax_print): opcode map out of sync");
384 ax_reqs (struct agent_expr *ax, struc
382 ax_reqs(struct agent_expr *ax, struct agent_reqs *reqs) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts-cycle.c34 struct Active_dir const *ax = x; local
36 return ax->ino == ay->ino
37 && ax->dev == ay->dev;
43 struct Active_dir const *ax = x; local
44 return (uintmax_t) ax->ino % table_size;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_log1pf.c53 int32_t k,hx,hu,ax; local
56 ax = hx&0x7fffffff;
60 if(ax>=0x3f800000) { /* x <= -1.0 */
64 if(ax<0x31000000) { /* |x| < 2**-29 */
66 &&ax<0x24800000) /* |x| < 2**-54 */
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm74 mov ax,CB_DSEG ;; Load DS
75 mov ds,ax
81 mov sp,ax
86 mov ax,ss ;; Set up the destination for the move
87 mov es,ax
98 mov ax,CB_DSEG ;; Set my data segment again.
99 mov ds,ax
108 push ax ;; Save the return code
113 pop ax ;; Get the return code back
114 add di,32 ;; Get a pointer to ax o
[all...]
H A Dpkt_rx1.s93 cmp ax, 0 ; first call? (AX=0)
103 mov ax, [_rxInOfs]
104 add ax, RX_SIZE
105 cmp ax, LAST_OFS
107 mov ax, offset _pktRxBuf
109 cmp ax, [_rxOutOfs]
112 mov [newInOffset], ax
125 xor ax, ax
126 mov es, ax
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h25 uint32 ax; member in struct:iframe

Completed in 165 milliseconds

12345