| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 18 | float result = 0.f; 44 const float begin = -glm::pi<float>(); 45 const float end = glm::pi<float>(); 46 - float result = 0.f; 49 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 54 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 62 const float begin = -glm::pi<float>(); 63 const float end = glm::pi<float>(); 64 - float result = 0.f; 67 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/ |
| H A D | 0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch | 19 @@ -86,7 +86,7 @@ cdef tuple rgb_to_hsv(float r, float g, float b): 21 cdef tuple hsv_to_rgb(float h, float s, float v): 25 cdef float f = (h * <float>6.0) - i 26 cdef float p = v * (<float>1.0 - s) 27 cdef float q = v * (<float>1.0 - s * f) 62 return float(self.__ref__())
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
| H A D | float-conversion.patch | 4 … conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Werror,-W… 15 - r = (int) ((float) (1.0 + max - min) * u / ISAAC_UB4MAXVAL + min); 16 + r = (int) ((float) (1.0 + max - min) * u / (float) (ISAAC_UB4MAXVAL + min));
|
| /openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
| H A D | metricblob.proto | 26 float uptime = 1; // Uptime (wall clock time) 27 float idle_process_time = 2; // Idle process time across all cores 28 float firmware_boot_time_sec = 3; // Time (seconds) elapsed in firmware process 29 float loader_boot_time_sec = 4; // Time (seconds) elapsed in loader process 30 float kernel_boot_time_sec = 5; // Time (seconds) elapsed in kernel process 31 float initrd_boot_time_sec = 6; // Time (seconds) elapsed in initrd process 32 float userspace_boot_time_sec = 7; // Time (seconds) elapsed in userspace process 44 float utime = 2; // Time (seconds) in user mode 45 float stime = 3; // Time (seconds) in kernel mode
|
| /openbmc/phosphor-webui/app/common/styles/elements/ |
| H A D | quicklinks.scss | 47 float: right; 52 float: none; 60 float: right; 66 .float-right { 67 float: right; 70 float: none;
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | sensor_info_record.py | 30 lnr = float(sensor_threshold_values["lnr"]) 31 lcr = float(sensor_threshold_values["lcr"]) 32 lnc = float(sensor_threshold_values["lnc"]) 53 unc = float(sensor_threshold_values["unc"]) 54 ucr = float(sensor_threshold_values["ucr"]) 55 unr = float(sensor_threshold_values["unr"])
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/ |
| H A D | 0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch | 31 - * @param left Array of float buffers to store left channel of planar audio (as many as \c synth.a… 32 - * @param right Array of float buffers to store right channel of planar audio (size: dito) 33 - * @param fx_left Since 1.1.7: If not \c NULL, array of float buffers to store left effect channel… 34 - * @param fx_right Since 1.1.7: If not \c NULL, array of float buffers to store right effect chann… 35 + * @param left Array of float buffers to store left channel of planar audio (as many as \c synth.a… 36 + * @param right Array of float buffers to store right channel of planar audio (size: dito). Since … 37 + * @param fx_left Since 1.1.7: If not \c NULL, array of float buffers to store left effect channel… 38 + * @param fx_right Since 1.1.7: If not \c NULL, array of float buffers to store right effect chann… 61 - left[i][j] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAULT +… 62 - right[i][j] = (float) right_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAULT… [all …]
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | parser_test.py | 79 self.assert_(floatEq(float(tokens[1]), sample.read)) 80 self.assert_(floatEq(float(tokens[2]), sample.write)) 81 self.assert_(floatEq(float(tokens[3]), sample.util)) 97 self.assert_(floatEq(float(tokens[0]), sample.time)) 98 self.assert_(floatEq(float(tokens[1]), sample.user)) 99 self.assert_(floatEq(float(tokens[2]), sample.sys)) 100 self.assert_(floatEq(float(tokens[3]), sample.io))
|
| /openbmc/qemu/python/qemu/qmp/ |
| H A D | legacy.py | 91 self._timeout: Optional[float] = None 104 self, future: Awaitable[_T], timeout: Optional[float] = None argument 162 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: argument 224 wait: Union[bool, float] = False) -> Optional[QMPMessage]: argument 250 if wait and isinstance(wait, float): 260 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]: argument 292 def settimeout(self, timeout: Optional[float]) -> None: argument
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | foundation.scss | 819 float: left; 823 float: right; } 825 float: left; } 828 float: none; } 997 float: left; 1004 float: left; } 1007 float: left; 1014 float: left; } 1017 float: left; 1024 float: left; } [all …]
|
| H A D | utility.scss | 12 .float-right { 13 float: right; 15 .clear-float {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
| H A D | disable-float-tests.patch | 3 Description: new toolchain might have increased the float precision 14 …void compare_float(float expected, float actual) { compare_floating(expected, actual, FLT_EPSILON)…
|
| /openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0001-tests-Fix-narrowing-errors-seen-with-clang.patch | 7 piglit-test-pattern.cpp:656:26: error: type 'float' cannot be narrowed to 'int' in initiali 22 float vertices[4][2] = { 27 + { static_cast<float>(pattern_width), (i + 1.0f) * (pattern_height / num_rects) }, 28 + { static_cast<float>(pattern_width), 0.0f + i * (pattern_height / num_rects) } }; 36 @@ -653,12 +653,12 @@ ColorGradientSunburst::draw_with_scale_and_offset(const float (*proj)[4],
|
| /openbmc/phosphor-webui/app/server-health/styles/ |
| H A D | log.scss | 32 float: none; 53 float: left; 62 float: left; 68 float: left; 110 float: right; 262 float: right; 309 float: left; 315 float: left; 322 float: right; 343 float: right;
|
| H A D | syslog.scss | 20 float: none; 40 float:left; 54 float:left; 64 float:left; 222 float: right; 270 float: left; 276 float: left; 283 float: right;
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | buildstats.py | 161 util = float( sums[2] ) / 10 / interval 181 user = float((times[0] + times[1]) - (self.stat_ltimes[0] + self.stat_ltimes[1])) 182 …system = float((times[2] + times[5] + times[6]) - (self.stat_ltimes[2] + self.stat_ltimes[5] + sel… 183 idle = float(times[3] - self.stat_ltimes[3]) 184 iowait = float(times[4] - self.stat_ltimes[4]) 201 avg10 = float(tokens[1].split(b'=')[1]) 202 avg60 = float(tokens[2].split(b'=')[1]) 203 avg300 = float(tokens[3].split(b'=')[1])
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 474 WRAP1(qemu_f##b##_sqrt, float##b##_sqrt, float##b) \ 475 WRAP2(qemu_f##b##_add, float##b##_add, float##b) \ 476 WRAP2(qemu_f##b##_sub, float##b##_sub, float##b) \ 477 WRAP2(qemu_f##b##_mul, float##b##_mul, float##b) \ 478 WRAP2(qemu_f##b##_div, float##b##_div, float##b) 618 WRAP_CMP(qemu_f##b##_eq_signaling, float##b##_eq, float##b) \ 619 WRAP_CMP(qemu_f##b##_eq, float##b##_eq_quiet, float##b) \ 620 WRAP_CMP(qemu_f##b##_le, float##b##_le, float##b) \ 621 WRAP_CMP(qemu_f##b##_lt, float##b##_lt, float##b) \ 622 WRAP_CMP(qemu_f##b##_le_quiet, float##b##_le_quiet, float##b) \ [all …]
|
| H A D | meson.build | 64 'float-to-float': 'f16_to_f32 f16_to_f64 f16_to_extF80 f16_to_f128 ' + 70 'int-to-float': 'i32_to_f16 i64_to_f16 i32_to_f32 i64_to_f32 ' + 74 'uint-to-float': 'ui32_to_f16 ui64_to_f16 ui32_to_f32 ui64_to_f32 ' + 77 'float-to-int': 'f16_to_i32 f16_to_i32_r_minMag ' + 87 'float-to-uint': 'f16_to_ui32 f16_to_ui32_r_minMag ' +
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | powerpc-purgatory-Makefile-remove-unknown-flags.patch | 8 powerpc-oe-linux-musl-ld: unrecognised emulation mode: soft-float 27 -ppc_PURGATORY_EXTRA_CFLAGS += -msoft-float 28 +#ppc_PURGATORY_EXTRA_CFLAGS += -msoft-float
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/digitemp/ |
| H A D | 0001-Fix-conflicting-prototype.patch | 30 float c2f( float temp ); 32 float temp_c, int humidity, unsigned char *sn );
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 392 delta_cpu_ns = (float) (cpu_ns - process.last_cpu_ns) 393 delta_blkio_delay_ns = (float) (blkio_delay_ns - process.last_blkio_delay_ns) 394 delta_swapin_delay_ns = (float) (swapin_delay_ns - process.last_swapin_delay_ns) 437 user = float((times[0] + times[1]) - (ltimes[0] + ltimes[1])) 438 system = float((times[2] + times[5] + times[6]) - (ltimes[2] + ltimes[5] + ltimes[6])) 439 idle = float(times[3] - ltimes[3]) 440 iowait = float(times[4] - ltimes[4]) 452 samples.append(sample_class(time, *[float(x) for x in lines[0].split()])) 490 util = float( sums[2] ) / 10 / interval 592 avg10 = float(tokens[0]) [all …]
|
| /openbmc/openbmc-tools/altitude/ |
| H A D | altitude | 49 type=float, 55 type=float, 61 type=float,
|
| /openbmc/openbmc/poky/scripts/lib/build_perf/ |
| H A D | report.py | 64 values['elapsed_time'] = float(subel.text) 69 rusage[field] = float(subel.attrib[field]) 97 data['elapsed_time'] = float(elem.attrib['time']) 123 data['elapsed_time'] = float(elem.attrib['time']) 228 class MeasurementVal(float): 333 stats[prefix + 'stdev'] = float('nan') 334 stats[prefix + 'variance'] = float('nan')
|
| /openbmc/phosphor-webui/app/configuration/styles/ |
| H A D | date-time.scss | 35 float: left; 44 float: right;
|
| /openbmc/openbmc/poky/meta/conf/machine/include/powerpc/ |
| H A D | tune-ppce300c3.inc | 7 # hard-float 14 # soft-float
|