/external/llvm-project/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()
|
D | solve-after-each-resolving-undefs-for-function.ll | 3 ; CHECK-LABEL: @testf( 6 define internal i32 @testf(i1 %c) { 28 %call = call i32 @testf(i1 %c)
|
/external/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 839 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 840 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 841 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 842 floats.insert(testf); in ExhaustiveFloat() 843 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 854 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 855 runnable(testf); in ExhaustiveFloat() 856 runnable(-testf); in ExhaustiveFloat() 857 last = testf; in ExhaustiveFloat() 861 testf = d; in ExhaustiveFloat() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 846 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 847 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 848 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 849 floats.insert(testf); in ExhaustiveFloat() 850 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 861 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 862 runnable(testf); in ExhaustiveFloat() 863 runnable(-testf); in ExhaustiveFloat() 864 last = testf; in ExhaustiveFloat() 868 testf = d; in ExhaustiveFloat() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 839 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 840 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 841 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 842 floats.insert(testf); in ExhaustiveFloat() 843 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 854 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 855 runnable(testf); in ExhaustiveFloat() 856 runnable(-testf); in ExhaustiveFloat() 857 last = testf; in ExhaustiveFloat() 861 testf = d; in ExhaustiveFloat() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 846 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 847 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 848 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 849 floats.insert(testf); in ExhaustiveFloat() 850 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 861 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 862 runnable(testf); in ExhaustiveFloat() 863 runnable(-testf); in ExhaustiveFloat() 864 last = testf; in ExhaustiveFloat() 868 testf = d; in ExhaustiveFloat() [all …]
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 940 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 941 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 942 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 943 floats.insert(testf); in ExhaustiveFloat() 944 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 955 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 956 runnable(testf); in ExhaustiveFloat() 957 runnable(-testf); in ExhaustiveFloat() 958 last = testf; in ExhaustiveFloat() 962 testf = d; in ExhaustiveFloat() [all …]
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | numbers_test.cc | 918 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 919 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 920 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 921 floats.insert(testf); in ExhaustiveFloat() 922 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 933 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local 934 runnable(testf); in ExhaustiveFloat() 935 runnable(-testf); in ExhaustiveFloat() 936 last = testf; in ExhaustiveFloat() 940 testf = d; in ExhaustiveFloat() [all …]
|
/external/mesa3d/src/panfrost/bifrost/ |
D | gen_disasm.py | 176 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument 177 if not testf(ctx, ordering): 192 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument 194 …return [[evaluate_forward(keys, derivf, testf, i, order) for i in itertools.product(*mod_vals)] fo… 240 testf = compile_derived(test, keys) 243 forward = evaluate_forwards(keys, derivf, testf, mod_vals, ordered)
|
/external/clang/test/Sema/ |
D | atomic-type.c | 8 void testf(void*); 12 testf(t4); in f()
|
/external/llvm-project/clang/test/Sema/ |
D | atomic-type.c | 8 void testf(void*); 12 testf(t4); in f()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct 28 void testf::a() {} in a()
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct 28 void testf::a() {} in a()
|
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/ |
D | solve-after-each-resolving-undefs-for-function.ll | 7 define internal i32 @testf(i1 %c) { 9 ; IS__CGSCC____-LABEL: define {{[^@]+}}@testf 50 %call = call i32 @testf(i1 %c)
|
/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 107 int testf(int x) { return f(x); } in testf() function
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.kt | 378 val testf : Float constant in MyGame.Example.Monster 383 fun mutateTestf(testf: Float) : Boolean { in mutateTestf() 386 bb.putFloat(o + bb_pos, testf) in mutateTestf() 853 … fun addTestf(builder: FlatBufferBuilder, testf: Float) = builder.addFloat(25, testf, 3.14159) in startTestarrayofboolsVector()
|
D | Monster.java | 100 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 101 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() argument 236 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf() argument
|
D | Monster.php | 699 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… argument 726 self::addTestf($builder, $testf); 1139 public static function addTestf(FlatBufferBuilder $builder, $testf) argument 1141 $builder->addFloatX(25, $testf, 3.14159);
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 101 int testf(int x) { return f(x); } in testf() function
|
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 393 …public var testf: Float32 { let o = _accessor.offset(54); return o == 0 ? 3.14159 : _accessor.read… variable 394 …public func mutate(testf: Float32) -> Bool {let o = _accessor.offset(54); return _accessor.mutate… in mutate() 475 …public static func add(testf: Float32, _ fbb: FlatBufferBuilder) { fbb.add(element: testf, def: 3.… in add() 525 testf: Float32 = 3.14159, 574 Monster.add(testf: testf, fbb)
|
/external/llvm/test/Object/ |
D | objdump-relocations.test | 44 ELF-hexagon: R_HEX_B15_PCREL testf
|
/external/libsrtp2/ |
D | configure.ac | 134 testf=$(echo "$f" | $SED 's|-Wno-\(.*\)|-W\1|g') 135 AS_IF([test "x$CFLAGS" = "x"], [CFLAGS="$testf"], [CFLAGS="$CFLAGS $testf"])
|
/external/flatbuffers/tests/ |
D | monster_test.fbs | 100 testf:float = 3.14159 (id:25);
|
D | monster_test_generated.h | 1173 float testf; 1208 testf(3.14159f), 1243 (lhs.testf == rhs.testf) && 1491 float testf() const { 1838 void add_testf(float testf) { 1839 fbb_.AddElement<float>(Monster::VT_TESTF, testf, 3.14159f); 1949 float testf = 3.14159f, 1998 builder_.add_testf(testf); 2051 float testf = 3.14159f, 2120 testf, [all …]
|