Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 226) sorted by relevance

12345678910

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch44 const float begin = -glm::pi<float>();
45 const float end = glm::pi<float>();
62 const float begin = -glm::pi<float>();
63 const float end = glm::pi<float>();
80 const float begin = -glm::pi<float>();
81 const float end = glm::pi<float>();
98 const float begin = -glm::pi<float>();
99 const float end = glm::pi<float>();
116 const float begin = -glm::pi<float>();
117 const float end = glm::pi<float>();
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch4 Subject: [PATCH] Explicit typecast to avoid implicit double to float
10 'float' in initializer list [-Wc++11-narrowing]
24 float t2 = sin(n / 50 + 1);
25 float t3 = sin(n / 30 + 2);
27 - float ambient[4] = { (t1 + 2.0) / 3,
30 + float ambient[4] = { float(t1 + 2.0) / 3,
31 + float(t2 + 2.0) / 3,
32 + float(t3 + 2.0) / 3, 0.3 };
33 float diffuse[4] = { 1.0, 0.9, 0.9, 1.0 };
34 float specular[4] = { 1.0, 0.7, 0.7, 1.0 };
[all …]
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py88 if isinstance(val, (int, float)):
116 rhs: Union[int, float, Expression]):
211 def __init__(self, true_val: Union[int, float, Expression], argument
212 cond: Union[int, float, Expression],
213 false_val: Union[int, float, Expression]):
260 lhs: Union[int, float, Expression], argument
338 def __init__(self, value: Union[float, str]): argument
384 def min(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
391 def max(lhs: Union[int, float, Expression], rhs: Union[int, float, argument
398 def d_ratio(lhs: Union[int, float, Expression], argument
[all …]
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto26 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
43 float utime = 2; // Time (seconds) in user mode
44 float stime = 3; // Time (seconds) in kernel mode
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A Dfloat-conversion.patch4 … 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/phosphor-webui/app/common/styles/elements/
H A Dquicklinks.scss47 float: right;
52 float: none;
60 float: right;
66 .float-right {
67 float: right;
70 float: none;
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch31 - * @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)
34 - * @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…
65 + left[i][j] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEFAU…
69 + right[i][j] = (float) right_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_DEF…
129 + left[i][j + count] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFE…
134 - left[i][j + count] = (float) left_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS_D…
135 - right[i][j + count] = (float) right_in[i * FLUID_BUFSIZE * FLUID_MIXER_MAX_BUFFERS…
[all …]
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py79 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/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss819 float: left;
997 float: left;
1007 float: left;
1017 float: left;
1027 float: left;
1037 float: left;
1047 float: left;
1057 float: left;
1067 float: left;
1096 float: none;
[all …]
H A Dutility.scss12 .float-right {
13 float: right;
15 .clear-float {
/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py91 self._timeout: Optional[float] = None
100 self, future: Awaitable[_T], timeout: Optional[float] = None argument
158 def accept(self, timeout: Optional[float] = 15.0) -> QMPMessage: argument
220 wait: Union[bool, float] = False) -> Optional[QMPMessage]: argument
243 if wait and isinstance(wait, float):
253 def get_events(self, wait: Union[bool, float] = False) -> List[QMPMessage]: argument
285 def settimeout(self, timeout: Optional[float]) -> None: argument
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py122 util = float( sums[2] ) / 10 / interval
142 user = float((times[0] + times[1]) - (self.stat_ltimes[0] + self.stat_ltimes[1]))
143 …system = float((times[2] + times[5] + times[6]) - (self.stat_ltimes[2] + self.stat_ltimes[5] + sel…
144 idle = float(times[3] - self.stat_ltimes[3])
145 iowait = float(times[4] - self.stat_ltimes[4])
162 avg10 = float(tokens[1].split(b'=')[1])
163 avg60 = float(tokens[2].split(b'=')[1])
164 avg300 = float(tokens[3].split(b'=')[1])
/openbmc/phosphor-webui/app/server-health/styles/
H A Dlog.scss32 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 Dsyslog.scss20 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/recipes-graphics/piglit/piglit/
H A D0001-tests-Fix-narrowing-errors-seen-with-clang.patch7 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/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-float-tests.patch3 Description: new toolchain might have increased the float precision
14 …void compare_float(float expected, float actual) { compare_floating(expected, actual, FLT_EPSILON)…
/openbmc/qemu/tests/fp/
H A Dwrap.c.inc474 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 Dmeson.build54 'float-to-float': 'f16_to_f32 f16_to_f64 f16_to_extF80 f16_to_f128 ' +
60 'int-to-float': 'i32_to_f16 i64_to_f16 i32_to_f32 i64_to_f32 ' +
64 'uint-to-float': 'ui32_to_f16 ui64_to_f16 ui32_to_f32 ui64_to_f32 ' +
67 'float-to-int': 'f16_to_i32 f16_to_i32_r_minMag ' +
77 'float-to-uint': 'f16_to_ui32 f16_to_ui32_r_minMag ' +
/openbmc/linux/tools/perf/Documentation/
H A Dtopdown.txt163 #define TOPDOWN_RETIRING(val) ((float)GET_METRIC(val, 0) / 0xff)
164 #define TOPDOWN_BAD_SPEC(val) ((float)GET_METRIC(val, 1) / 0xff)
165 #define TOPDOWN_FE_BOUND(val) ((float)GET_METRIC(val, 2) / 0xff)
214 retiring_ratio = (float)retiring_slots / slots_delta
215 bad_spec_ratio = (float)bad_spec_slots / slots_delta
216 fe_bound_ratio = (float)fe_bound_slots / slots_delta
217 be_bound_ratio = (float)be_bound_slots / slota_delta
242 heavy_ops_ratio = (float)heavy_ops_slots / slots_delta
245 br_mispredict_ratio = (float)br_mispredict_slots / slots_delta
248 fetch_lat_ratio = (float)fetch_lat_slots / slots_delta
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dpowerpc-purgatory-Makefile-remove-unknown-flags.patch8 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/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py438 idle = float(times[3] - ltimes[3])
439 iowait = float(times[4] - ltimes[4])
489 util = float( sums[2] ) / 10 / interval
576 avg10 = float(tokens[0])
577 avg60 = float(tokens[1])
578 avg300 = float(tokens[2])
579 delta = float(tokens[3])
612 time_ms = float (t.group(1)) * 1000
645 ppid = float (p.group(1)) // 1000
728 start = int(float(line.split()[-1]))
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch100 + float d, f;
129 + float DiffuseCool;
130 + float DiffuseWarm;
137 +varying float NdotL;
164 +varying float NdotL;
225 +float permute(float x0,vec3 p) {
246 +float taylorInvSqrt(float r)
251 +float simplexNoise2(vec2 v)
306 +float simplexNoise3(vec3 v)
357 + float n_ = 1.0/pParam.w ;
[all …]
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py64 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):
331 stats[prefix + 'stdev'] = float('nan')
332 stats[prefix + 'variance'] = float('nan')
/openbmc/openbmc-tools/altitude/
H A Daltitude49 type=float,
55 type=float,
61 type=float,
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-math.inc22 …bb.utils.contains_any('TUNE_FEATURES', ['fpu-hard', 'fpu-hard-extended'], ' -mhard-float', '', d)}"
23 …@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', ' -mxl-float-convert -mxl-float-sqrt', ''…

12345678910