Home
last modified time | relevance | path

Searched refs:testf (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc940 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat()
941 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat()
942 for (float testf = f; testf < in ExhaustiveFloat()
955 float testf = std::nextafter(last, std::numeric_limits<float>::max()); ExhaustiveFloat() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dgen_disasm.py180 def evaluate_forward(keys, derivf, testf, ctx, ordering):
181 if not testf(ctx, ordering):
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered):
198 return [[evaluate_forward(keys, derivf, testf, i, order) for i in itertools.product(*mod_vals)] for order in orderings]
244 testf = compile_derived(test, keys)
247 forward = evaluate_forwards(keys, derivf, testf, mod_vals, ordered)
/third_party/lz4/programs/
H A Dlz4io.c356 FILE* const testf = fopen( dstFileName, "rb" ); in LZ4IO_openDstFile() local
357 if (testf != NULL) { /* dest exists, prompt for overwrite authorization */ in LZ4IO_openDstFile()
358 fclose(testf); in LZ4IO_openDstFile()
/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs2510 testf: TESTF, in test_recverr_impl()
2556 Some(cmsg) => testf(&cmsg), in test_recverr_impl()
/third_party/python/Lib/test/
H A Dtest_typing.py5301 def testf(x, y): ... function
5302 testf.__annotations__['x'] = 'int'
5303 self.assertEqual(gth(testf), {'x': int})

Completed in 20 milliseconds