/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/mesa3d/src/panfrost/compiler/ |
D | gen_disasm.py | 180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument 196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct
|
/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/cronet/tot/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 1288 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 1289 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 1290 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 1292 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 1303 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
|
/external/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 1288 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 1289 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 1290 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 1292 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 1303 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
|
/external/cronet/stable/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 1288 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 1289 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 1290 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 1292 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 1303 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 1284 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 1285 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 1286 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 1288 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 1299 float testf = std::nextafter(last, std::numeric_limits<float>::max()); in ExhaustiveFloat() local
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | numbers_test.cc | 1678 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() local 1679 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() local 1680 for (float testf = f; testf < 3e38f / 2; testf *= 2.0f) in ExhaustiveFloat() local 1682 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() local 1693 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/flatbuffers/tests/MyGame/Example/ |
D | MonsterT.java | 46 private float testf; field in MonsterT 176 public void setTestf(float testf) { this.testf = testf; } in setTestf()
|
D | Monster.php | 842 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… 1295 public static function addTestf(FlatBufferBuilder $builder, $testf)
|
D | Monster.java | 112 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 113 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() 286 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
|
D | Monster.py | 1068 def MonsterAddTestf(builder, testf): argument 1071 def AddTestf(builder, testf): argument
|
D | Monster.kt | 393 val testf : Float constant
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | monster.js | 270 testf() { method in Monster 757 static addTestf(builder, testf) { argument 1115 …v1a = BigInt('0'), testhashu64Fnv1a = BigInt('0'), testarrayofbools = [], testf = 3.14159, testf2 … argument
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | monster_generated.rs | 232 let testf = self.testf(); in unpack() localVariable 587 pub fn testf(&self) -> f32 { in testf() method 1106 pub testf: f32, field 1649 pub testf: f32, field 1798 let testf = self.testf; in pack() localVariable
|
/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
D | monster_generated.rs | 234 let testf = self.testf(); in unpack() localVariable 589 pub fn testf(&self) -> f32 { in testf() method 1108 pub testf: f32, field 1876 pub testf: f32, field 2025 let testf = self.testf; in pack() localVariable
|
/external/bzip2/ |
D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|
/external/flatbuffers/tests/ |
D | monster_test.schema.json | 257 "testf" : { object
|
D | monster_test_generated.py | 1802 def MonsterAddTestf(builder, testf): argument
|
/external/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 1247 …public var testf: Float32 { let o = _accessor.offset(VTOFFSET.testf.v); return o == 0 ? 3.14159 : … variable 2148 public var testf: Float32 variable
|
/external/flatbuffers/tests/swift/Wasm.tests/Tests/FlatBuffers.Test.Swift.WasmTests/ |
D | monster_test_generated.swift | 1247 …public var testf: Float32 { let o = _accessor.offset(VTOFFSET.testf.v); return o == 0 ? 3.14159 : … variable 2148 public var testf: Float32 variable
|
/external/lz4/programs/ |
D | lz4io.c | 421 FILE* const testf = fopen( dstFileName, "rb" ); in LZ4IO_openDstFile() local
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 6816 def testf(x, y): ... function
|