Home
last modified time | relevance | path

Searched defs:testf (Results 1 – 23 of 23) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/
DMakefile18 testf: install target
/external/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py176 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/
Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
/external/angle/third_party/abseil-cpp/absl/strings/
Dnumbers_test.cc940 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/
Dnumbers_test.cc839 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/
Dnumbers_test.cc918 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/
Dnumbers_test.cc846 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/
Dnumbers_test.cc839 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/
Dnumbers_test.cc846 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/
Dclass-template-spec.cpp107 int testf(int x) { return f(x); } in testf() function
/external/llvm-project/clang/test/SemaTemplate/
Dclass-template-spec.cpp101 int testf(int x) { return f(x); } in testf() function
/external/flatbuffers/tests/MyGame/Example/
DMonster.php699 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,…
1139 public static function addTestf(FlatBufferBuilder $builder, $testf)
DMonster.java100 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()
DMonster.kt378 val testf : Float constant in MyGame.Example.Monster
DMonster.py753 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
/external/flatbuffers/tests/
Dmonster_test_generated.js1506 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
Dmonster_test.schema.json227 "testf" : { object
Dmonster_test_generated.ts1356 testf():number { method in MyGame.Example.Monster
Dmonster_test_generated.rs1280 pub fn testf(&self) -> f32 { in testf() method
1492 pub testf: f32, field
/external/bzip2/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift393 …public var testf: Float32 { let o = _accessor.offset(54); return o == 0 ? 3.14159 : _accessor.read… variable
/external/python/cpython3/Lib/test/
Dtest_typing.py2926 def testf(x, y): ... function