| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | VecFuncs.def | 20 #define FIXED(NL) ElementCount::getFixed(NL) 31 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4)) 32 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4)) 33 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4)) 34 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4)) 35 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4)) 36 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4)) 39 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4)) 40 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4)) 41 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4)) [all …]
|
| /external/cronet/stable/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/ |
| D | double_fixed_precision_to_chars_test_cases_4.hpp | 14 {0x0.fffffffffffffp-1022, chars_format::fixed, 1074, 27 {0x1.fffffffffffffp-1022, chars_format::fixed, 1074, 40 {0x1.fffffffffffffp-1021, chars_format::fixed, 1073, 53 {0x1.fffffffffffffp-1020, chars_format::fixed, 1072, 66 {0x1.fffffffffffffp-1019, chars_format::fixed, 1071, 79 {0x1.fffffffffffffp-1018, chars_format::fixed, 1070, 92 {0x1.fffffffffffffp-1017, chars_format::fixed, 1069, 105 {0x1.fffffffffffffp-1016, chars_format::fixed, 1068, 118 {0x1.fffffffffffffp-1015, chars_format::fixed, 1067, 131 {0x1.fffffffffffffp-1014, chars_format::fixed, 1066, [all …]
|
| D | float_fixed_precision_to_chars_test_cases.hpp | 49 {0.0f, chars_format::fixed, 4, "0.0000"}, 50 {-0.0f, chars_format::fixed, 4, "-0.0000"}, 51 {float_inf, chars_format::fixed, 4, "inf"}, 52 {-float_inf, chars_format::fixed, 4, "-inf"}, 53 {float_nan, chars_format::fixed, 4, "nan"}, 54 {-float_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {float_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-float_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729f, chars_format::fixed, 4, "1.7290"}, 58 {-1.729f, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_2.hpp | 50 {1e-323, chars_format::fixed, 1073, 63 {1e-322, chars_format::fixed, 1072, 76 {1e-321, chars_format::fixed, 1073, 89 {1e-320, chars_format::fixed, 1071, 102 {1e-319, chars_format::fixed, 1070, 115 {1e-318, chars_format::fixed, 1073, 128 {1e-317, chars_format::fixed, 1074, 141 {1e-316, chars_format::fixed, 1074, 154 {1e-315, chars_format::fixed, 1074, 167 {1e-314, chars_format::fixed, 1074, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_1.hpp | 49 {0.0, chars_format::fixed, 4, "0.0000"}, 50 {-0.0, chars_format::fixed, 4, "-0.0000"}, 51 {double_inf, chars_format::fixed, 4, "inf"}, 52 {-double_inf, chars_format::fixed, 4, "-inf"}, 53 {double_nan, chars_format::fixed, 4, "nan"}, 54 {-double_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {double_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-double_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729, chars_format::fixed, 4, "1.7290"}, 58 {-1.729, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_3.hpp | 51 {0x0.63b831e8bd9d7p-1022, chars_format::fixed, 1074, 64 {0x1.8777195166b0cp-1022, chars_format::fixed, 1072, 77 {0x1.4668b84fe57a0p-1021, chars_format::fixed, 1068, 90 {0x1.befe59a615135p-1020, chars_format::fixed, 1072, 103 {0x1.1e3d1ff2f0c7dp-1019, chars_format::fixed, 1071, 116 {0x1.6f434a1f8b19bp-1018, chars_format::fixed, 1070, 129 {0x1.587345c18153ep-1017, chars_format::fixed, 1068, 142 {0x1.f1b6b87277fdep-1016, chars_format::fixed, 1067, 155 {0x1.72a498409980ap-1015, chars_format::fixed, 1066, 168 {0x1.ce91e910d066ap-1014, chars_format::fixed, 1065, [all …]
|
| D | double_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0, chars_format::fixed, "0"}, 62 {-0.0, chars_format::fixed, "-0"}, 63 {double_inf, chars_format::fixed, "inf"}, 64 {-double_inf, chars_format::fixed, "-inf"}, 65 {double_nan, chars_format::fixed, "nan"}, 66 {-double_nan, chars_format::fixed, "-nan(ind)"}, 67 {double_nan_payload, chars_format::fixed, "nan"}, 68 {-double_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018, chars_format::fixed, "2.018"}, [all …]
|
| D | float_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0f, chars_format::fixed, "0"}, 62 {-0.0f, chars_format::fixed, "-0"}, 63 {float_inf, chars_format::fixed, "inf"}, 64 {-float_inf, chars_format::fixed, "-inf"}, 65 {float_nan, chars_format::fixed, "nan"}, 66 {-float_nan, chars_format::fixed, "-nan(ind)"}, 67 {float_nan_payload, chars_format::fixed, "nan"}, 68 {-float_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018f, chars_format::fixed, "2.018"}, [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/ |
| D | double_fixed_precision_to_chars_test_cases_4.hpp | 14 {0x0.fffffffffffffp-1022, chars_format::fixed, 1074, 27 {0x1.fffffffffffffp-1022, chars_format::fixed, 1074, 40 {0x1.fffffffffffffp-1021, chars_format::fixed, 1073, 53 {0x1.fffffffffffffp-1020, chars_format::fixed, 1072, 66 {0x1.fffffffffffffp-1019, chars_format::fixed, 1071, 79 {0x1.fffffffffffffp-1018, chars_format::fixed, 1070, 92 {0x1.fffffffffffffp-1017, chars_format::fixed, 1069, 105 {0x1.fffffffffffffp-1016, chars_format::fixed, 1068, 118 {0x1.fffffffffffffp-1015, chars_format::fixed, 1067, 131 {0x1.fffffffffffffp-1014, chars_format::fixed, 1066, [all …]
|
| D | float_fixed_precision_to_chars_test_cases.hpp | 49 {0.0f, chars_format::fixed, 4, "0.0000"}, 50 {-0.0f, chars_format::fixed, 4, "-0.0000"}, 51 {float_inf, chars_format::fixed, 4, "inf"}, 52 {-float_inf, chars_format::fixed, 4, "-inf"}, 53 {float_nan, chars_format::fixed, 4, "nan"}, 54 {-float_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {float_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-float_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729f, chars_format::fixed, 4, "1.7290"}, 58 {-1.729f, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_2.hpp | 50 {1e-323, chars_format::fixed, 1073, 63 {1e-322, chars_format::fixed, 1072, 76 {1e-321, chars_format::fixed, 1073, 89 {1e-320, chars_format::fixed, 1071, 102 {1e-319, chars_format::fixed, 1070, 115 {1e-318, chars_format::fixed, 1073, 128 {1e-317, chars_format::fixed, 1074, 141 {1e-316, chars_format::fixed, 1074, 154 {1e-315, chars_format::fixed, 1074, 167 {1e-314, chars_format::fixed, 1074, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_1.hpp | 49 {0.0, chars_format::fixed, 4, "0.0000"}, 50 {-0.0, chars_format::fixed, 4, "-0.0000"}, 51 {double_inf, chars_format::fixed, 4, "inf"}, 52 {-double_inf, chars_format::fixed, 4, "-inf"}, 53 {double_nan, chars_format::fixed, 4, "nan"}, 54 {-double_nan, chars_format::fixed, 4, "-nan(ind)"}, 55 {double_nan_payload, chars_format::fixed, 4, "nan"}, 56 {-double_nan_payload, chars_format::fixed, 4, "-nan"}, 57 {1.729, chars_format::fixed, 4, "1.7290"}, 58 {-1.729, chars_format::fixed, 4, "-1.7290"}, [all …]
|
| D | double_fixed_precision_to_chars_test_cases_3.hpp | 51 {0x0.63b831e8bd9d7p-1022, chars_format::fixed, 1074, 64 {0x1.8777195166b0cp-1022, chars_format::fixed, 1072, 77 {0x1.4668b84fe57a0p-1021, chars_format::fixed, 1068, 90 {0x1.befe59a615135p-1020, chars_format::fixed, 1072, 103 {0x1.1e3d1ff2f0c7dp-1019, chars_format::fixed, 1071, 116 {0x1.6f434a1f8b19bp-1018, chars_format::fixed, 1070, 129 {0x1.587345c18153ep-1017, chars_format::fixed, 1068, 142 {0x1.f1b6b87277fdep-1016, chars_format::fixed, 1067, 155 {0x1.72a498409980ap-1015, chars_format::fixed, 1066, 168 {0x1.ce91e910d066ap-1014, chars_format::fixed, 1065, [all …]
|
| D | double_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0, chars_format::fixed, "0"}, 62 {-0.0, chars_format::fixed, "-0"}, 63 {double_inf, chars_format::fixed, "inf"}, 64 {-double_inf, chars_format::fixed, "-inf"}, 65 {double_nan, chars_format::fixed, "nan"}, 66 {-double_nan, chars_format::fixed, "-nan(ind)"}, 67 {double_nan_payload, chars_format::fixed, "nan"}, 68 {-double_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018, chars_format::fixed, "2.018"}, [all …]
|
| D | float_to_chars_test_cases.hpp | 60 // Ditto for fixed, which doesn't emit exponents. 61 {0.0f, chars_format::fixed, "0"}, 62 {-0.0f, chars_format::fixed, "-0"}, 63 {float_inf, chars_format::fixed, "inf"}, 64 {-float_inf, chars_format::fixed, "-inf"}, 65 {float_nan, chars_format::fixed, "nan"}, 66 {-float_nan, chars_format::fixed, "-nan(ind)"}, 67 {float_nan_payload, chars_format::fixed, "nan"}, 68 {-float_nan_payload, chars_format::fixed, "-nan"}, 69 {2.018f, chars_format::fixed, "2.018"}, [all …]
|
| /external/testng/ |
| D | CHANGES.txt | 2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe… 4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan) 7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh) 8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr) 9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr) 10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli… 13 Fixed: GITHUB-866 / GITHUB-869 : Some attributes were not cloned when XmlSuite#clone was used (Vire… 14 Fixed: GITHUB-842: Add TestResult#getTestName() support for @Test(testName) (Julien Herr) 19 Fixed: GITHUB-829: Allowing suites to have duplicate names. You can now configure the same suite-fi… 20 Fixed: GITHUB-834: nested suites not supported by 'testnames' (Tibor Digana & Julien Herr) [all …]
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
| D | charstring.rs | 5 types::{Fixed, Point}, 27 fn move_to(&mut self, x: Fixed, y: Fixed); in move_to() argument 28 fn line_to(&mut self, x: Fixed, y: Fixed); in line_to() argument 29 fn curve_to(&mut self, cx0: Fixed, cy0: Fixed, cx1: Fixed, cy1: Fixed, x: Fixed, y: Fixed); in curve_to() argument 33 fn hstem(&mut self, y: Fixed, dy: Fixed) {} in hstem() argument 35 fn vstem(&mut self, x: Fixed, dx: Fixed) {} in vstem() argument 78 x: Fixed, 79 y: Fixed, 103 x: Fixed::ZERO, in new() 104 y: Fixed::ZERO, in new() [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/ |
| D | charstring.rs | 5 types::{Fixed, Point}, 27 fn move_to(&mut self, x: Fixed, y: Fixed); in move_to() argument 28 fn line_to(&mut self, x: Fixed, y: Fixed); in line_to() argument 29 fn curve_to(&mut self, cx0: Fixed, cy0: Fixed, cx1: Fixed, cy1: Fixed, x: Fixed, y: Fixed); in curve_to() argument 33 fn hstem(&mut self, y: Fixed, dy: Fixed) {} in hstem() argument 35 fn vstem(&mut self, x: Fixed, dx: Fixed) {} in vstem() argument 78 x: Fixed, 79 y: Fixed, 103 x: Fixed::ZERO, in new() 104 y: Fixed::ZERO, in new() [all …]
|
| /external/tpm2-tss/ |
| D | CHANGELOG.md | 24 ### Fixed subsection 25 - Fixed hmac calculation for tpm2_clear command in ESAPI 26 - Fixed mixing salted and unsalted sessions in the same ESAPI context 28 - Fixed setting C++ compiler for non-fuzzing builds at configure 29 - Fixed setting the name of session objects 30 - Fixed page alignment errors in Sys_Get/SetAuths functions 31 - Fixed potential buffer overflow in tcti_mssim_receive 32 - Fixed invalid memory alloc failure in Tss2_TctiLdr_Initialize 33 - Fixed list of exported symbols map for libtss2-mu 34 - Fixed resource name calculation in Esys_CreateLoaded [all …]
|
| /external/e2fsprogs/tests/f_badorphan/ |
| D | expect.1 | 10 Inode 13 was part of the orphaned inode list. FIXED. 11 Inode 17 was part of the orphaned inode list. FIXED. 14 Inode 19 was part of the orphaned inode list. FIXED. 15 Inode 22 was part of the orphaned inode list. FIXED. 16 Inode 23 was part of the orphaned inode list. FIXED. 17 Inode 24 was part of the orphaned inode list. FIXED. 18 Inode 25 was part of the orphaned inode list. FIXED. 19 Inode 26 was part of the orphaned inode list. FIXED. 20 Inode 27 was part of the orphaned inode list. FIXED. 21 Inode 28 was part of the orphaned inode list. FIXED. [all …]
|
| /external/jcommander/ |
| D | CHANGELOG.md | 6 * Fixed: '--' handling, #296 9 * Fixed: Return right parameter name in exception, #227, (@jeremysolarz) 10 * Fixed: `JCommander#getParameters` returning nothing, #315, (@simon04) 11 * Fixed: Allow empty string (e.g. `java -jar jcommander-program.jar param1 ""`) as part of main par… 12 * Fixed: Default value for `@Parameter(help=true)` parameter is not displayed in output of `JComman… 13 * Fixed: When providing two names in `@Parameter` always first name is given to `IValueValidator`, … 21 * Fixed: When using `parseWithoutValidation()`, JCommander uses 'parse()' on child commanders, #267… 22 * Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with … 23 * Fixed: Thread-safe and non-shared converter factories, #284 (@simon04) 24 * Fixed: Skip `Path` converter when class is not available (Android), #287 (@JesusFreke) [all …]
|
| /external/python/dateutil/ |
| D | NEWS | 14 Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859). 16 Fixed by @cssherry (gh issue #582, pr #763) 34 Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). 35 - Fixed an issue where ``parser.parse`` would raise ``Decimal``-specific errors 37 (e.g. ``NaN`` or infinite values). Reported and fixed by 39 - Fixed issue in ``parser`` where a ``tzinfos`` call explicitly returning 41 Fixed by @parsethis (gh issue #661, gh pr #681) 42 - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented 48 Fixed by @cheukting (gh issue #658, gh pr #751) 49 - Fixed an issue where ``isoparser.parse_isotime`` was unable to handle the [all …]
|
| /external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/cff/ |
| D | hint.rs | 5 types::Fixed, 10 const ICF_TOP: Fixed = Fixed::from_i32(880); 11 const ICF_BOTTOM: Fixed = Fixed::from_i32(-120); 27 const MIN_COUNTER: Fixed = Fixed::from_bits(0x8000); 30 const EPSILON: Fixed = Fixed::from_bits(1); 40 pub blue_scale: Fixed, 41 pub blue_shift: Fixed, 42 pub blue_fuzz: Fixed, 54 blue_scale: Fixed::from_f64(0.039625), in default() 55 blue_shift: Fixed::from_i32(7), in default() [all …]
|
| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/cff/ |
| D | hint.rs | 5 types::Fixed, 10 const ICF_TOP: Fixed = Fixed::from_i32(880); 11 const ICF_BOTTOM: Fixed = Fixed::from_i32(-120); 27 const MIN_COUNTER: Fixed = Fixed::from_bits(0x8000); 30 const EPSILON: Fixed = Fixed::from_bits(1); 40 pub blue_scale: Fixed, 41 pub blue_shift: Fixed, 42 pub blue_fuzz: Fixed, 54 blue_scale: Fixed::from_f64(0.039625), in default() 55 blue_shift: Fixed::from_i32(7), in default() [all …]
|
| /external/rust/android-crates-io/crates/chrono/src/format/ |
| D | parse.rs | 11 use super::{Fixed, InternalFixed, InternalInternal, Item, Numeric, Pad, Parsed}; 382 Item::Fixed(ref spec) => { in parse_internal() 383 use super::Fixed::*; in parse_internal() 562 Item::Fixed(Fixed::Nanosecond), in parse_rfc3339_relaxed() 838 use crate::format::Fixed::*; in test_parse_fixed() 841 // fixed: month and weekday names in test_parse_fixed() 842 check("apr", &[fixed(ShortMonthName)], parsed!(month: 4)); in test_parse_fixed() 843 check("Apr", &[fixed(ShortMonthName)], parsed!(month: 4)); in test_parse_fixed() 844 check("APR", &[fixed(ShortMonthName)], parsed!(month: 4)); in test_parse_fixed() 845 check("ApR", &[fixed(ShortMonthName)], parsed!(month: 4)); in test_parse_fixed() [all …]
|