Home
last modified time | relevance | path

Searched defs:testf (Results 1 – 4 of 4) 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/lz4/programs/
Dlz4io.c356 FILE* const testf = fopen( dstFileName, "rb" ); in LZ4IO_openDstFile() local
/third_party/python/Lib/test/
Dtest_typing.py3138 def testf(x, y): ... function