Searched defs:kValue (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp160 static const float kValue = 5632.34f; local
161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
165 static const double kValue = 87987234.983498; local
166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
/external/skia/src/gpu/
H A DGrTRecorder.h96 return &ptr[length_of<TItem>::kValue];
100 return &ptr[length_of<TItem>::kValue];
105 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) }; enumerator in enum:GrTRecorder::length_of::__anon13987
120 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length)));
146 return reinterpret_cast<TAlign*>(this)[length_of<MemBlock>::kValue + i];
175 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
194 &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]);
205 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue);
209 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue
[all...]
/external/icu/icu4c/source/i18n/
H A Dplurrule_impl.h166 kValue, enumerator in enum:PluralRuleParser::EParseState
/external/v8/src/
H A Dast.h320 kValue, enumerator in enum:v8::internal::Expression::Context

Completed in 594 milliseconds