HomeSort by relevance Sort by last modified time
    Searched defs:kValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 160 static const float kValue = 5632.34f;
161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
165 static const double kValue = 87987234.983498;
166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/skia/src/gpu/
GrTRecorder.h 96 return &ptr[length_of<TItem>::kValue];
100 return &ptr[length_of<TItem>::kValue];
105 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) };
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 + dataLength
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 166 kValue,
  /external/v8/src/
ast.h 320 kValue,
    [all...]

Completed in 1036 milliseconds