Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 181) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A Dboost-math-disable-pch-for-gcc.patch4 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 DMakefile2 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 D0001-configure-Check-for-clang.patch46 - 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 DMakefile8 obj-$(CONFIG_MATHEMU) += math-emu.o
10 math-emu-objs := math.o
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst48 .. 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 Dextract-libtool-and-convert-to-soversion.patch29 +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 D0001-tests-Include-math.h-for-fabs-definition.patch4 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 Dredfish_requests.py2 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 Dcglm_0.9.4.bb2 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 Dmain.py135 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 Dlibconvert-asn1-perl_0.34.bb20 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 D0001-Dont-specify-march-explicitly.patch31 - 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 D0001-CMakeLists.txt-Remove-mthumb-interwork.patch37 …"${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 Dkernel-api.rst164 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 D0001-example-Use-lm-for-the-fst-module.patch8 | >>> referenced by math.h:632 (/usr/include/c++/v1/math.h:632)
/openbmc/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py22 import math
120 snum = '#' * (int)(math.log(num, 2) + 1)
/openbmc/qemu/tests/qemu-iotests/
H A D23724 import math
218 num_extents = int(math.ceil(size / 2.0**31))
H A D15122 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 DMakefile2 obj-y := math.o
/openbmc/linux/arch/parisc/
H A DKbuild2 obj-y += mm/ kernel/ math-emu/ net/
/openbmc/linux/Documentation/doc-guide/
H A Dsphinx.rst88 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 DKbuild3 obj-$(CONFIG_MATHEMU) += math-emu/
/openbmc/linux/arch/sh/
H A DKbuild3 obj-$(CONFIG_SH_FPU_EMU) += math-emu/
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyephem/
H A Dpython3-pyephem_4.1.6.bb15 python3-math \
/openbmc/linux/arch/sparc/
H A DKbuild8 obj-y += math-emu/

12345678