OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FloatType
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
numeric_lex.h
48
template<typename
FloatType
>
49
bool numeric_lex_float(const std::string &str,
FloatType
*value)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp
35
template <typename
FloatType
>
36
static inline bool isValidRange(const
FloatType
& x)
38
static const
FloatType
max = std::numeric_limits<
FloatType
>::max();
45
template <typename CharType, typename
FloatType
>
46
static bool genericParseNumber(const CharType*& ptr, const CharType* end,
FloatType
& number, WhitespaceMode mode)
48
FloatType
integer, decimal, frac, exponent;
81
FloatType
multiplier = 1;
83
integer += multiplier * static_cast<
FloatType
>(*(ptrScanIntPart--) - '0');
99
decimal += (*(ptr++) - '0') * (frac *= static_cast<
FloatType
>(0.1))
[
all
...]
/external/llvm/lib/Target/R600/
R600TextureIntrinsicsReplacer.cpp
31
Type *
FloatType
;
215
FloatType
= Type::getFloatTy(Ctx);
217
V4f32Type = VectorType::get(
FloatType
, 4);
/art/runtime/verifier/
reg_type.cc
42
FloatType
*
FloatType
::instance_ = NULL;
121
std::string
FloatType
::Dump() {
225
FloatType
*
FloatType
::CreateInstance(mirror::Class* klass, const std::string& descriptor,
228
instance_ = new
FloatType
(klass, descriptor, cache_id);
232
FloatType
*
FloatType
::GetInstance() {
237
void
FloatType
::Destroy() {
reg_type.h
467
class
FloatType
: public Cat1Type {
473
static
FloatType
* CreateInstance(mirror::Class* klass, const std::string& descriptor,
476
static
FloatType
* GetInstance();
479
FloatType
(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
483
static
FloatType
* instance_;
reg_type_cache.cc
57
entries_.push_back(
FloatType
::GetInstance());
116
return *
FloatType
::GetInstance();
270
FloatType
::Destroy();
306
CreatePrimitiveTypeInstance<
FloatType
>("F");
reg_type_cache.h
104
return *
FloatType
::GetInstance();
/external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py
136
class
FloatType
(NumericType):
429
TYPE_FLOAT =
FloatType
('f')
430
TYPE_DOUBLE =
FloatType
('d')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
Completed in 899 milliseconds