Searched refs:kOne (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h51 (kOne << (index & kStorageBlockMask))) != 0;
55 bits[index >> kStorageLogBitSize] |= (kOne << (index & kStorageBlockMask));
59 bits[index >> kStorageLogBitSize] &= ~(kOne << (index & kStorageBlockMask));
120 static const uint64 kOne = 1; member in class:fst::BitmapIndex
/external/clang/test/Sema/
H A Dstatements.c46 enum Numbers { kOne, kTwo, kThree, kFour};
48 switch (num == kOne) {// expected-warning {{switch condition has boolean value}}
H A Dswitch.c309 kOne = 1, enumerator in enum:__anon17257
315 case kOne:
/external/ceres-solver/include/ceres/
H A Drotation.h316 static const T kOne = T(1.0); local
321 T costheta = std::min(std::max((R(0, 0) + R(1, 1) + R(2, 2) - kOne) / kTwo,
323 kOne);
330 kOne);
371 const T inv_one_minus_costheta = kOne / (kOne - costheta);
396 static const T kOne = T(1.0); local
410 R(0, 0) = costheta + wx*wx*(kOne - costheta);
411 R(1, 0) = wz*sintheta + wx*wy*(kOne - costheta);
412 R(2, 0) = -wy*sintheta + wx*wz*(kOne
[all...]
/external/skia/tests/
H A DPointTest.cpp146 const SkPoint kOne = {1.0f, 1.0f}; local
148 SkPoint slow = kOne, fast = kOne;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_sse2.c81 const __m128i kOne = _mm_set1_epi16(1); local
459 step2[ 0] = _mm_add_epi16(step2[ 0], kOne);
460 step2[ 1] = _mm_add_epi16(step2[ 1], kOne);
461 step2[ 2] = _mm_add_epi16(step2[ 2], kOne);
462 step2[ 3] = _mm_add_epi16(step2[ 3], kOne);
463 step2[ 4] = _mm_add_epi16(step2[ 4], kOne);
464 step2[ 5] = _mm_add_epi16(step2[ 5], kOne);
465 step2[ 6] = _mm_add_epi16(step2[ 6], kOne);
466 step2[ 7] = _mm_add_epi16(step2[ 7], kOne);
467 step2[ 8] = _mm_add_epi16(step2[ 8], kOne);
[all...]
H A Dvp9_dct_sse2.c34 const __m128i kOne = _mm_set1_epi16(1); local
104 __m128i out01 = _mm_add_epi16(in0, kOne);
105 __m128i out23 = _mm_add_epi16(in2, kOne);
136 const __m128i kOne = _mm_set1_epi16(1); local
139 __m128i out01 = _mm_add_epi16(in01, kOne);
140 __m128i out23 = _mm_add_epi16(in23, kOne);
555 const __m128i kOne = _mm_set1_epi16(1); local
567 __m128i k_const_rounding = _mm_slli_epi16(kOne, bit_m02);
1094 const __m128i kOne = _mm_set1_epi16(1); local
1163 in00 = _mm_add_epi16(in00, kOne);
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.cc36 std::string kOne = "1"; member in namespace:__anon3364
73 return val.empty() ? def : (val == kTrue || val == kOne);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.cc36 static const char kOne[] = "1"; member in namespace:__anon12219
73 return val.empty() ? def : (val == kTrue || val == kOne);
/external/chromium_org/v8/src/
H A Dutils.h285 static const U kOne = static_cast<U>(1U); member in class:v8::internal::BitFieldBase
286 static const U kMask = ((kOne << shift) << size) - (kOne << shift);
/external/chromium_org/v8/src/x64/
H A Dstub-cache-x64.cc2205 int64_t kOne = V8_INT64_C(0x3ff0000000000000); local
2206 __ movq(rbx, kOne);

Completed in 622 milliseconds