Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
/third_party/skia/third_party/externals/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
/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
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js269 testf() { method in Monster
632 static addTestf(builder, testf) { argument
946 …, testhashu64Fnv1a = flatbuffers.createLong(0, 0), testarrayofbools = [], testf = 3.14159, testf2 … argument
Dmonster.ts350 testf():number { method in Monster
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.php745 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,…
1187 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()
252 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
DMonster.py928 def AddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
929 def MonsterAddTestf(builder, testf): argument
DMonster.kt378 val testf : Float constant
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/bzip2/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2.c1512 void testf ( Char *name ) in testf() function
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift866 …public var testf: Float32 { let o = _accessor.offset(VTOFFSET.testf.v); return o == 0 ? 3.14159 : … variable
1283 public var testf: Float32 variable
/third_party/flatbuffers/tests/
Dmonster_test.schema.json243 "testf" : { object
Dmonster_test_generated.rs2256 let testf = self.testf(); in unpack() localVariable
2562 pub fn testf(&self) -> f32 { in testf() method
2867 pub testf: f32, field
3332 pub testf: f32, field
3459 let testf = self.testf; in pack() localVariable
/third_party/lz4/programs/
Dlz4io.c347 FILE* const testf = fopen( dstFileName, "rb" ); in LZ4IO_openDstFile() local
/third_party/python/Lib/test/
Dtest_typing.py3138 def testf(x, y): ... function