/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/mesa3d/src/panfrost/bifrost/ |
D | gen_disasm.py | 176 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument 192 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct
|
/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 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
|
/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 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
|
/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 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
|
/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 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
|
/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 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
|
/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 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
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 107 int testf(int x) { return f(x); } in testf() function
|
/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/MyGame/Example/ |
D | Monster.php | 699 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… 1139 public static function addTestf(FlatBufferBuilder $builder, $testf)
|
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() 236 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
|
D | Monster.kt | 378 val testf : Float constant in MyGame.Example.Monster
|
D | Monster.py | 753 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 1506 MyGame.Example.Monster.prototype.testf = function() { method in MyGame.Example.Monster 2256 MyGame.Example.Monster.addTestf = function(builder, testf) { argument 2748 …hashu32Fnv1a, testhashs64Fnv1a, testhashu64Fnv1a, testarrayofboolsOffset, testf, testf2, testf3, t… argument
|
D | monster_test.schema.json | 227 "testf" : { object
|
D | monster_test_generated.ts | 1356 testf():number { method in MyGame.Example.Monster
|
D | monster_test_generated.rs | 1280 pub fn testf(&self) -> f32 { in testf() method 1492 pub testf: f32, field
|
/external/bzip2/ |
D | bzip2.c | 1512 void testf ( Char *name ) 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
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 2926 def testf(x, y): ... function
|