Home
last modified time | relevance | path

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

12345678910>>...402

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
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 …]
/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
Ddouble_from_chars_test_cases.hpp201 chars_format::fixed, 1080, errc::result_out_of_range, 0x0.0000000000000p+0},
215 chars_format::fixed, 1077, errc::result_out_of_range, 0x0.0000000000000p+0},
239 chars_format::fixed, 2077, errc::result_out_of_range, 0x0.0000000000000p+0},
263 chars_format::fixed, 2078, errc{}, 0x0.0000000000001p-1022},
277 chars_format::fixed, 1078, errc{}, 0x0.0000000000001p-1022},
291 chars_format::fixed, 1077, errc{}, 0x0.0000000000001p-1022},
305 chars_format::fixed, 1080, errc{}, 0x0.ffffffffffffep-1022},
319 chars_format::fixed, 1077, errc{}, 0x0.ffffffffffffep-1022},
343 chars_format::fixed, 2077, errc{}, 0x0.ffffffffffffep-1022},
367 chars_format::fixed, 2078, errc{}, 0x0.fffffffffffffp-1022},
[all …]
/external/testng/
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 …]
/external/tpm2-tss/
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 …]
/external/e2fsprogs/tests/f_badorphan/
Dexpect.110 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/
DCHANGELOG.md6 * 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/
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 …]
/external/libcups/
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 …]
/external/strace/
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 …]
/external/rust/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 …]
/external/mtools/
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 …]
/external/libopus/
Dsilk_sources.mk102 silk/fixed/LTP_analysis_filter_FIX.c \
103 silk/fixed/LTP_scale_ctrl_FIX.c \
104 silk/fixed/corrMatrix_FIX.c \
105 silk/fixed/encode_frame_FIX.c \
106 silk/fixed/find_LPC_FIX.c \
107 silk/fixed/find_LTP_FIX.c \
108 silk/fixed/find_pitch_lags_FIX.c \
109 silk/fixed/find_pred_coefs_FIX.c \
110 silk/fixed/noise_shape_analysis_FIX.c \
111 silk/fixed/process_gains_FIX.c \
[all …]
/external/fonttools/Lib/fontTools/misc/
DfixedTools.py3 defines two fixed-point data types:
5 ``Fixed``
6 A 32-bit signed fixed-point number with a 16 bit twos-complement
9 A 16-bit signed fixed-point number with a 2 bit twos-complement
13 functions for converting between fixed-point, float and string representations.
43 """Converts a fixed-point number to a float given the number of
47 value (int): Number in fixed-point format.
64 """Converts a float to a fixed-point number given the number of
72 int: Fixed-point representation.
85 """Converts a float to a fixed-point number and back again.
[all …]
/external/wpa_supplicant_8/hostapd/
DChangeLog11 - fixed PMKSA caching with OKC
16 * fixed WPS UPnP SUBSCRIBE handling of invalid operations
18 * fixed PMF disconnection protection bypass
21 * fixed various issues in experimental support for EAP-TEAP server
28 * fixed EAP-FAST server with TLS GCM/CCM ciphers
31 * fixed OWE key derivation with groups 20 and 21; this breaks backwards
55 * fixed FT-EAP initial mobility domain association using PMKSA caching
57 * fixed FILS to and RSNE into (Re)Association Response frames
58 * fixed DPP bootstrapping URI parser of channel list
68 * fixed an ECDH operation corner case with OpenSSL
[all …]
/external/zxing/core/src/main/java/com/google/zxing/oned/rss/expanded/decoders/
DFieldParser.java42 TWO_DIGIT_DATA_LENGTH.put("00", DataLength.fixed(18));
43 TWO_DIGIT_DATA_LENGTH.put("01", DataLength.fixed(14));
44 TWO_DIGIT_DATA_LENGTH.put("02", DataLength.fixed(14));
46 TWO_DIGIT_DATA_LENGTH.put("11", DataLength.fixed(6));
47 TWO_DIGIT_DATA_LENGTH.put("12", DataLength.fixed(6));
48 TWO_DIGIT_DATA_LENGTH.put("13", DataLength.fixed(6));
49 TWO_DIGIT_DATA_LENGTH.put("15", DataLength.fixed(6));
50 TWO_DIGIT_DATA_LENGTH.put("17", DataLength.fixed(6));
51 TWO_DIGIT_DATA_LENGTH.put("20", DataLength.fixed(2));
73 THREE_DIGIT_DATA_LENGTH.put("402", DataLength.fixed(17));
[all …]
/external/arm-trusted-firmware/plat/nvidia/tegra/scat/
Dbl31.scat15 __BL31_START__ +0 FIXED EMPTY 0
26 __TEXT__ +0 FIXED
34 __TEXT_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0
42 __RODATA__ AlignExpr(ImageLimit(LR_TEXT), 0) FIXED
49 __RT_SVC_DESCS__ AlignExpr(ImageLimit(__RODATA__), 8) FIXED
56 __PMF_SVC_DESCS__ AlignExpr(ImageLimit(__RT_SVC_DESCS__), 8) FIXED
66 __CPU_OPS__ AlignExpr(+0, 8) FIXED
76 __GOT__ AlignExpr(ImageLimit(__CPU_OPS__), 8) FIXED
89 __RODATA_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0
109 __SPM_SHIM_EXCEPTIONS__ AlignExpr(ImageLimit(LR_RO_DATA), PAGE_SIZE) FIXED
[all …]
/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/scat/
Dbl31.scat15 __BL31_START__ +0 FIXED EMPTY 0
26 __TEXT__ +0 FIXED
34 __TEXT_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0
42 __RODATA__ AlignExpr(ImageLimit(LR_TEXT), 0) FIXED
49 __RT_SVC_DESCS__ AlignExpr(ImageLimit(__RODATA__), 8) FIXED
56 __PMF_SVC_DESCS__ AlignExpr(ImageLimit(__RT_SVC_DESCS__), 8) FIXED
66 __CPU_OPS__ AlignExpr(+0, 8) FIXED
76 __GOT__ AlignExpr(ImageLimit(__CPU_OPS__), 8) FIXED
89 __RODATA_EPILOGUE__ AlignExpr(+0, PAGE_SIZE) FIXED EMPTY 0
109 __SPM_SHIM_EXCEPTIONS__ AlignExpr(ImageLimit(LR_RO_DATA), PAGE_SIZE) FIXED
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/
DChangeLog43 This seemed already fixed but is not doing well in tests.
131 - Fixed name clash by renaming 'at' to be 'at_' because the name 'at' is
134 - Fixed an unused typedef in phoenix/scope/let.hpp
170 - Fixed bug in example/container_actor.cpp in end() function.
171 - Fixed bug4853 and 5626 - added header <utility> for std::forward.
172 - Fixed bug4853 - added header <iostream> for gcc 4.9 test
191 Fixed reference for FC++ in two locations.
192 Fixed example for nested let (#8564)
193 - Fixed #9113 warnings on -Wshadow
194 Fixed all warnings
[all …]

12345678910>>...402