Home
last modified time | relevance | path

Searched refs:testf (Results 1 – 7 of 7) sorted by relevance

/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
943 floats.insert(testf); in ExhaustiveFloat()
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
956 runnable(testf); in ExhaustiveFloat()
957 runnable(-testf); in ExhaustiveFloat()
958 last = testf; in ExhaustiveFloat()
962 testf = d; in ExhaustiveFloat()
[all …]
/third_party/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py180 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument
181 if not testf(ctx, ordering):
196 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
198 …return [[evaluate_forward(keys, derivf, testf, i, order) for i in itertools.product(*mod_vals)] fo…
244 testf = compile_derived(test, keys)
247 forward = evaluate_forwards(keys, derivf, testf, mod_vals, ordered)
/third_party/lz4/programs/
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/
Dtest_socket.rs2510 testf: TESTF, in test_recverr_impl()
2556 Some(cmsg) => testf(&cmsg), in test_recverr_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt92 double testf(double a) {
/third_party/python/Lib/test/
Dtest_typing.py3138 def testf(x, y): ... function
3139 testf.__annotations__['x'] = 'int'
3140 self.assertEqual(gth(testf), {'x': int})
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME.txt488 double testf(double a) {