/external/v8/src/ |
D | codegen.cc | 16 static UnaryMathFunctionWithIsolate fast_##name##_function = nullptr; \ 18 void init_fast_##name##_function(Isolate* isolate) { \ 19 if (FLAG_fast_math) fast_##name##_function = generator(isolate); \ 20 if (!fast_##name##_function) fast_##name##_function = std_##name; \ 23 if (!fast_##name##_function) init_fast_##name##_function(isolate); \ 26 return (*fast_##name##_function)(x, isolate); \
|
D | async-hooks-wrapper.cc | 112 wrap->set_##name##_function(name##_v.As<Function>()); \ in CreateHook()
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 13 call _function // IMAGE_REL_I386_REL32 14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1) 20 .def _function 24 _function: label 60 .long _function@imgrel // IMAGE_REL_I386_DIR32NB 61 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 13 call _function // IMAGE_REL_I386_REL32 14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1) 20 .def _function 24 _function: label 55 .long _function@imgrel // IMAGE_REL_I386_DIR32NB 56 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
|
/external/python/cpython2/Lib/plat-mac/ |
D | MiniAEFrame.py | 140 _function = self.ae_handlers[(_class, _type)] 142 _function = self.ae_handlers[(_class, '****')] 144 _function = self.ae_handlers[('****', '****')] 159 rv = _function(_object, **_parameters) 162 rv = _function(**_parameters)
|
/external/sl4a/Docs/ |
D | generate_api_reference_md.py | 51 self._function = '' 85 self._function = m.group(1) 90 return self._function
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | PathNumbering.h | 216 : _root(NULL), _exit(NULL), _function(F) {} in BallLarusDag() 284 Function& _function; variable
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | siginfo.h | 329 void (*_function)(sigval_t); member 335 #define sigev_notify_function _sigev_un._sigev_thread._function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/ |
D | importlibrary.test | 9 CHECK: 00000000 T _function
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ |
D | coff-import-library.test | 8 CHECK: [ 1](sec 0)(fl 0x00)(ty 20)(scl 0) (nx 0) 0x00000000 _function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathNumbering.cpp | 239 _root = addNode(&(_function.getEntryBlock())); in init() 355 return(_function); in getFunction()
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 2362 self._function = wrapper_fn 2366 self._function.add_to_graph(ops.get_default_graph()) 2370 self._function._create_definition_if_needed() 2395 self._function = wrapper_fn._get_concrete_function_internal() 2397 self._function.add_to_graph(ops.get_default_graph()) 2402 if outer_graph_seed and self._function.graph.seed == outer_graph_seed: 2403 if self._function.graph._seed_used: 2429 return self._function
|
/external/mesa3d/src/compiler/glsl/ |
D | ir.h | 1197 return this->_function; in function() 1261 class ir_function *_function; variable 1306 sig->_function = this; in add_signature() 1367 return this->_function->name; in function_name()
|
D | ir.cpp | 1781 intrinsic_id(ir_intrinsic_invalid), builtin_avail(b), _function(NULL) in ir_function_signature()
|
/external/python/cpython2/Doc/c-api/ |
D | function.rst | 3 .. _function-objects:
|
/external/chromium-trace/catapult/devil/docs/ |
D | markdown.md | 117 ### md\_function
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite.py | 53 from tensorflow.python.eager import function as _function unknown 226 if not isinstance(func, _function.ConcreteFunction):
|
/external/python/cpython3/Doc/c-api/ |
D | function.rst | 3 .. _function-objects:
|
/external/kmod/m4/ |
D | attributes.m4 | 182 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/external/libdaemon/m4/ |
D | attributes.m4 | 189 [void __attribute__((visibility("$1"))) $1_function() { }],
|
/external/u-boot/include/ |
D | image.h | 1387 ll_entry_declare(struct fit_loadable_tbl, _function, fit_loadable) = { \
|
/external/u-boot/drivers/usb/gadget/ |
D | ether.c | 898 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 439 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \ 453 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 446 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 2); \ 452 __ CallCFunction(ExternalReference::ieee754_##name##_function(), 0, 1); \
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 301 .. _function records:
|