Searched defs:F2 (Results 1 - 25 of 96) sorted by relevance

1234

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c11 float F2 = 01e-19f; variable
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcompare-objeq-elim.js45 function F2(a, b) { function
83 test(F2, a, b);
/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/bitwise.operations/
H A Dbit_and.pass.cpp29 typedef std::bit_and<> F2; typedef
30 const F2 f2 = F2();
H A Dbit_not.pass.cpp29 typedef std::bit_not<> F2; typedef
30 const F2 f2 = F2();
H A Dbit_or.pass.cpp29 typedef std::bit_or<> F2; typedef
30 const F2 f2 = F2();
H A Dbit_xor.pass.cpp29 typedef std::bit_xor<> F2; typedef
30 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_and.pass.cpp28 typedef std::logical_and<> F2; typedef
29 const F2 f2 = F2();
H A Dlogical_not.pass.cpp26 typedef std::logical_not<> F2; typedef
27 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/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/ceres-solver/examples/
H A Dpowell.cc68 struct F2 { struct
117 problem.AddResidualBlock(new AutoDiffCostFunction<F2, 1, 1, 1>(new F2),
/external/fio/crc/
H A Dmd5.h12 #define F2(x, y, z) F1(z, x, y) macro

Completed in 201 milliseconds

1234