/external/compiler-rt/test/builtins/Unit/ |
D | comparesf2_test.c | 1 //===-- 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 …]
|
D | comparedf2_test.c | 1 //===-- 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/llvm-project/compiler-rt/test/builtins/Unit/ |
D | comparedf2_test.c | 1 // RUN: %clang_builtins %s %librt -o %t && %run %t 28 if (__eqdf2(vector->a, vector->b) != vector->eqReference) { in test__cmpdf2() 30 vector->a, vector->b, in test__cmpdf2() 31 __eqdf2(vector->a, vector->b), in test__cmpdf2() 32 vector->eqReference); in test__cmpdf2() 33 return 1; in test__cmpdf2() 36 if (__gedf2(vector->a, vector->b) != vector->geReference) { in test__cmpdf2() 38 vector->a, vector->b, in test__cmpdf2() 39 __gedf2(vector->a, vector->b), in test__cmpdf2() 40 vector->geReference); in test__cmpdf2() [all …]
|
D | comparesf2_test.c | 1 // RUN: %clang_builtins %s %librt -o %t && %run %t 28 if (__eqsf2(vector->a, vector->b) != vector->eqReference) { in test__cmpsf2() 30 vector->a, vector->b, in test__cmpsf2() 31 __eqsf2(vector->a, vector->b), in test__cmpsf2() 32 vector->eqReference); in test__cmpsf2() 33 return 1; in test__cmpsf2() 36 if (__gesf2(vector->a, vector->b) != vector->geReference) { in test__cmpsf2() 38 vector->a, vector->b, in test__cmpsf2() 39 __gesf2(vector->a, vector->b), in test__cmpsf2() 40 vector->geReference); in test__cmpsf2() [all …]
|
/external/skqp/resources/ |
D | pdf_command_stream.txt | 1 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/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/ |
D | pdf_command_stream.txt | 1 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/skia/resources/ |
D | pdf_command_stream.txt | 1 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/ |
D | ddCompareTotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | dqCompareTotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | comparetotmag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | ddCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | dqCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | comparetotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddCompareTotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | dqCompareTotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | comparetotmag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | ddCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | dqCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
D | comparetotal.decTest | 1 ------------------------------------------------------------------------ 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 …]
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/skqp/ |
D | rendertests.txt | 1 3dgm,-1 4 BlurDrawImage,-1 5 CubicStroke,-1 6 OverStroke,-1 8 aaclip,-1 9 aarectmodes,-1 10 aaxfermodes,-1 11 addarc,-1 12 addarc_meas,-1 17 analytic_antialias_convex,-1 [all …]
|
/external/XNNPACK/src/tables/ |
D | exp2minus-k-over-2048.c | 3 // 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/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | pow10_helper.cc | 7 // 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/libtextclassifier/abseil-cpp/absl/strings/internal/ |
D | pow10_helper.cc | 7 // 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | pow10_helper.cc | 7 // 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/ |
D | pow10_helper.cc | 7 // 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 …]
|