Home
last modified time | relevance | path

Searched full:fixed (Results 1 – 25 of 16567) sorted by relevance

12345678910>>...663

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
H A Ddouble_fixed_precision_to_chars_test_cases_4.hpp14 {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 …]
H A Ddouble_fixed_precision_to_chars_test_cases_3.hpp51 {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 …]
H A Dfloat_fixed_precision_to_chars_test_cases.hpp49 {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 …]
H A Ddouble_fixed_precision_to_chars_test_cases_2.hpp50 {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 …]
H A Ddouble_fixed_precision_to_chars_test_cases_1.hpp49 {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 …]
H A Ddouble_to_chars_test_cases.hpp60 // 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 …]
H A Dfloat_to_chars_test_cases.hpp60 // 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DVecFuncs.def20 #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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DVecFuncs.def20 #define FIXED(NL) ElementCount::getFixed(NL)
33 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
34 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
35 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
36 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4), "_ZGV_LLVM_N4v")
37 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
38 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
41 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
42 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
43 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4), "_ZGV_LLVM_N4v")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DVecFuncs.def20 #define FIXED(NL) ElementCount::getFixed(NL)
33 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
34 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
35 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
36 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4), "_ZGV_LLVM_N4v")
37 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
38 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
41 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
42 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
43 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4), "_ZGV_LLVM_N4v")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DVecFuncs.def20 #define FIXED(NL) ElementCount::getFixed(NL)
33 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
34 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
35 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
36 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4), "_ZGV_LLVM_N4v")
37 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
38 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
41 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
42 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
43 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4), "_ZGV_LLVM_N4v")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DVecFuncs.def20 #define FIXED(NL) ElementCount::getFixed(NL)
33 TLI_DEFINE_VECFUNC("ceilf", "vceilf", FIXED(4), "_ZGV_LLVM_N4v")
34 TLI_DEFINE_VECFUNC("fabsf", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
35 TLI_DEFINE_VECFUNC("llvm.fabs.f32", "vfabsf", FIXED(4), "_ZGV_LLVM_N4v")
36 TLI_DEFINE_VECFUNC("floorf", "vfloorf", FIXED(4), "_ZGV_LLVM_N4v")
37 TLI_DEFINE_VECFUNC("sqrtf", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
38 TLI_DEFINE_VECFUNC("llvm.sqrt.f32", "vsqrtf", FIXED(4), "_ZGV_LLVM_N4v")
41 TLI_DEFINE_VECFUNC("expf", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
42 TLI_DEFINE_VECFUNC("llvm.exp.f32", "vexpf", FIXED(4), "_ZGV_LLVM_N4v")
43 TLI_DEFINE_VECFUNC("expm1f", "vexpm1f", FIXED(4), "_ZGV_LLVM_N4v")
[all …]
/aosp_15_r20/external/testng/
H A DCHANGES.txt2 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dbogo_config.json55 "CheckLeafCurve": "TODO: first pass, this should be fixed",
56 "DisabledCurve-HelloRetryRequest-TLS13": "TODO: first pass, this should be fixed",
57 "UnsupportedCurve": "TODO: first pass, this should be fixed",
58 "SupportTicketsWithSessionID": "TODO: first pass, this should be fixed",
59 "NoNullCompression-TLS12": "TODO: first pass, this should be fixed",
60 "KeyUpdate-RequestACK": "TODO: first pass, this should be fixed",
61 "TLS13-HRR-InvalidCompressionMethod": "TODO: first pass, this should be fixed",
62 "InvalidCompressionMethod": "TODO: first pass, this should be fixed",
63 … "TLS-TLS12-RSA_WITH_AES_128_GCM_SHA256-LargeRecord": "TODO: first pass, this should be fixed",
64 "TLS-TLS1-RSA_WITH_AES_128_CBC_SHA-LargeRecord": "TODO: first pass, this should be fixed",
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dcharstring.rs5 types::{Fixed, Pen, 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
57 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() argument
61 fn line_to(&mut self, x: Fixed, y: Fixed) { in line_to() argument
65 fn curve_to(&mut self, cx0: Fixed, cy0: Fixed, cx1: Fixed, cy1: Fixed, x: Fixed, y: Fixed) { in curve_to() argument
115 x: Fixed,
[all …]
/aosp_15_r20/external/tpm2-tss/
H A DCHANGELOG.md24 ### 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 …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/
H A Dhint.rs5 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/format/
Dparse.rs12 use super::{Fixed, InternalFixed, InternalInternal, Item, Numeric, Pad, Parsed};
383 Item::Fixed(ref spec) => { in parse_internal()
384 use super::Fixed::*; in parse_internal()
563 Item::Fixed(Fixed::Nanosecond), in parse_rfc3339_relaxed()
839 use crate::format::Fixed::*; in test_parse_fixed()
842 // fixed: month and weekday names 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()
846 check("ApR", &[fixed(ShortMonthName)], parsed!(month: 4)); in test_parse_fixed()
[all …]
/aosp_15_r20/external/python/dateutil/
DNEWS14 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 …]
/aosp_15_r20/external/strace/
H A DNEWS19 * Fixed decoding of bit sets in evdev ioctl commands.
20 * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
21 * Fixed test suite for the case when mlockall and unimplemented syscalls
40 * Fixed decoding of Q_XGETQSTAT on non-native personalities.
41 * Fixed race condition in aio test.
42 * Fixed build with Bionic libc.
43 * Fixed build with glibc-2.28.
44 * Fixed build in exotic systemd-nspawn based environments.
45 * Fixed build on s390 with kernel headers that do not contain Linux commit
96 * Fixed decoding of msgtyp argument of msgrcv syscall.
[all …]
/aosp_15_r20/external/mtools/
H A DNEWS26 - Tested and fixed for platforms *without* largefile support
29 - Fixed floppy sector size handling on platforms that are not
75 - Fixed XDF floppy disk access
76 - Fixed faulty behavior at end of image in mcat
126 - Fixed -f flag for mformat (size is KBytes, rather than sectors)
127 - Fixed toupper/tolower usage (unsigned char rather than plain signed)
129 - Fixed compilation for MingW
132 - Fixed length handling in character set conversion (Unicode file names)
133 - Fixed matching of character range, when containing Unicode
135 - Fixed initialization of my_scsi_cmd constructor
[all …]
/aosp_15_r20/external/libcups/
H A DCHANGES.md46 - Fixed IPP Everywhere v1.1 conformance issues in ippeveprinter.
47 - Fixed DNS-SD name collision support in ippeveprinter.
48 - Fixed compiler and code analyzer warnings.
49 - Fixed TLS support on Windows.
50 - Fixed ippfind sub-type searches with Avahi.
51 - Fixed the default hostname used by ippeveprinter on macOS.
52 - Fixed resolution of local IPP-USB printers with Avahi.
53 - Fixed coverity issues (OpenPrinting #2)
54 - Fixed `httpAddrConnect` issues (OpenPrinting #3)
55 - Fixed web interface device URI issue (OpenPrinting #4)
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A DChangeLog48 - fixed PMKSA caching with OKC
53 * fixed WPS UPnP SUBSCRIBE handling of invalid operations
55 * fixed PMF disconnection protection bypass
58 * fixed various issues in experimental support for EAP-TEAP server
65 * fixed EAP-FAST server with TLS GCM/CCM ciphers
68 * fixed OWE key derivation with groups 20 and 21; this breaks backwards
92 * fixed FT-EAP initial mobility domain association using PMKSA caching
94 * fixed FILS to and RSNE into (Re)Association Response frames
95 * fixed DPP bootstrapping URI parser of channel list
105 * fixed an ECDH operation corner case with OpenSSL
[all …]
/aosp_15_r20/device/google/gs201/
Ddefault-permissions.xml29 Fixed permissions cannot be controlled by the user and need a special
39 <permission name="android.permission.READ_CONTACTS" fixed="true"/>
40 <permission name="android.permission.READ_CALENDAR" fixed="false"/>
45 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
51 <permission name="android.permission.CAMERA" fixed="false"/>
53 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
54 <permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
55 <permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
60 <permission name="android.permission.READ_CALENDAR" fixed="true"/>
62 <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
[all …]
/aosp_15_r20/out/target/product/shiba/product/etc/default-permissions/
Ddefault-permissions.xml29 Fixed permissions cannot be controlled by the user and need a special
39 <permission name="android.permission.READ_CONTACTS" fixed="true"/>
40 <permission name="android.permission.READ_CALENDAR" fixed="false"/>
46 <permission name="android.permission.READ_CALENDAR" fixed="true"/>
48 <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
49 <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
51 <permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
55 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
60 <permission name="android.permission.CAMERA" fixed="false"/>
62 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
[all …]

12345678910>>...663