Home
last modified time | relevance | path

Searched defs:do_precision (Results 1 – 5 of 5) sorted by relevance

/dports/lang/nickle/nickle-2.90/
H A Dbuiltin-toplevel.c555 do_precision (Value av) in do_precision() function
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/tests/
H A Dtest_histograms.py397 def do_precision(self, float_small, float_large): member in TestHistogram
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/klib/
H A Dprintf-test.c345 static rc_t do_precision ( int32_t *field_width, int32_t *precision, in do_precision() function
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/klib/
H A Dprintf-test.c345 static rc_t do_precision ( int32_t *field_width, int32_t *precision, in do_precision() function
/dports/devel/elixir-decimal/decimal-1.4.1/lib/
H A Ddecimal.ex1276 defp do_precision(sign, digits, num_digits, exp, precision, rounding) do function