Home
last modified time | relevance | path

Searched refs:base (Results 6776 - 6800 of 18440) sorted by relevance

1...<<271272273274275276277278279280>>...738

/third_party/decimal.js/
H A Ddecimal.js41 // The maximum number of significant digits of the result of a calculation or base conversion.
1102 * Return the logarithm of the value of this Decimal to the specified base, rounded to `precision`
1105 * If no base is specified, return log[10](arg).
1107 * log[base](arg) = ln(arg) / ln(base)
1109 * The result will always be correctly rounded if the base of the log is 10, and 'almost always'
1128 * [base] {number|string|Decimal} The base of the logarithm.
1131 P.logarithm = P.log = function (base) {
1139 // Default base i
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dmorph_component.h21 #include <base/containers/string.h>
22 #include <base/containers/vector.h>
H A Dtransform_component.h21 #include <base/math/quaternion.h>
22 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.h19 #include <base/containers/string_view.h>
20 #include <base/containers/vector.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_serializable.h21 #include <meta/base/interface_macros.h>
22 #include <meta/base/namespace.h>
H A Dintf_exporter.h22 #include <meta/base/interface_macros.h>
23 #include <meta/base/namespace.h>
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_tickable_controller.h19 #include <meta/base/interface_macros.h>
20 #include <meta/base/time_span.h>
H A Dintf_content.h19 #include <meta/base/interface_macros.h>
20 #include <meta/base/namespace.h>
H A Dintf_connector.h21 #include <meta/base/namespace.h>
22 #include <meta/base/types.h>
H A Dobject_type_info.h19 #include <base/containers/string_view.h>
20 #include <base/util/uid.h>
H A Dintf_lifecycle.h21 #include <meta/base/interface_macros.h>
22 #include <meta/base/types.h>
33 * base-classes are build first and then derived.
H A Dintf_manual_clock.h19 #include <meta/base/namespace.h>
20 #include <meta/base/time_span.h>
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_gpu_resource_data_copy.h19 #include <base/containers/byte_array.h>
20 #include <base/util/uid.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.h19 #include <base/containers/string.h>
20 #include <base/containers/string_view.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dplatform_windows.h19 #include <base/containers/string.h>
20 #include <base/namespace.h>
H A Dlibrary_windows.h19 #include <base/containers/string_view.h>
20 #include <base/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/
H A Dintf_library.h19 #include <base/containers/string_view.h>
20 #include <base/containers/unique_ptr.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger_output.h21 #include <base/containers/string_view.h>
22 #include <base/namespace.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dimplementation_uids.h19 #include <base/namespace.h>
20 #include <base/util/uid.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dintf_property_api.h22 #include <base/containers/array_view.h>
23 #include <base/namespace.h>
/kernel/linux/linux-5.10/arch/arm/plat-orion/include/plat/
H A Daddr-map.h37 const u32 base; member
48 const int win, const u32 base,
/kernel/linux/common_modules/tzdriver/auth/
H A DMakefile8 EXTRA_CFLAGS += -I$(KERNEL_DIR)/../../../../base/security/selinux/include
9 EXTRA_CFLAGS += -I$(KERNEL_DIR)/../../../../base/security/selinux
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Ddiv64.h11 /* n = n / base; return rem; */
13 #define do_div(n, base) ({ \
19 unsigned long __base = (base); \
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dunwind_hints.h19 .macro UNWIND_HINT_REGS base=ORC_REG_SP offset=0
20 UNWIND_HINT sp_reg=\base sp_offset=\offset type=UNWIND_HINT_TYPE_REGS
/kernel/linux/linux-5.10/arch/mips/lib/
H A Diomap-pci.c20 unsigned long base = ctrl->io_map_base; in __pci_ioport_map() local
30 ctrl->io_map_base = base = mips_io_port_base; in __pci_ioport_map()

Completed in 16 milliseconds

1...<<271272273274275276277278279280>>...738