Searched refs:F2 (Results 1 - 25 of 151) sorted by relevance

1234567

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c11 float F2 = 01e-19f; variable
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct-large.cc27 #define F2(Q, x) \ macro
31 F2(Q, x##0) F2(Q, x##1) F2(Q, x##2) F2(Q, x##3) F2(Q, x##4) F2(Q, x##5) \
32 F2(Q, x##6) F2(Q, x##7) F2(
[all...]
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp18 class F2 : public E2, public A2 { }; class in inherits:E2,A2
20 void g(E2* e2, F2* f2) {
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
31 void overload_call(F2* f2) {
/external/libcxx/test/utilities/function.objects/arithmetic.operations/
H A Ddivides.pass.cpp25 typedef std::divides<> F2; typedef
26 const F2 f2 = F2();
H A Dminus.pass.cpp25 typedef std::minus<> F2; typedef
26 const F2 f2 = F2();
H A Dmodulus.pass.cpp25 typedef std::modulus<> F2; typedef
26 const F2 f2 = F2();
H A Dmultiplies.pass.cpp25 typedef std::multiplies<> F2; typedef
26 const F2 f2 = F2();
H A Dnegate.pass.cpp25 typedef std::negate<> F2; typedef
26 const F2 f2 = F2();
H A Dplus.pass.cpp25 typedef std::plus<> F2; typedef
26 const F2 f2 = F2();
/external/libcxx/test/utilities/function.objects/comparisons/
H A Dequal_to.pass.cpp26 typedef std::equal_to<> F2; typedef
27 const F2 f2 = F2();
H A Dgreater.pass.cpp27 typedef std::greater<> F2; typedef
28 const F2 f2 = F2();
H A Dgreater_equal.pass.cpp27 typedef std::greater_equal<> F2; typedef
28 const F2 f2 = F2();
H A Dless.pass.cpp27 typedef std::less<> F2; typedef
28 const F2 f2 = F2();
H A Dless_equal.pass.cpp27 typedef std::less_equal<> F2; typedef
28 const F2 f2 = F2();
H A Dnot_equal_to.pass.cpp26 typedef std::not_equal_to<> F2; typedef
27 const F2 f2 = F2();
/external/libcxx/test/utilities/function.objects/logical.operations/
H A Dlogical_not.pass.cpp26 typedef std::logical_not<> F2; typedef
27 const F2 f2 = F2();
H A Dlogical_and.pass.cpp28 typedef std::logical_and<> F2; typedef
29 const F2 f2 = F2();
H A Dlogical_or.pass.cpp28 typedef std::logical_or<> F2; typedef
29 const F2 f2 = F2();
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c11 struct foo *F2; variable in typeref:struct:foo
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm25 cvtpd2dq xmm0, xmm1 ; F2 0F E6 C1
26 cvtpd2dq xmm2, [0] ; F2 0F E6 15 00 00 00 00
27 cvtpd2dq xmm3, dqword [0] ; F2 0F E6 1D 00 00 00 00
57 cvtsd2si edx, xmm0 ; F2 0F 2D D0
58 cvtsd2si eax, [0] ; F2 0F 2D 05 00 00 00 00
59 cvtsd2si ebx, qword [0] ; F2 0F 2D 1D 00 00 00 00
61 cvtsd2ss xmm1, xmm2 ; F2 0F 5A CA
62 cvtsd2ss xmm3, [0] ; F2 0F 5A 1D 00 00 00 00
63 cvtsd2ss xmm4, qword [0] ; F2 0F 5A 25 00 00 00 00
65 cvtsi2sd xmm5, eax ; F2
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp14 template <class F1, class F2> struct overload : F1, F2 {
16 using F2::operator();
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
32 template <class F1, class F2> struct overload : F1, F2 {
34 using F2::operator();
35 overload(F1 f1, F2 f2) : F1(f1), F2(f
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp31 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
33 second_cool(I2,F2,C2),
34 floating((F1 + F2)/2) {}
/external/chromium_org/third_party/skia/src/utils/
H A DSkSHA1.cpp98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
173 operation(F2(), A, B, C, D, E, W[20], K[1]);
174 operation(F2(), E, A, B, C, D, W[21], K[1]);
175 operation(F2(), D, E, A, B, C, W[22], K[1]);
176 operation(F2(), C, D, E, A, B, W[23], K[1]);
177 operation(F2(), B, C, D, E, A, W[24], K[1]);
178 operation(F2(), A, B, C, D, E, W[25], K[1]);
179 operation(F2(), E, A, B, C, D, W[26], K[1]);
180 operation(F2(), D, E, A, B, C, W[27], K[1]);
181 operation(F2(),
[all...]
/external/skia/src/utils/
H A DSkSHA1.cpp98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
173 operation(F2(), A, B, C, D, E, W[20], K[1]);
174 operation(F2(), E, A, B, C, D, W[21], K[1]);
175 operation(F2(), D, E, A, B, C, W[22], K[1]);
176 operation(F2(), C, D, E, A, B, W[23], K[1]);
177 operation(F2(), B, C, D, E, A, W[24], K[1]);
178 operation(F2(), A, B, C, D, E, W[25], K[1]);
179 operation(F2(), E, A, B, C, D, W[26], K[1]);
180 operation(F2(), D, E, A, B, C, W[27], K[1]);
181 operation(F2(),
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dselftest.cpp57 static skiagm::GM* F2(void*) { function
62 static skiagm::GMRegistry gR2(F2);

Completed in 327 milliseconds

1234567