Searched refs:f3 (Results 276 - 300 of 427) sorted by relevance

<<1112131415161718

/external/clang/test/SemaCXX/
H A Doverload-member-call.cpp49 float& f3 = x.g(0); local
H A Dunknown-type-name.cpp81 int f3(undeclared *p, int); // expected-error{{unknown type name 'undeclared'}}
H A Dreturn-noreturn.cpp30 int f3(int x) { function in namespace:abort_struct_complex_cfgs
/external/clang/test/SemaObjCXX/Inputs/
H A Dnullability-pragmas-1.h24 void f3(A* obj);
/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp46 int f3(int = a < b, c < goobar > ());
47 static constexpr int (S::*f3_test)(int) = &S::f3;
/external/curl/
H A Dcurl-config.in108 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1`
H A Dmaketgz41 patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DTypeCasting.h178 float f3 = static_cast<float>(h); local
181 return _mm_set_ps(f4, f3, f2, f1);
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2_asm.h62 #define f3 $f3 macro
/external/syslinux/core/
H A Dkeywords.inc84 keyword f3, pc_filename, FKeyN(3)
/external/syslinux/gpxe/src/crypto/
H A Dmd5.c47 static u32 f3(u32 b, u32 c, u32 d) function
69 .f = f3,
/external/icu/icu4c/source/test/intltest/
H A Ditutil.cpp642 LocalUNormalizer2Pointer f3; local
643 f3.moveFrom(f1);
644 if(f3.getAlias() != p1 || f1.isValid()) {
649 f1 = static_cast<LocalUNormalizer2Pointer &&>(f3);
650 if(f1.getAlias() != p1 || f3.isValid()) {
664 f3.moveFrom(f3);
H A Dnmfmapts.cpp309 LocalPointer<NumberFormat> f3(NumberFormat::createCurrencyInstance(SRC_LOC, status));
340 f3->format(n, res3);
351 logln((UnicodeString)"f3 reg cur: " + res3);
361 if (f3.getAlias() == f3a.getAlias()) {
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
H A DPlotTest.java305 MockFormatter2 f3 = new MockFormatter2();
312 plot.addSeries(m2, f3);
317 assertEquals(registry.get(MockRenderer2.class).getFormatter(m2), f3);
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm717 movq xmm6, [rdi+2*rcx] ; xx xx xx xx xx xx xx xx f7 f6 f5 f4 f3 f2 f1 f0
719 punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
734 punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
751 punpckhqdq xmm3, xmm5 ; f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
876 ; xmm6 = f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
883 punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
893 movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
897 punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
901 ; xmm5 = f5 f4 f3 f
[all...]
/external/clang/test/Analysis/
H A Dmalloc-annotations.c150 int *f3() { function
H A Dnull-deref-ps.c30 int f3(char* x) { function
/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp73 constexpr int f3(Agg a) { return a.a; } function
/external/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp76 void f3(A *a, A &ar) { function
H A Dx86_64-arguments.cpp25 void f3(struct s3_1 x) {} function
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp131 foo f3 = f1; local
/external/curl/tests/
H A Dstunnel.pem83 d9:4a:75:92:f3:80:98:fb:fb:db:04:2a:96:fb:f8:
115 5a:82:d4:f5:71:8d:8a:e3:13:82:c5:2d:f3:9f:d0:b7:b8:4b:
/external/e2fsprogs/debian/attic/libs/
H A Drules19 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
/external/kernel-headers/original/uapi/linux/
H A Dtelephony.h229 * and f3 bits indicate that the filter has been triggered by detecting the
246 unsigned int f3:1; member in struct:phone_except
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s24 // CHECK-LABEL: f3:
25 f3: label

Completed in 1168 milliseconds

<<1112131415161718