Searched refs:math (Results 576 - 600 of 1843) sorted by relevance
1...<<21222324252627282930>>...74
/third_party/python/Lib/ |
H A D | turtle.py | 109 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 D | bootstrapper.cc | 33 #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 D | brw_vec4_visitor.cpp | 314 /* 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 D | Makefile | 6 # 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 D | mtfsf.c | 7 #include <math-emu/soft-fp.h>
|
/kernel/linux/linux-6.6/arch/powerpc/math-emu/ |
H A D | mtfsf.c | 7 #include <math-emu/soft-fp.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | delay.h | 22 #include <linux/math.h>
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-msg-format.h | 17 #include <linux/math.h>
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | find.c | 3 #include <linux/math.h>
|
/kernel/linux/linux-6.6/lib/math/ |
H A D | int_sqrt.c | 12 #include <linux/math.h>
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbrt_tablegen.h | 27 #include <math.h>
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | dnn-layer-dense.c | 23 #include <math.h>
|
H A D | dnn-layer-depth2space.c | 23 #include <math.h>
|
H A D | dnn-layer-maximum.c | 23 #include <math.h>
|
/third_party/ffmpeg/tests/dnn/ |
H A D | dnn-layer-depth2space-test.c | 23 #include <math.h>
|
H A D | dnn-layer-maximum-test.c | 23 #include <math.h>
|
H A D | dnn-layer-dense-test.c | 23 #include <math.h>
|
/third_party/libsnd/examples/ |
H A D | list_formats.c | 36 #include <math.h>
|
/third_party/jerryscript/tests/unit-libm/ |
H A D | test-libm.c | 20 #include <math.h>
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_minifloat.h | 27 #include <math.h>
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp10.c | 2 #include <math.h>
|
H A D | lrint.c | 3 #include <math.h>
|
H A D | cbrtf.c | 20 #include <math.h>
|
/third_party/musl/src/math/ |
H A D | cbrtf.c | 20 #include <math.h>
|
H A D | lrint.c | 3 #include <math.h>
|
Completed in 17 milliseconds
1...<<21222324252627282930>>...74