Home
last modified time | relevance | path

Searched +full:- +full:1 (Results 1 – 25 of 2910) sorted by relevance

12345678910>>...117

/external/compiler-rt/test/builtins/Unit/
Dcomparesf2_test.c1 //===-- cmpsf2_test.c - Test __cmpsf2 -------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // This file tests single-precision soft-float comparisons for the compiler-rt
13 //===----------------------------------------------------------------------===//
39 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2()
41 vector->a, vector->b, in test__cmpsf2()
42 __eqsf2(vector->a, vector->b), in test__cmpsf2()
43 vector->eqReference); in test__cmpsf2()
44 return 1; in test__cmpsf2()
47 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2()
[all …]
Dcomparedf2_test.c1 //===-- cmpdf2_test.c - Test __cmpdf2 -------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // This file tests single-precision soft-double comparisons for the compiler-rt
13 //===----------------------------------------------------------------------===//
39 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2()
41 vector->a, vector->b, in test__cmpdf2()
42 __eqdf2(vector->a, vector->b), in test__cmpdf2()
43 vector->eqReference); in test__cmpdf2()
44 return 1; in test__cmpdf2()
47 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2()
[all …]
/external/skia/resources/
Dpdf_command_stream.txt1 1 0 0 -1 0 1000 cm
2 1 1 1 RG 1 1 1 rg
20 8 0 0 -8 615 747 cm
37 8 0 0 -8 615 940 cm
46 1 0 0 -1 215 170 Tm
48 1 0 0 -1 224.8203 170 Tm
50 1 0 0 -1 234.6406 170 Tm
56 1 0 0 -1 238.8594 170 Tm
58 1 0 0 -1 248.9727 170 Tm
60 1 0 0 -1 252.2656 170 Tm
[all …]
/external/python/cpython3/Lib/test/decimaltestdata/
DddCompareTotal.decTest1 ------------------------------------------------------------------------
2 -- ddCompareTotal.decTest -- decDouble comparison using total ordering--
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DdqCompareTotal.decTest1 ------------------------------------------------------------------------
2 -- dqCompareTotal.decTest -- decQuad comparison using total ordering --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Dcomparetotmag.decTest1 ------------------------------------------------------------------------
2 -- comparetotmag.decTest -- decimal comparison, abs. total ordering --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DdqCompareTotalMag.decTest1 ------------------------------------------------------------------------
2 -- dqCompareTotalMag.decTest -- decQuad comparison; abs. total order --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DddCompareTotalMag.decTest1 ------------------------------------------------------------------------
2 -- ddCompareTotalMag.decTest -- decDouble comparison; abs. total order--
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Dcomparetotal.decTest1 ------------------------------------------------------------------------
2 -- comparetotal.decTest -- decimal comparison using total ordering --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DdqCompareSig.decTest1 ------------------------------------------------------------------------
2 -- dqCompareSig.decTest -- decQuad comparison; all NaNs signal --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DddCompareSig.decTest1 ------------------------------------------------------------------------
2 -- ddCompareSig.decTest -- decDouble comparison; all NaNs signal --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DdqCompare.decTest1 ------------------------------------------------------------------------
2 -- dqCompare.decTest -- decQuad comparison that allows quiet NaNs --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Dcompare.decTest1 ------------------------------------------------------------------------
2 -- compare.decTest -- decimal comparison that allows quiet NaNs --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DddCompare.decTest1 ------------------------------------------------------------------------
2 -- ddCompare.decTest -- decDouble comparison that allows quiet NaNs --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
/external/XNNPACK/src/tables/
Dexp2minus-k-over-2048.c3 // This source code is licensed under the BSD-style license found in the
11 0x1.000000p+0, 0x1.FFF630p-1, 0x1.FFEC60p-1, 0x1.FFE294p-1,
12 0x1.FFD8C8p-1, 0x1.FFCF00p-1, 0x1.FFC538p-1, 0x1.FFBB72p-1,
13 0x1.FFB1B0p-1, 0x1.FFA7EEp-1, 0x1.FF9E2Ep-1, 0x1.FF9472p-1,
14 0x1.FF8AB6p-1, 0x1.FF80FCp-1, 0x1.FF7744p-1, 0x1.FF6D8Ep-1,
15 0x1.FF63DAp-1, 0x1.FF5A28p-1, 0x1.FF5078p-1, 0x1.FF46CAp-1,
16 0x1.FF3D1Ep-1, 0x1.FF3374p-1, 0x1.FF29CCp-1, 0x1.FF2026p-1,
17 0x1.FF1682p-1, 0x1.FF0CDEp-1, 0x1.FF033Ep-1, 0x1.FEF9A0p-1,
18 0x1.FEF004p-1, 0x1.FEE668p-1, 0x1.FEDCD0p-1, 0x1.FED338p-1,
19 0x1.FEC9A4p-1, 0x1.FEC010p-1, 0x1.FEB680p-1, 0x1.FEACF0p-1,
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/abseil-cpp/absl/strings/internal/
Dpow10_helper.cc7 // https://www.apache.org/licenses/LICENSE-2.0
25 // The exact value of 1e23 falls precisely halfway between two representable
28 // down, but this is not completely specified for floating-point literals in
35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316,
36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307,
37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298,
38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289,
39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280,
40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271,
41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262,
[all …]
/external/e2fsprogs/tests/d_fallocate/
Dexpect.gz
/external/harfbuzz_ng/test/shape/data/in-house/tests/
Demoji-clusters.tests1 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;263A,FE0F;[1=0|1=0]
2 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B,FE0F;[1=0…
3 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B;[1=0|1=0|
4 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F62E,200D,1F4A8;[1=0|1=0|
5 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F642,200D,2194,FE0F;[1=0|
6 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F642,200D,2194;[1=0|1=0|1
7 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F642,200D,2195,FE0F;[1=0|
8 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F642,200D,2195;[1=0|1=0|1
9 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F635,200D,1F4AB;[1=0|1=0|
10 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2639,FE0F;[1=0|1=0]
[all …]
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-text-glyphs.hh2 #line 1 "hb-buffer-deserialize-text-glyphs.rl"
35 #line 36 "hb-buffer-deserialize-text-glyphs.hh"
45 10, 1, 13, 10, 14, 82, 116, 116,
59 2, 2, 2, 1, 3, 1, 1, 4,
61 5, 1, 6, 7, 7, 7, 7, 7,
62 7, 7, 7, 7, 1, 8, 1, 1,
64 10, 10, 1, 11, 12, 12, 12, 12,
65 12, 12, 12, 12, 12, 1, 13, 14,
67 1, 15, 1, 1, 16, 17, 17, 17,
68 17, 17, 17, 17, 17, 17, 1, 18,
[all …]
/external/e2fsprogs/tests/r_expand_full/
Dexpect2 Creating filesystem with 786432 1k blocks and 98304 inodes
12 Pass 1: Checking inodes, blocks, and sizes
20 Resizing the filesystem on test.img to 3145728 (1k) blocks.
21 The filesystem on test.img is now 3145728 (1k) blocks long.
25 @@ -1,15 +1,15 @@
28 -0:1:1:2-4:5:6:7
29 -1:8193:8193:8194-8196:8197:8198:8199
30 +0:1:1:2-13:263:264:265
31 +1:8193:8193:8194-8205:8455:8456:8457
32 2:16385:-1:-1:16385:16386:16387
[all …]

12345678910>>...117