/openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
H A D | boost-math-disable-pch-for-gcc.patch | 4 Subject: [PATCH] boost-math: disable pch for gcc 13 libs/math/build/Jamfile.v2 | 2 +- 16 diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 18 --- a/libs/math/build/Jamfile.v2 19 +++ b/libs/math/build/Jamfile.v2
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | Makefile | 2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o 3 obj-$(CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED) += $(math-emu-common-objs) 4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \ 12 mtfsb1.o stfiwx.o stfs.o math.o \
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/ |
H A D | 0001-configure-Check-for-clang.patch | 46 - CFLAGS="-O3 -Wall -Wextra -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char" 47 + CFLAGS="-O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char ${ieefp}" 48 …# PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -D_REENTRANT -fsigned-char -fno-inli… 49 - PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inlin… 50 + PROFILE="-Wall -Wextra -pg -g -O3 -ffast-math ${ieefp} -D_REENTRANT -fsigned-char -fno-inline" 52 # glibc < 2.1.3 has a serious FP bug in the math inline header
|
/openbmc/linux/arch/alpha/math-emu/ |
H A D | Makefile | 8 obj-$(CONFIG_MATHEMU) += math-emu.o 10 math-emu-objs := math.o
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-details.rst | 48 .. math:: 58 .. math:: 69 .. math:: 124 .. math:: 134 .. math:: 145 .. math:: 171 .. math:: 184 .. math:: 247 .. math:: 257 .. math:: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/ |
H A D | extract-libtool-and-convert-to-soversion.patch | 29 +math(EXPR SOVERSION_MAJOR "${LT_CURRENT}-${LT_AGE}") 30 +math(EXPR SOVERSION_MINOR "${LT_AGE}") 31 +math(EXPR SOVERSION_MICRO "${LT_REVISION}")
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
H A D | 0001-tests-Include-math.h-for-fabs-definition.patch | 4 Subject: [PATCH] tests: Include math.h for fabs() definition 11 …../../sox-14.4.2/src/sox_sample_test.h:23:1: note: include '<math.h>' or provide a declaration of … 27 +#include <math.h>
|
/openbmc/telemetry/redfish-tests/ |
H A D | redfish_requests.py | 2 import math 118 time = math.fmod(time, (24 * 60 * 60)) 120 time = math.fmod(time, (60 * 60)) 122 time = round(math.fmod(time, 60), 3)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cglm/ |
H A D | cglm_0.9.4.bb | 2 DESCRIPTION = "Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`.… 3 cglm provides lot of utils to help math operations to be fast and quick to write. It is community \
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | main.py | 135 import math 142 print('%02d:%05.2f' % (math.floor(dur/60), dur - 60 * math.floor(dur/60)))
|
/openbmc/openbmc/poky/meta/recipes-extended/perl/ |
H A D | libconvert-asn1-perl_0.34.bb | 20 RDEPENDS:${PN}-ptest += "perl-module-math-bigint perl-module-io-socket perl-module-data-dumper perl…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/ |
H A D | 0001-Dont-specify-march-explicitly.patch | 31 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb -march=armv7-a -mfpu=vfp3 -funsafe-math-optimiza… 33 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb -mfpu=vfp3 -funsafe-math-optimizations")
|
H A D | 0001-CMakeLists.txt-Remove-mthumb-interwork.patch | 37 …"${CMAKE_C_FLAGS} -mthumb-interwork -mthumb -march=armv7-a -mfpu=vfp3 -funsafe-math-optimizations") 39 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mthumb -march=armv7-a -mfpu=vfp3 -funsafe-math-optimiza…
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 164 lib/math/int_pow.c 166 lib/math/int_sqrt.c 177 lib/math/gcd.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/ |
H A D | 0001-example-Use-lm-for-the-fst-module.patch | 8 | >>> referenced by math.h:632 (/usr/include/c++/v1/math.h:632)
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | event_analyzing_sample.py | 22 import math 120 snum = '#' * (int)(math.log(num, 2) + 1)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 237 | 24 import math 218 num_extents = int(math.ceil(size / 2.0**31))
|
H A D | 151 | 22 import math 338 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops) 357 step = math.ceil(1 * 1000 * 1000 * 1000 / self.iops)
|
/openbmc/linux/arch/sh/math-emu/ |
H A D | Makefile | 2 obj-y := math.o
|
/openbmc/linux/arch/parisc/ |
H A D | Kbuild | 2 obj-y += mm/ kernel/ math-emu/ net/
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | sphinx.rst | 88 Some ReST pages contain math expressions. Due to the way Sphinx works, 90 There are two options for Sphinx to render math expressions in html output. 91 One is an extension called `imgmath`_ which converts math expressions into 93 The other is an extension called `mathjax`_ which delegates math rendering 99 Since kernel release 6.1, html pages with math expressions can be built 103 .. _imgmath: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgm… 104 .. _mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.math… 128 the requirements for images, math expressions and LaTeX build, and assumes 181 Since kernel release 6.1, mathjax works as a fallback math renderer for 207 .. [#sph1_8] Fallback of math renderer requires Sphinx >=1.8.
|
/openbmc/linux/arch/alpha/ |
H A D | Kbuild | 3 obj-$(CONFIG_MATHEMU) += math-emu/
|
/openbmc/linux/arch/sh/ |
H A D | Kbuild | 3 obj-$(CONFIG_SH_FPU_EMU) += math-emu/
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyephem/ |
H A D | python3-pyephem_4.1.6.bb | 15 python3-math \
|
/openbmc/linux/arch/sparc/ |
H A D | Kbuild | 8 obj-y += math-emu/
|