Searched refs:f4 (Results 251 - 275 of 333) sorted by relevance

<<11121314

/external/clang/test/CodeGen/
H A Dx86_32-arguments-darwin.c23 // CHECK-LABEL: define double @f4()
24 double f4(void) { function
/external/clang/test/CodeGenCXX/
H A Dtemporaries.cpp98 void f4() { function
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp49 void f4(
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp134 void f4(Ts ...ts) { h(g(sizeof(ts))...); } // expected-error {{undeclared identifier 'g'}} function in struct:Core22036::S
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp201 float f4[4]; member in union:sglr::UniformSlot::__anon19763
/external/libunwind/src/ia64/
H A Dgetcontext.S135 stf.spill [r8] = f4, (FR(17) - FR(4)) // M2
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips3.s14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
52 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
H A Dvalid.s38 div.s $f4,$f5,$f15
H A Dinvalid-mips4.s14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
74 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
H A Dinvalid-mips5.s14 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
73 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s40 div.s $f4,$f5,$f15
87 round.w.d $f6,$f4
H A Dinvalid-mips3.s10 cvt.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s46 div.s $f4,$f5,$f15
114 round.w.d $f6,$f4
/external/tcpdump/
H A Dprint-smb.c339 const char *f1, *f2, *f3, *f4; local
353 f4 = "|Data ";
363 f4 = "|Data ";
388 smb_fdata(data, f4, SMBMIN(data + datalen, maxbuf), unicodestr);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm397 punpckhwd xmm8, xmm6 ; c4 d4 e4 f4
410 punpckldq xmm4, xmm8 ; 84 94 a4 b4 c4 d4 e4 f4
634 punpckhwd xmm8, xmm6 ; c4 d4 e4 f4
647 punpckldq xmm4, xmm8 ; 84 94 a4 b4 c4 d4 e4 f4
/external/libcxxabi/test/
H A Dcatch_pointer_reference.cpp168 void f4() function
434 f4();
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2.asm397 punpckhwd xmm8, xmm6 ; c4 d4 e4 f4
410 punpckldq xmm4, xmm8 ; 84 94 a4 b4 c4 d4 e4 f4
634 punpckhwd xmm8, xmm6 ; c4 d4 e4 f4
647 punpckldq xmm4, xmm8 ; 84 94 a4 b4 c4 d4 e4 f4
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2.s36 nmsub.s $f1,$f24,$f19,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.stdout.exp247 f4 -> d600
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h143 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
/external/chromium_org/v8/test/mjsunit/
H A Dlarge-object-allocation.js141 this.f4 = i;
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp77 float &f4 = (enum1 == next_enum1); // expected-error{{non-const lvalue reference to type 'float' cannot bind to a temporary of type 'bool'}} local
/external/deqp/modules/gles2/functional/
H A Des2fDepthTests.cpp96 const tcu::Vec4 color(u_color.value.f4);
/external/deqp/modules/gles3/functional/
H A Des3fDepthTests.cpp99 const tcu::Vec4 color(u_color.value.f4);
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc375 __ cvt_d_w(f4, f6);
381 __ ldc1(f4, FieldMemOperand(value_reg, HeapNumber::kValueOffset));
384 __ sdc1(f4, FieldMemOperand(storage_reg, HeapNumber::kValueOffset));

Completed in 293 milliseconds

<<11121314