/external/ceres-solver/examples/ |
D | powell.cc | 68 struct F2 { struct 69 template <typename T> bool operator()(const T* const x3, in operator ()()
|
/external/clang/test/Lexer/ |
D | 11-27-2007-FloatLiterals.c | 11 float F2 = 01e-19f; variable
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | not_equal_to.pass.cpp | 28 typedef std::not_equal_to<> F2; in main() typedef
|
D | less_equal.pass.cpp | 29 typedef std::less_equal<> F2; in main() typedef
|
D | greater_equal.pass.cpp | 29 typedef std::greater_equal<> F2; in main() typedef
|
D | equal_to.pass.cpp | 28 typedef std::equal_to<> F2; in main() typedef
|
D | greater.pass.cpp | 29 typedef std::greater<> F2; in main() typedef
|
D | less.pass.cpp | 29 typedef std::less<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | minus.pass.cpp | 27 typedef std::minus<> F2; in main() typedef
|
D | multiplies.pass.cpp | 27 typedef std::multiplies<> F2; in main() typedef
|
D | negate.pass.cpp | 26 typedef std::negate<> F2; in main() typedef
|
D | plus.pass.cpp | 27 typedef std::plus<> F2; in main() typedef
|
D | modulus.pass.cpp | 27 typedef std::modulus<> F2; in main() typedef
|
D | divides.pass.cpp | 27 typedef std::divides<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
D | bit_or.pass.cpp | 31 typedef std::bit_or<> F2; in main() typedef
|
D | bit_xor.pass.cpp | 34 typedef std::bit_xor<> F2; in main() typedef
|
D | bit_and.pass.cpp | 31 typedef std::bit_and<> F2; in main() typedef
|
D | bit_not.pass.cpp | 30 typedef std::bit_not<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/logical.operations/ |
D | logical_and.pass.cpp | 30 typedef std::logical_and<> F2; in main() typedef
|
D | logical_or.pass.cpp | 30 typedef std::logical_or<> F2; in main() typedef
|
D | logical_not.pass.cpp | 27 typedef std::logical_not<> F2; in main() typedef
|
/external/bison/src/ |
D | uniqstr.h | 80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \ argument 91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \ argument
|
/external/clang/test/CodeGen/ |
D | 2002-05-23-TypeNameCollision.c | 11 struct foo *F2; variable
|
/external/clang/test/Layout/ |
D | ms-x86-basic-layout.cpp | 590 struct F2 : A4, virtual A16f { struct 592 F2() : a(0xf00000f2) {} in F2() argument 593 virtual void g() {printf("F2");} in g() argument
|
/external/v8/test/mjsunit/ |
D | debug-function-scopes.js | 48 function F2(y) { class 86 return (function F2() { class
|