/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/ |
D | return-zapped.ll | 3 ; After the first round of Solver.Solve(), the return value of @testf still 5 ; @testf's return value in @bar is unknown. In ResolvedUndefsIn, we force the 6 ; false branch to be feasible. We later discover that @testf actually 11 ; CHECK: [[CALL:%.+]] = call i1 @testf() 19 %call = call i1 @testf() 26 define internal i1 @testf() { 27 ; CHECK-LABEL: define internal i1 @testf( 49 ; CHECK-NEXT: %call2 = call i1 @testf() 56 %call = call i1 @testf() 60 %call2 = call i1 @testf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IPConstantProp/ |
D | solve-after-each-resolving-undefs-for-function.ll | 3 ; CHECK-LABEL: @testf( 6 define internal i32 @testf() { 25 %call = call i32 @testf()
|
/external/clang/test/Sema/ |
D | atomic-type.c | 8 void testf(void*); 12 testf(t4); in f()
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct 28 void testf::a() {} in a()
|
/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | log.ll | 13 define float @testf(float %F) {
|
D | exp.ll | 13 define float @testf(float %F) {
|
D | log2.ll | 13 define float @testf(float %F) {
|
D | cos.ll | 13 define float @testf(float %F) {
|
D | sin.ll | 13 define float @testf(float %F) {
|
D | sqrt.ll | 13 define float @testf(float %F) {
|
D | exp2.ll | 13 define float @testf(float %F) {
|
D | log10.ll | 13 define float @testf(float %F) {
|
D | pow.ll | 13 define float @testf(float %F, float %power) {
|
D | powi.ll | 13 define float @testf(float %F, i32 %power) {
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.java | 88 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 89 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() argument 198 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf() argument
|
D | Monster.php | 682 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… argument 709 self::addTestf($builder, $testf); 1121 public static function addTestf(FlatBufferBuilder $builder, $testf) argument 1123 $builder->addFloatX(25, $testf, 3.14159);
|
D | Monster.cs | 97 …public bool MutateTestf(float testf) { int o = __p.__offset(54); if (o != 0) { __p.bb.PutFloat(o +… in MutateTestf() 232 …public static void AddTestf(FlatBufferBuilder builder, float testf) { builder.AddFloat(25, testf, … in AddTestf()
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 107 int testf(int x) { return f(x); } in testf() function
|
/external/flatbuffers/tests/ |
D | monster_test_generated.h | 1040 float testf; 1074 testf(3.14159f), 1108 (lhs.testf == rhs.testf) && 1351 float testf() const { 1696 void add_testf(float testf) { 1697 fbb_.AddElement<float>(Monster::VT_TESTF, testf, 3.14159f); 1804 float testf = 3.14159f, 1852 builder_.add_testf(testf); 1904 float testf = 3.14159f, 1972 testf, [all …]
|
D | monster_test_my_game.example_generated.dart | 719 double get testf => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 54, 3.14159); 759 …hashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, testf: $testf, testf2: $test… 878 int addTestf(double testf) { 879 fbBuilder.addFloat32(25, testf); 1050 double testf, 1098 _testf = testf,
|
D | monster_test.fbs | 85 testf:float = 3.14159 (id:25);
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 44 ELF-hexagon: R_HEX_B15_PCREL testf
|
/external/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 721 double get testf => const fb.Float32Reader().vTableGet(_bc, _bcOffset, 54, 3.14159); 761 …hashu64Fnv1a: $testhashu64Fnv1a, testarrayofbools: $testarrayofbools, testf: $testf, testf2: $test… 880 int addTestf(double testf) { 881 fbBuilder.addFloat32(25, testf); 1052 double testf, 1100 _testf = testf,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | objdump-relocations.test | 46 ELF-hexagon: R_HEX_B15_PCREL testf
|