Searched defs:testf (Results 1 – 4 of 4) sorted by relevance
/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/lz4/programs/ |
D | lz4io.c | 356 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
|