Searched refs:i0 (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_ceil.c35 int32_t i0,i1,j0; local
38 EXTRACT_WORDS(i0,i1,x);
39 j0 = ((i0>>20)&0x7ff)-0x3ff;
43 if(i0<0) {i0=0x80000000;i1=0;}
44 else if((i0|i1)!=0) { i0=0x3ff00000;i1=0;}
48 if(((i0&i)|i1)==0) return x; /* x is integral */
50 if(i0>0) i0
[all...]
H A Ds_floor.c35 int32_t i0,i1,j0; local
37 EXTRACT_WORDS(i0,i1,x);
38 j0 = ((i0>>20)&0x7ff)-0x3ff;
42 if(i0>=0) {i0=i1=0;}
43 else if(((i0&0x7fffffff)|i1)!=0)
44 { i0=0xbff00000;i1=0;}
48 if(((i0&i)|i1)==0) return x; /* x is integral */
50 if(i0<0) i0
[all...]
H A Ds_modf.c36 int32_t i0,i1,j0; local
38 EXTRACT_WORDS(i0,i1,x);
39 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */
42 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */
46 if(((i0&i)|i1)==0) { /* x is integral */
53 INSERT_WORDS(*iptr,i0&(~i),0);
72 INSERT_WORDS(*iptr,i0,i1&(~i));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d37 inline int i0 = 100 + 23; /* constant-folded integer constant */
49 inline struct s i3 = xlate < struct s > (i0); /* translator */
55 printf("i0 = %d\n", i0);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s50 ld [%i0],%l1 ! *that --> vTable
56 add %l0,%i0,%i0 ! adjust this
67 mov %i0,%o0
69 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_solaris.s50 ld [%i0],%l1 ! *that --> vTable
56 add %l0,%i0,%i0 ! adjust this
67 mov %i0,%o0
69 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_solaris_GCC.s50 ld [%i0],%l1 ! *that --> vTable
56 add %l0,%i0,%i0 ! adjust this
67 mov %i0,%o0
69 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_linux.s50 ld [%i0],%l1 ! *that --> vTable
63 mov %i0,%o0
65 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_linux_GCC3.s67 ld [%i0],%l1 ! *that --> vTable
80 mov %i0,%o0
82 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_solaris_GCC3.s53 ld [%i0],%l1 ! *that --> vTable
66 mov %i0,%o0
68 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_solaris_SUNW.s62 ld [%i0],%l1 ! *that --> address of vtable
66 mov %i0,%o0 ! move 'this' pointer to out register
68 mov %o0,%i0 ! propagate return value
H A Dxptcinvoke_asm_sparc_bsdos.s93 ld [%i0], %l0 ! vTable = *that
103 * and set %o0 = %i0, to pass "that" to the target member function
116 mov %i0, %o0
H A Dxptcinvoke_asm_sparcv9_solaris_SUNW.s93 ldx [%i0],%l1 ! *that --> address of vtable
97 mov %i0,%o0 ! move 'this' pointer to out register
99 mov %o0,%i0 ! propagate return value
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh51 mov 9, %i0
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-x64-mmx-emulation.h33 _mm_set_pi32 (int i1, int i0) argument
35 unsigned long long i64 = ((unsigned)i0) + (((unsigned long long)(unsigned)i1) << 32);
/vbox/src/VBox/VMM/testcase/
H A DtstIEMCheckMc.cpp652 #define IEM_MC_IF_TWO_FPUREGS_NOT_EMPTY_REF_R80(p0, i0, p1, i1) \
656 #define IEM_MC_IF_TWO_FPUREGS_NOT_EMPTY_REF_R80_FIRST(p0, i0, i1) \
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h846 pseudo_bit_t i0[0x00001]; /* Interrupt enable on respective counter overflow. '1 - interrupt enabled, '0 - interrupt disabled. */ member in struct:arbelprm_performance_monitors_st
H A DMT25408_PRM.h709 pseudo_bit_t i0[0x00001]; /* Interrupt enable on respective counter overflow. '1 - interrupt enabled, '0 - interrupt disabled. */ member in struct:hermonprm_performance_monitors_st
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1626 DWORD i0; member in struct:_CONTEXT

Completed in 179 milliseconds