Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js52 for (var point = 0, nextcode = 0, i = 0; i !== Len;) {
53 point = str.charCodeAt(i), i += 1;
54 if (point >= 0xD800 && point <= 0xDBFF) {
64 point = (point - 0xD800) * 0x400 + nextcode - 0xDC00 + 0x10000;
66 if (point > 0xffff) {
67 resArr[resPos += 1] = (0x1e /*0b11110*/ << 3) | (point >>> 18);
69 (0x2 /*0b10*/ << 6) | ((point >>> 12) & 0x3f /*0b00111111*/);
71 (0x2 /*0b10*/ << 6) | ((point >>> 6) & 0x3f /*0b00111111*/);
73 (0x2 /*0b10*/ << 6) | (point & 0x3f /*0b00111111*/);
83 if (point <= 0x007f) {
[all …]
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-simd.inc1 # Advanced SIMD and floating-point instructions for armv7-a, armv7ve,
4 TUNEVALID[simd] = "Enable instructions for Advanced SIMD and floating-point units"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A Dlibsmi-fix-the-test-dump-files.patch36 <point val="29.52,49.18"/>
43 <point val="29.52,49.18"/>
45 <point val="37.68,49.18"/>
52 <point val="37.68,49.18"/>
54 <point val="29.52,35.78"/>
61 <point val="29.52,35.78"/>
78 <point val="18.80,55.45"/>
79 - <point val="18.80,68.63"/>
80 - <point val="22.80,68.63"/>
81 + <point val="18.80,68.62"/>
[all …]
/openbmc/qemu/fpu/
H A Dsoftfloat-specialize.c.inc5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
20 This C source fragment is part of the SoftFloat IEC/IEEE Floating-point
27 of this code was written as part of a project to build a fixed-point vector
103 | For the deconstructed floating-point with fraction FRAC, return true
118 | The pattern for a default generated deconstructed floating-point NaN.
166 | floating-point parts.
230 | Returns 1 if the half-precision floating-point value `a' is a quiet
269 | Returns 1 if the half-precision floating-point value `a' is a signaling
307 | Returns 1 if the single-precision floating-point value `a' is a quiet
326 | Returns 1 if the single-precision floating-point value `a' is a signaling
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/
H A Dtremor_20180319.bb1 SUMMARY = "Fixed-point decoder"
2 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
/openbmc/google-ipmi-sys/
H A Dcpld.cpp67 auto point = std::get<2>(values); in cpldVersion() local
72 std::vector<std::uint8_t>{major, minor, point, subpoint}); in cpldVersion()
H A Dcpld.hpp34 uint8_t point; member
/openbmc/telemetry/src/types/
H A Dcollection_time_scope.hpp12 point, enumerator
30 CollectionTimeScope::point),
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/
H A Dspandsp_git.bb47 PACKAGECONFIG[fixed-point] = "--enable-fixed-point,--disable-fixed-point"
/openbmc/openbmc-test-automation/docs/
H A Dopenbmc_test_architecture.md25 NOTE: Legacy REST will be deprecated at some point and therefore no longer
52 NOTE: Legacy REST will be deprecated at some point and therefore no longer
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/
H A Dppp-dialin_0.1.bb3 DESCRIPTION = "PPP dail-in provides a point to point protocol (PPP), so that other computers can di…
/openbmc/openbmc/poky/meta/recipes-support/mpfr/
H A Dmpfr_4.2.2.bb1 SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
2 …MPFR) is a GNU portable C library for arbitrary-precision binary floating-point computation with c…
/openbmc/u-boot/api/
H A DREADME6 - there is a single entry point (syscall) to the API
44 - implements the single entry point (mimics UNIX syscall)
47 - entry point at the consumer side, allows to make syscall, mandatory
/openbmc/u-boot/drivers/thermal/
H A DKconfig16 It supports one critical trip point and one passive trip point. The
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dtune-riscv.inc6 TUNEVALID[riscv64nf] = "Enable 64-bit RISC-V optimizations no floating point"
7 TUNEVALID[riscv32nf] = "Enable 32-bit RISC-V optimizations no floating point"
/openbmc/qemu/tests/qapi-schema/
H A Dstring-code-point-31.err1 string-code-point-31.json:2:14: funny character in string
H A Dstring-code-point-127.err1 string-code-point-127.json:2:14: funny character in string
H A Dstring-code-point-127.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
H A Dstring-code-point-31.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/
H A Dlibopus_1.5.2.bb19 PACKAGECONFIG[fixed-point] = "--enable-fixed-point,,"
37 d.appendVar('PACKAGECONFIG', ' fixed-point')
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in10 # cases, the DISTRO may point to A.B.999 which does not exist (just used to
12 # always point to an existing tag.
/openbmc/telemetry/tests/src/params/
H A Dreport_params.hpp157 CollectionTimeScope::point,
164 CollectionTimeScope::point,
/openbmc/qemu/tests/qemu-iotests/
H A D19188 echo === Check that both top and top2 point to base now ===
136 echo === Check that both top and top2 point to base now ===
/openbmc/u-boot/examples/standalone/
H A DREADME.smc91111_eeprom83 For many toolchains, the entry point is not the load point.
84 The Load point is a hard coded address from the
85 examples/Makefile. The entry point can be found by doing something
98 You can see that the entry point (or the address that should be
99 jumped to is 0x10d8). This is also the same as the entry point
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Dobmc-flash-bmc-updateubootvars@.service.in2 Description=Updates the u-boot variable to point BMC to %I

12345678910>>...20