Home
last modified time | relevance | path

Searched refs:math (Results 576 - 600 of 1843) sorted by relevance

1...<<21222324252627282930>>...74

/third_party/python/Lib/
H A Dturtle.py109 import math namespace
268 return math.hypot(*self)
273 angle = math.radians(angle)
274 c, s = math.cos(angle), math.sin(angle)
1601 self._setDegreesPerAU(math.tau)
1892 result = round(math.degrees(math.atan2(y, x)), 10) % 360.0
1907 result = round(math.degrees(math
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc33 #include "src/numbers/math-random.h"
2772 Handle<JSObject> math = in InitializeGlobal() local
2774 JSObject::AddProperty(isolate_, global, "Math", math, DONT_ENUM); in InitializeGlobal()
2775 SimpleInstallFunction(isolate_, math, "abs", Builtin::kMathAbs, 1, true); in InitializeGlobal()
2776 SimpleInstallFunction(isolate_, math, "acos", Builtin::kMathAcos, 1, true); in InitializeGlobal()
2777 SimpleInstallFunction(isolate_, math, "acosh", Builtin::kMathAcosh, 1, in InitializeGlobal()
2779 SimpleInstallFunction(isolate_, math, "asin", Builtin::kMathAsin, 1, true); in InitializeGlobal()
2780 SimpleInstallFunction(isolate_, math, "asinh", Builtin::kMathAsinh, 1, in InitializeGlobal()
2782 SimpleInstallFunction(isolate_, math, "atan", Builtin::kMathAtan, 1, true); in InitializeGlobal()
2783 SimpleInstallFunction(isolate_, math, "atan in InitializeGlobal()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp314 /* The gfx6 math instruction ignores the source modifiers -- in fix_math_operand()
339 vec4_instruction *math = in emit_math() local
344 math->dst = dst_reg(this, glsl_type::vec4_type); in emit_math()
345 math->dst.type = dst.type; in emit_math()
346 math = emit(MOV(dst, src_reg(math->dst))); in emit_math()
348 math->base_mrf = 1; in emit_math()
349 math->mlen = src1.file == BAD_FILE ? 1 : 2; in emit_math()
352 return math; in emit_math()
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A DMakefile6 # See arch/parisc/math-emu/README
20 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmtfsf.c7 #include <math-emu/soft-fp.h>
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmtfsf.c7 #include <math-emu/soft-fp.h>
/kernel/linux/linux-6.6/include/linux/
H A Ddelay.h22 #include <linux/math.h>
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h17 #include <linux/math.h>
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dfind.c3 #include <linux/math.h>
/kernel/linux/linux-6.6/lib/math/
H A Dint_sqrt.c12 #include <linux/math.h>
/third_party/ffmpeg/libavcodec/
H A Dcbrt_tablegen.h27 #include <math.h>
/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-dense.c23 #include <math.h>
H A Ddnn-layer-depth2space.c23 #include <math.h>
H A Ddnn-layer-maximum.c23 #include <math.h>
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-depth2space-test.c23 #include <math.h>
H A Ddnn-layer-maximum-test.c23 #include <math.h>
H A Ddnn-layer-dense-test.c23 #include <math.h>
/third_party/libsnd/examples/
H A Dlist_formats.c36 #include <math.h>
/third_party/jerryscript/tests/unit-libm/
H A Dtest-libm.c20 #include <math.h>
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_minifloat.h27 #include <math.h>
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp10.c2 #include <math.h>
H A Dlrint.c3 #include <math.h>
H A Dcbrtf.c20 #include <math.h>
/third_party/musl/src/math/
H A Dcbrtf.c20 #include <math.h>
H A Dlrint.c3 #include <math.h>

Completed in 17 milliseconds

1...<<21222324252627282930>>...74