Home
last modified time | relevance | path

Searched refs:DECIMAL_5 (Results 1 – 15 of 15) sorted by relevance

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Ddecimal_5.q1 DROP TABLE IF EXISTS DECIMAL_5;
3 CREATE TABLE DECIMAL_5(key decimal(10,5), value int)
8 LOAD DATA LOCAL INPATH '../../data/files/kv7.txt' INTO TABLE DECIMAL_5;
10 SELECT key FROM DECIMAL_5 ORDER BY key;
12 SELECT DISTINCT key FROM DECIMAL_5 ORDER BY key;
14 SELECT cast(key as decimal) FROM DECIMAL_5;
16 SELECT cast(key as decimal(6,3)) FROM DECIMAL_5;
18 DROP TABLE DECIMAL_5;
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/multivariate/tests/
H A Dtest_pca.py15 DECIMAL_5 = .00001 variable
87 atol=DECIMAL_5)
90 atol=DECIMAL_5)
93 atol=DECIMAL_5)
96 atol=DECIMAL_5)
326 assert_allclose(pc.projection, pc_dropped.projection, atol=DECIMAL_5)
329 assert_allclose(pc.projection, pc_dropped.projection, atol=DECIMAL_5)
332 assert_allclose(pc.projection, pc_dropped.projection, atol=DECIMAL_5)
336 assert_allclose(pc.projection, pc_dropped.projection, atol=DECIMAL_5)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/tests/
H A Dtest_bds.py25 DECIMAL_5 = 5 variable
H A Dtest_stattools.py57 DECIMAL_5 = 5 variable
85 assert_almost_equal(self.res1[0], self.teststat, DECIMAL_5)
88 assert_almost_equal(self.res1[1], self.pvalue, DECIMAL_5)
H A Dtest_ar.py30 DECIMAL_5 = 5 variable
208 assert_almost_equal(self.res1.bse, self.res2.bse_gretl, DECIMAL_5)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/vector_ar/tests/
H A Dtest_svar.py14 DECIMAL_5 = 5 variable
H A Dtest_var.py27 DECIMAL_5 = 5 variable
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/japanese/
H A Ddviprlib.c210 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
340 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddviprlib.c210 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
340 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/contrib/japanese/
H A Ddviprlib.c210 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
340 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/japanese/
H A Ddviprlib.c210 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
340 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/japanese/
H A Ddviprlib.c208 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
338 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/japanese/
H A Ddviprlib.c208 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
338 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/contrib/japanese/
H A Ddviprlib.c210 #define DECIMAL_5 5 in dviprt_read_QR_cfg() macro
340 case (DECIMAL_5): in dviprt_read_QR_cfg()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dicall-def.h200 ICALL(DECIMAL_5, "FCallDivide", mono_decimal_divide)