OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:temporary
(Results
51 - 75
of
4014
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/dx/tests/110-dex-preserve-this/
info.txt
2
"this" argument is never reused for a
temporary
. (Background: Popular
/external/clang/test/CodeGen/
misaligned-param.c
2
// Misaligned parameter must be memcpy'd to correctly aligned
temporary
.
/external/clang/test/Rewriter/
objc-bool-literal-modern-1.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D"__declspec(X)=" %t-rw.cpp
rewrite-implementation.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-qualified-type.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-modern-super.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D"id=struct objc_object *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-no-nextline.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-qualified-id.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-block-literal-1.mm
2
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
5
// RUN: %clang_cc1 -fsyntax-only -Wno-address-of-
temporary
-Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-byref-in-nested-blocks.mm
2
// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-
temporary
-D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-rw.cpp
4
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-
temporary
-D"SEL=void*" -U__declspec -D"__declspec(X)=" %t-modern-rw.cpp
/external/eigen/doc/
TopicLazyEvaluation.dox
13
Eigen determines automatically, for each sub-expression, whether to evaluate it into a
temporary
variable. Indeed, in certain cases it is better to evaluate immediately a sub-expression into a
temporary
variable, while in other cases it is better to avoid that.
19
a traditional library would evaluate \c vec2 + vec3 into a
temporary
\c vec4 and then copy \c vec4 into \c vec1. This is of course inefficient: the arrays are traversed twice, so there are a lot of useless load/store operations.
23
For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically when to use lazy evaluation, and when on the contrary it should evaluate immediately into a
temporary
variable.
43
Eigen first evaluates <tt>matrix * matrix</tt> into a
temporary
matrix, and then copies it into the original \c matrix. This guarantees a correct result as we saw above that lazy evaluation gives wrong results with matrix products. It also doesn't cost much, as the cost of the matrix product itself is much higher.
55
the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a
temporary
matrix. Indeed, experiments showed that it is often beneficial for performance to evaluate immediately matrix products when they are nested into bigger expressions.
57
<b>The third circumstance</b> in which Eigen chooses immediate evaluation, is when its cost model shows that the total cost of an operation is reduced if a sub-expression gets evaluated into a
temporary
. Indeed, in certain cases, an intermediate result is sufficiently costly to compute and is reused sufficiently many times, that is worth "caching". Here is an example:
61
Here, provided the matrices have at least 2 rows and 2 columns, each coefficienct of the expression <tt>matrix3 + matrix4</tt> is going to be used several times in the matrix product. Instead of computing the sum everytime, it is much better to compute it once and store it in a
temporary
variable. Eigen understands this and evaluates <tt>matrix3 + matrix4</tt> into a
temporary
variable before evaluating the product.
/external/icu/icu4c/source/common/
locutil.h
20
//
temporary
utility functions, till I know where to find them
/external/iproute2/
README.devel
12
branch is a
temporary
branch that tracks the code intended for the
/external/iproute2/doc/
do-psnup
2
# $1 =
Temporary
file . "string"
/external/objenesis/
update_source.sh
17
trap "echo \"Removing
temporary
directory\"; rm -rf $working_dir" EXIT
/external/zlib/src/contrib/minizip/
mztools.h
23
fileOutTmp:
temporary
file name used for recovery
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c
67
INST_ALLOC
Temporary
;
110
InstAlloc_Init(&
Temporary
, (void *)LVM_NULL);
196
*
Temporary
fast memory
198
InstAlloc_AddMember(&
Temporary
, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scratch memory */
199
InstAlloc_AddMember(&
Temporary
, 2*sizeof(LVM_INT32) * MaxBlockSize); /* Mono->stereo input saved for end mix */
205
InstAlloc_AddMember(&
Temporary
, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for each delay line */
213
InstAlloc_AddMember(&
Temporary
, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for each delay line */
221
InstAlloc_AddMember(&
Temporary
, sizeof(LVM_INT32) * MaxBlockSize); /* A Scratch buffer for each delay line */
225
pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&
Temporary
);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
config_undef.hpp
9
// This is a
temporary
workaround until the bulk of this is
/packages/apps/UnifiedEmail/unified_src/
README
1
This is a
temporary
directory that is being used to enable email and Gmail content to be shown
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py
16
description = "clean up
temporary
files from 'build' command"
23
"
temporary
build directory (default: 'build.build-temp')"),
27
"
temporary
directory for built distributions"),
29
"remove all build output, not just
temporary
by-products")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py
16
description = "clean up
temporary
files from 'build' command"
23
"
temporary
build directory (default: 'build.build-temp')"),
27
"
temporary
directory for built distributions"),
29
"remove all build output, not just
temporary
by-products")
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c
41
struct proxy_info
Temporary
[RC_REGISTER_MAX_INDEX];
113
return &sap->Proxies->
Temporary
[index];
145
*
temporary
registers.
163
if (proxies->
Temporary
[index].Proxied) {
167
inst_mov->U.I.DstReg.Index = proxies->
Temporary
[index].Index;
222
if (IfProxies.
Temporary
[index].Proxied || ElseProxies.
Temporary
[index].Proxied) {
224
IfProxies.
Temporary
[index], ElseProxies.
Temporary
[index]);
245
unsigned int
Temporary
:RC_REGISTER_INDEX_BITS
[
all
...]
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java
72
* The
temporary
file prefix.
77
* The
temporary
file suffix.
82
* The directory to use for
temporary
files.
114
* specified threshold, and save data to a
temporary
file beyond that point.
117
* @param prefix Prefix to use for the
temporary
file.
118
* @param suffix Suffix to use for the
temporary
file.
119
* @param directory
Temporary
file directory.
127
throw new IllegalArgumentException("
Temporary
file prefix is missing");
208
* the
temporary
file created or null.
213
* If constructor specifying a
temporary
file prefix/suffix is use
[
all
...]
/bionic/tools/relocation_packer/src/
elf_file_unittest.cc
46
FILE*
temporary
= tmpfile();
local
47
ASSERT_FALSE(
temporary
== NULL);
55
ASSERT_EQ(bytes, fwrite(buffer, 1, bytes,
temporary
));
59
ASSERT_EQ(0, fseek(
temporary
, 0, SEEK_SET));
60
ASSERT_EQ(0, lseek(fileno(
temporary
), 0, SEEK_SET));
62
*stream =
temporary
;
74
void CloseRelocsTestFile(FILE*
temporary
) {
75
fclose(
temporary
);
/external/clang/test/Analysis/
stack-addr-ps.cpp
29
const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated with
temporary
object of type 'int' returned}} expected-warning {{returning reference to local
temporary
}}
33
return x; // expected-warning{{Address of stack memory associated with
temporary
object of type 'int' returned}} expected-warning {{returning reference to local
temporary
}}
39
return x2; // expected-warning{{Address of stack memory associated with
temporary
object of type 'int' returned}} expected-warning {{returning reference to local
temporary
}}
63
return &x2; // expected-warning{{Address of stack memory associated with
temporary
object of type 'int' returned}} expected-warning {{returning address of local
temporary
}}
Completed in 371 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>