Home
last modified time | relevance | path

Searched refs:b2str (Results 1 – 4 of 4) sorted by relevance

/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/pyKst/
H A Dpykst.py28 def b2str(val): function
1030 …self.client.send_si(self.handle, b2str("change("+b2str(filename)+","+b2str(field)+","+b2str(frame)…
1270 +b2str(start)+","+b2str(num_frames)+","+b2str(skip)
1286 +b2str(start)+","+b2str(num_frames)+","+b2str(skip)
1526 b2str(start_y)+","+b2str(num_x)+","+b2str(num_y)+","+
1527 b2str(min_x)+","+b2str(min_y)+","+b2str(dx)+","+
1945 b2str(zmin)+","+b2str(zmax)+")")
2645 self.client.send("setPos("+b2str(x)+","+b2str(y)+")")
3224 b2str(x2)+","+b2str(y2)+")")
3320 b2str(x2)+","+b2str(y2)+")")
[all …]
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_bvconst.c107 static char* b2str(bool x) { in b2str() function
1247 …printf(": is_one = %s, is_minus_one = %s\n", b2str(bvconst_is_one(a, n)), b2str(bvconst_is_minus_o… in main()
1251 …printf(": is_one = %s, is_minus_one = %s\n", b2str(bvconst_is_one(b, n)), b2str(bvconst_is_minus_o… in main()
1255 …printf(": is_one = %s, is_minus_one = %s\n", b2str(bvconst_is_one(c, n)), b2str(bvconst_is_minus_o… in main()
1259 …printf(": is_one = %s, is_minus_one = %s\n", b2str(bvconst_is_one(d, n)), b2str(bvconst_is_minus_o… in main()
1287 …printf(": is_min_signed = %s, is_max_signed = %s\n", b2str(bvconst_is_min_signed(a, i)), b2str(bvc… in main()
1291 …printf(": is_min_signed = %s, is_max_signed = %s\n", b2str(bvconst_is_min_signed(b, i)), b2str(bvc… in main()
1295 …printf(": is_min_signed = %s, is_max_signed = %s\n", b2str(bvconst_is_min_signed(c, i)), b2str(bvc… in main()
1299 …printf(": is_min_signed = %s, is_max_signed = %s\n", b2str(bvconst_is_min_signed(d, i)), b2str(bvc… in main()
1303 …printf(": is_min_signed = %s, is_max_signed = %s\n", b2str(bvconst_is_min_signed(e, i)), b2str(bvc… in main()
/dports/devel/fire-hpp/fire-hpp-0.2/tests/
H A Drun_examples.py68 stdout = self.remove_newline(self.b2str(result.stdout.strip()))
69 stderr = self.remove_newline(self.b2str(result.stderr.strip()))
76 def b2str(self, b): member in assert_runner
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A DrelationLink.ml661 [ (Some b1str, Some b2str) ->
663 let n2 = Num.of_string b2str in