Searched refs:f3 (Results 176 - 200 of 210) sorted by relevance

123456789

/external/oprofile/module/ia64/
H A Doprofile_stubs.S109 mov r5=0; mov f3=f0; mov b2=r0
/external/bluetooth/glib/glib/
H A Dgmem.c314 #define PROFILE_TABLE(f1,f2,f3) ( ( ((f3) << 2) | ((f2) << 1) | (f1) ) * (MEM_PROFILE_TABLE_SIZE + 1))
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DFloatTest.java972 Float f3 = new Float(-1.0f);
973 assertTrue("Assert 0: Equality test failed", f1.equals(f2) && !(f1.equals(f3)));
984 f3 = new Float(1.0f);
985 assertTrue("Equality test failed", f1.equals(f2) && !(f1.equals(f3)));
/external/clang/test/Analysis/
H A Ddead-stores.c20 void f3() { function
H A Dptr-arith.c38 void f3() { function
/external/clang/test/CodeGen/
H A Dx86_32-arguments-darwin.c18 // CHECK: define float @f3()
19 float f3(void) { function
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp76 float &f3 = (e1 == enum2); local
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp145 Baz<static_cast<E>(0)> f3; // And this. member in namespace:ns
/external/libffi/src/powerpc/
H A Ddarwin.S113 lfd f3,-16-(11*8)(r28)
H A Ddarwin_closure.S80 stfd f3,72(r1)
H A Dlinux64.S89 lfd %f3, -32-(19*8)(%r28)
H A Dsysv.S90 lfd %f3,-16-(8*4)-(6*8)(%r28)
H A Dlinux64_closure.S67 stfd %f3, 128+(2*8)(%r1)
H A Dppc_closure.S61 stfd %f3, 64(%r1)
/external/tcpdump/
H A Dprint-smb.c339 const char *f1, *f2, *f3, *f4; local
352 f3 = "|Param ";
362 f3 = "|Param ";
386 smb_fdata(param, f3, SMBMIN(param + paramlen, maxbuf), unicodestr);
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.stdout.exp246 f3 -> d300
/external/v8/src/mips/
H A Dsimulator-mips.h166 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js115 this.f3 = i;
/external/yaffs2/yaffs2/direct/
H A Ddtest.c1435 int f3; local
1477 int f3; local
1503 f3 = yaffs_freespace(mountpt);
1505 printf("%d\n%d\n%d\n%d\n",f0, f1,f2,f3);
/external/icu4c/test/cintltst/
H A Dcmsgtst.c1011 UMessageFormat *f1, *f2, *f3; local
1045 f3 = umsg_clone(f1,&status);
1082 umsg_close(f3);
/external/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl79 @X=("%f0", "%f1", "%f2", "%f3", "%f4", "%f5", "%f6", "%f7",
102 ![fxors %f0,%f3,%f3] !10/17/12:X[0] dependency
/external/webp/src/enc/
H A Ddsp_sse2.c417 // f3 = ((b3 * 2217 - b2 * 5352 + 51000) >> 16)
426 const __m128i f3 = _mm_packs_epi32(e3, e3); local
435 _mm_storel_epi64((__m128i*)&out[12], f3);
/external/openssl/crypto/
H A Dsparccpuid.S123 fmovs %f1,%f3
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h686 FourFours(unsigned f3, unsigned f2, unsigned f1, unsigned f0) argument
691 m_u.f3 = f3;
700 unsigned f3 : 4; member in struct:JSC::ARMRegisters::FourFours::__anon11562::__anon11563
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c2308 UInt f3, UInt opc2, UInt b0 )
2314 vassert(f3 < 0x20);
2318 (f3<<11) | (opc2<<1) | (b0));
2403 UInt f3, UInt MB, UInt ME, UInt Rc )
2409 vassert(f3 < 0x20);
2414 (f3<<11) | (MB<<6) | (ME<<1) | (Rc));
2307 mkFormXL( UChar* p, UInt opc1, UInt f1, UInt f2, UInt f3, UInt opc2, UInt b0 ) argument
2402 mkFormM( UChar* p, UInt opc1, UInt r1, UInt r2, UInt f3, UInt MB, UInt ME, UInt Rc ) argument

Completed in 2680 milliseconds

123456789