OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precise
(Results
1 - 25
of
1665
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/072-precise-gc/
info.txt
1
Try to detect whether
precise
GC is working.
/art/runtime/verifier/
reg_type_cache-inl.h
37
inline const ConstantType& RegTypeCache::FromCat1Const(int32_t value, bool
precise
) {
38
// We only expect 0 to be a
precise
constant.
39
DCHECK(value != 0 ||
precise
);
40
if (
precise
&& (value >= kMinSmallConstant) && (value <= kMaxSmallConstant)) {
43
return FromCat1NonSmallConstant(value,
precise
);
90
// String is final and therefore always
precise
.
97
inline const RegType& RegTypeCache::JavaLangThrowable(bool
precise
) {
99
mirror::Throwable::GetJavaLangThrowable(),
precise
);
100
if (
precise
) {
109
inline const RegType& RegTypeCache::JavaLangObject(bool
precise
) {
[
all
...]
reg_type_cache.cc
38
ALWAYS_INLINE static inline bool MatchingPrecisionForClass(const RegType* entry, bool
precise
)
40
if (entry->IsPreciseReference() ==
precise
) {
41
// We were or weren't looking for a
precise
reference and we found what we need.
44
if (!
precise
&& entry->GetClass()->CannotBeAssignedFromOtherTypes()) {
45
// We weren't looking for a
precise
reference, as we're looking up based on a descriptor, but
46
// we found a matching entry based on the descriptor. Return the
precise
entry in that case.
76
bool
precise
) {
101
return From(loader, descriptor,
precise
);
132
bool RegTypeCache::MatchDescriptor(size_t idx, const StringPiece& descriptor, bool
precise
) {
138
return MatchingPrecisionForClass(entry,
precise
);
[
all
...]
reg_type_cache.h
59
const RegType& From(mirror::ClassLoader* loader, const char* descriptor, bool
precise
)
62
const RegType* FindClass(mirror::Class* klass, bool
precise
) const
65
const RegType* InsertClass(const StringPiece& descriptor, mirror::Class* klass, bool
precise
)
68
const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool
precise
)
70
const ConstantType& FromCat1Const(int32_t value, bool
precise
)
72
const ConstantType& FromCat2ConstLo(int32_t value, bool
precise
)
74
const ConstantType& FromCat2ConstHi(int32_t value, bool
precise
)
76
const RegType& FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool
precise
)
130
const RegType& JavaLangThrowable(bool
precise
) SHARED_REQUIRES(Locks::mutator_lock_);
131
const RegType& JavaLangObject(bool
precise
) SHARED_REQUIRES(Locks::mutator_lock_)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fNegativePreciseTests.cpp
21
* \brief Negative
Precise
Tests
74
case TEST_PRECISE_AS_MACRO_NAME: source << "#define
precise
0\n"; break;
78
case TEST_PRECISE_MACRO_AND_ARGUMENT: source << "#define
precise
aName\n"; break;
109
<< "void
precise
()\n"
117
<< "void example(int
precise
)\n"
132
case TEST_PRECISE_MACRO_AND_VARIABLE: source << " int
precise
= 1;\n"; break;
133
case TEST_PRECISE_AS_MACRO_NAME: source << " int number =
precise
;\n"; break;
165
ctx.beginSection("Test that
precise
cannot be used as a variable name.");
177
ctx.beginSection("Test that
precise
cannot be used as a function name.");
189
ctx.beginSection("Test that
precise
cannot be used as a argument name.")
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Path.java
29
*
precise
(but more intensive) method. */
32
/** @return The
precise
location (between 0 and 1) on the path which is closest to the specified value. Note that the
34
*
precise
) method. */
39
* @param samples The amount of divisions used to approximate length. Higher values will produce more
precise
results,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-version.h
13
/* FIXME plugins: We should make the version information more
precise
.
/prebuilts/misc/darwin-x86/ccache/
PREBUILT
4
Linux build environment: x86_64, Ubuntu 12.04 (
precise
)
/prebuilts/misc/linux-x86/ccache/
PREBUILT
4
Linux build environment: x86_64, Ubuntu 12.04 (
precise
)
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
story_run.py
30
To be
precise
: returns true if there is neither FailureValue nor
39
To be
precise
: returns true if there is any SkipValue in self.values.
47
To be
precise
: returns true if there is a FailureValue but not
/external/llvm/test/CodeGen/X86/
fp-double-rounding.ll
26
; Hack, to generate a
precise
FP_ROUND to double
27
%
precise
= call double asm sideeffect "fld %st(0)", "={st(0)}"()
28
%0 = fptrunc double %
precise
to float
/hardware/bsp/intel/peripheral/libupm/src/ina132/
ina132.h
47
* for
precise
differential-input amplification.
69
* Measures
precise
differential-input amplification from the sensor
71
* @return
Precise
differential-input amplification
/external/clang/test/Analysis/
conditional-operator.cpp
14
// TODO: We are not
precise
when processing the "?:" operator in C++.
/external/llvm/test/CodeGen/SystemZ/
asm-03.ll
15
; FIXME: at the moment the
precise
constraint is not passed down to
asm-04.ll
15
; FIXME: at the moment the
precise
constraint is not passed down to
asm-05.ll
14
; FIXME: at the moment the
precise
constraint is not passed down to
/external/llvm/test/Other/
attribute-comment.ll
9
attributes #0 = { nounwind ssp "less-
precise
-fpmad"="false" uwtable "no-frame-pointer-elim"="true" readnone "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
/external/skia/infra/bots/tools/luci-go/
README.md
9
- linux64: http://build.chromium.org/p/chromium.infra/builders/infra-continuous-
precise
-64/
/art/test/800-smali/smali/
b_23502994.smali
10
# the register type more
precise
.
36
# more
precise
.
/external/llvm/test/CodeGen/Mips/
tnaked.ll
28
attributes #0 = { naked noinline nounwind "less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
29
attributes #1 = { nounwind "less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16-hf-attr-2.ll
28
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
35
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
41
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
mips16-hf-attr.ll
28
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
35
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
41
"less-
precise
-fpmad"="false" "no-frame-pointer-elim"="true"
mips16_32_10.ll
56
attributes #0 = { nounwind "less-
precise
-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
57
attributes #1 = { nounwind "less-
precise
-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
58
attributes #2 = { nounwind "less-
precise
-fpmad"="false" "nomips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
mips16_32_9.ll
47
attributes #0 = { nounwind "less-
precise
-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
48
attributes #1 = { nounwind "less-
precise
-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
49
attributes #2 = { nounwind "less-
precise
-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
/frameworks/base/media/java/android/media/
MediaTimeProvider.java
56
* @param
precise
Whether getting a
precise
time is important. This is
64
public long getCurrentTimeUs(boolean
precise
, boolean monotonic)
Completed in 935 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>