Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 25 of 44) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dreturn-zapped.ll3 ; 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/
Dsolve-after-each-resolving-undefs-for-function.ll3 ; CHECK-LABEL: @testf(
6 define internal i32 @testf() {
25 %call = call i32 @testf()
/external/clang/test/Sema/
Datomic-type.c8 void testf(void*);
12 testf(t4); in f()
/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
28 void testf::a() {} in a()
/external/chromium-trace/catapult/systrace/atrace_helper/
DMakefile18 testf: install target
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dlog.ll13 define float @testf(float %F) {
Dexp.ll13 define float @testf(float %F) {
Dlog2.ll13 define float @testf(float %F) {
Dcos.ll13 define float @testf(float %F) {
Dsin.ll13 define float @testf(float %F) {
Dsqrt.ll13 define float @testf(float %F) {
Dexp2.ll13 define float @testf(float %F) {
Dlog10.ll13 define float @testf(float %F) {
Dpow.ll13 define float @testf(float %F, float %power) {
Dpowi.ll13 define float @testf(float %F, i32 %power) {
/external/flatbuffers/tests/MyGame/Example/
DMonster.java88 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
DMonster.php682 …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);
DMonster.cs97 …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/
Dclass-template-spec.cpp107 int testf(int x) { return f(x); } in testf() function
/external/flatbuffers/tests/
Dmonster_test_generated.h1040 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 …]
Dmonster_test_my_game.example_generated.dart719 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,
Dmonster_test.fbs85 testf:float = 3.14159 (id:25);
/external/llvm/test/Object/
Dobjdump-relocations.test44 ELF-hexagon: R_HEX_B15_PCREL testf
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart721 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/
Dobjdump-relocations.test46 ELF-hexagon: R_HEX_B15_PCREL testf

12