Searched refs:testf (Results 1 – 7 of 7) sorted by relevance
/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 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/ |
D | gen_disasm.py | 180 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/ |
D | lz4io.c | 356 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/ |
D | test_socket.rs | 2510 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/ |
D | README.txt | 92 double testf(double a) {
|
/third_party/python/Lib/test/ |
D | test_typing.py | 3138 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/ |
D | README.txt | 488 double testf(double a) {
|