/third_party/mesa3d/src/panfrost/bifrost/ |
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
|
/third_party/skia/third_party/externals/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
|
/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
|
/third_party/flatbuffers/tests/my-game/example/ |
D | monster.js | 269 testf() { method in Monster 632 static addTestf(builder, testf) { argument 946 …, testhashu64Fnv1a = flatbuffers.createLong(0, 0), testarrayofbools = [], testf = 3.14159, testf2 … argument
|
D | monster.ts | 350 testf():number { method in Monster
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.php | 745 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… 1187 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() 252 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
|
D | Monster.py | 928 def AddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument 929 def MonsterAddTestf(builder, testf): argument
|
D | Monster.kt | 378 val testf : Float constant
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|
/third_party/bzip2/ |
D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | monster_test_generated.swift | 866 …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/ |
D | monster_test.schema.json | 243 "testf" : { object
|
D | monster_test_generated.rs | 2256 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/ |
D | lz4io.c | 347 FILE* const testf = fopen( dstFileName, "rb" ); in LZ4IO_openDstFile() local
|
/third_party/python/Lib/test/ |
D | test_typing.py | 3138 def testf(x, y): ... function
|