Home
last modified time | relevance | path

Searched refs:V0 (Results 1 – 25 of 90) sorted by relevance

1234

/external/guava/guava/src/com/google/common/collect/
DGenericMapMaker.java50 abstract class GenericMapMaker<K0, V0> {
61 RemovalListener<K0, V0> removalListener;
70 abstract GenericMapMaker<K0, V0> keyEquivalence(Equivalence<Object> equivalence); in keyEquivalence()
75 public abstract GenericMapMaker<K0, V0> initialCapacity(int initialCapacity); in initialCapacity()
80 abstract GenericMapMaker<K0, V0> maximumSize(int maximumSize); in maximumSize()
85 public abstract GenericMapMaker<K0, V0> concurrencyLevel(int concurrencyLevel); in concurrencyLevel()
91 public abstract GenericMapMaker<K0, V0> weakKeys(); in weakKeys()
97 public abstract GenericMapMaker<K0, V0> weakValues(); in weakValues()
110 public abstract GenericMapMaker<K0, V0> softValues(); in softValues()
115 abstract GenericMapMaker<K0, V0> expireAfterWrite(long duration, TimeUnit unit); in expireAfterWrite()
[all …]
DMultimapBuilder.java71 public abstract class MultimapBuilder<K0, V0> {
389 public <V0> SortedSetMultimapBuilder<K0, V0> treeSetValues(final Comparator<V0> comparator) {
391 return new SortedSetMultimapBuilder<K0, V0>() {
393 public <K extends K0, V extends V0> SortedSetMultimap<K, V> build() {
404 public <V0 extends Enum<V0>> SetMultimapBuilder<K0, V0> enumSetValues(
405 final Class<V0> valueClass) {
407 return new SetMultimapBuilder<K0, V0>() {
409 public <K extends K0, V extends V0> SetMultimap<K, V> build() {
413 Supplier<Set<V>> factory = (Supplier) new EnumSetSupplier<V0>(valueClass);
425 public abstract <K extends K0, V extends V0> Multimap<K, V> build();
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DGenericMapMaker.java45 abstract class GenericMapMaker<K0, V0> {
55 public abstract GenericMapMaker<K0, V0> initialCapacity(int initialCapacity); in initialCapacity()
60 abstract GenericMapMaker<K0, V0> maximumSize(int maximumSize); in maximumSize()
65 public abstract GenericMapMaker<K0, V0> concurrencyLevel(int concurrencyLevel); in concurrencyLevel()
70 abstract GenericMapMaker<K0, V0> expireAfterWrite(long duration, TimeUnit unit); in expireAfterWrite()
80 public abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeMap(); in makeMap()
86 abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeComputingMap( in makeComputingMap()
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon.c197 void * B0, * V0, * XY0; in crypto_scrypt() local
236 if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0) in crypto_scrypt()
238 V = (uint32_t *)(V0); in crypto_scrypt()
248 if ((V0 = malloc(128 * r * N + 63)) == NULL) in crypto_scrypt()
250 V = (uint32_t *)(((uintptr_t)(V0) + 63) & ~ (uintptr_t)(63)); in crypto_scrypt()
254 if ((V0 = mmap(NULL, 128 * r * N, PROT_READ | PROT_WRITE, in crypto_scrypt()
262 V = (uint32_t *)(V0); in crypto_scrypt()
287 if (munmap(V0, 128 * r * N)) in crypto_scrypt()
290 free(V0); in crypto_scrypt()
Dcrypto_scrypt-sse.c270 void * B0, * V0, * XY0; in crypto_scrypt() local
309 if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0) in crypto_scrypt()
311 V = (uint32_t *)(V0); in crypto_scrypt()
321 if ((V0 = malloc(128 * r * N + 63)) == NULL) in crypto_scrypt()
323 V = (uint32_t *)(((uintptr_t)(V0) + 63) & ~ (uintptr_t)(63)); in crypto_scrypt()
327 if ((V0 = mmap(NULL, 128 * r * N, PROT_READ | PROT_WRITE, in crypto_scrypt()
335 V = (uint32_t *)(V0); in crypto_scrypt()
360 if (munmap(V0, 128 * r * N)) in crypto_scrypt()
363 free(V0); in crypto_scrypt()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll13 %V0 = extractelement <2 x double> %LD, i32 0
17 %A0 = fadd double %V0, 0.0
31 %V0 = extractelement <2 x double> %LD, i32 0
35 %A0 = fadd double %V0, 1.2
49 %V0 = extractelement <4 x double> %LD, i32 0 ; <--- invalid size.
53 %A0 = fadd double %V0, 5.5
/external/fdlibm/
De_j1.c147 static const double V0[5] = { variable
149 static double V0[5] = {
208 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
/external/webp/src/enc/
Dpicture_tools.c146 #define BLEND(V0, V1, ALPHA) \ argument
147 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 16)
148 #define BLEND_10BIT(V0, V1, ALPHA) \ argument
149 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 18)
162 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
188 v[x] = BLEND_10BIT(V0, v[x], alpha); in WebPBlendAlpha()
193 v[x] = BLEND_10BIT(V0, v[x], alpha); in WebPBlendAlpha()
/external/clang/test/CodeGenObjC/
Darc-literals.m51 // CHECK-NEXT: [[V0:%.*]] = load i8*, i8** [[A]],
52 // CHECK-NEXT: store i8* [[V0]], i8** [[T0]]
63 // CHECK: call void (...) @clang.arc.use(i8* [[V0]], i8* [[V1]])
87 // CHECK-NEXT: [[V0:%.*]] = load i8*, i8** [[K1]],
88 // CHECK-NEXT: store i8* [[V0]], i8** [[T0]]
107 // CHECK-NEXT: call void (...) @clang.arc.use(i8* [[V0]], i8* [[V1]], i8* [[V2]], i8* [[V3]])
139 // CHECK-NEXT: [[V0:%.*]] = bitcast i8* [[T4]] to [[B]]*
140 // CHECK-NEXT: [[V1:%.*]] = bitcast [[B]]* [[V0]] to i8*
159 // CHECK-NEXT: [[T0:%.*]] = bitcast [[B]]* [[V0]] to i8*
/external/webp/src/dsp/
Dyuv_sse2.c29 const __m128i* const V0, in ConvertYUV444ToRGB() argument
44 const __m128i R0 = _mm_mulhi_epu16(*V0, k26149); in ConvertYUV444ToRGB()
49 const __m128i G1 = _mm_mulhi_epu16(*V0, k13320); in ConvertYUV444ToRGB()
84 const __m128i Y0 = Load_HI_16(y), U0 = Load_HI_16(u), V0 = Load_HI_16(v); in YUV444ToRGB() local
85 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB()
93 const __m128i Y0 = Load_HI_16(y), U0 = Load_UV_HI_8(u), V0 = Load_UV_HI_8(v); in YUV420ToRGB() local
94 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB()
680 __m128i r0, g0, b0, r1, g1, b1, U0, V0, U1, V1; in ConvertARGBToUV() local
686 ConvertRGBToUV(&r0, &g0, &b0, &U0, &V0); in ConvertARGBToUV()
696 V0 = _mm_packus_epi16(V0, V1); in ConvertARGBToUV()
[all …]
/external/llvm/test/TableGen/
Dlist-element-bitref.td5 bits<2> V0 = L[0]{1-0};
13 // CHECK-NEXT: bits<2> V0 = { 0, 1 };
/external/skia/src/sfnt/
DSkOTTable_OS_2.h32 struct V0 : SkOTTableOS2_V0 { } v0; struct
46 static_assert(sizeof(SkOTTableOS2::Version::V0) == 78, "sizeof_SkOTTableOS2__V0_not_78");
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DMesh.cpp17 Triangle::Triangle(int id, cv::Point3f V0, cv::Point3f V1, cv::Point3f V2) in Triangle() argument
19 id_ = id; v0_ = V0; v1_ = V1; v2_ = V2; in Triangle()
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp59 Value *V0 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V0"); in TEST_F() local
65 const SCEV *S0 = SE.getSCEV(V0); in TEST_F()
85 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0); in TEST_F()
91 V1->replaceAllUsesWith(V0); in TEST_F()
94 EXPECT_EQ(cast<SCEVUnknown>(M0->getOperand(1))->getValue(), V0); in TEST_F()
95 EXPECT_EQ(cast<SCEVUnknown>(M1->getOperand(1))->getValue(), V0); in TEST_F()
96 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V0); in TEST_F()
/external/scrypt/patches/
Darm-neon.patch329 + void * B0, * V0, * XY0;
368 + if ((errno = posix_memalign(&V0, 64, 128 * r * N)) != 0)
370 + V = (uint32_t *)(V0);
380 + if ((V0 = malloc(128 * r * N + 63)) == NULL)
382 + V = (uint32_t *)(((uintptr_t)(V0) + 63) & ~ (uintptr_t)(63));
386 + if ((V0 = mmap(NULL, 128 * r * N, PROT_READ | PROT_WRITE,
394 + V = (uint32_t *)(V0);
419 + if (munmap(V0, 128 * r * N))
422 + free(V0);
/external/llvm/lib/Target/Mips/
DMipsSEISelDAGToDAG.cpp140 unsigned V0, V1, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
145 V0 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
156 BuildMI(MBB, I, DL, TII.get(Mips::LUi64), V0) in initGlobalBaseReg()
158 BuildMI(MBB, I, DL, TII.get(Mips::DADDu), V1).addReg(V0) in initGlobalBaseReg()
170 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0) in initGlobalBaseReg()
172 BuildMI(MBB, I, DL, TII.get(Mips::ADDiu), GlobalBaseReg).addReg(V0) in initGlobalBaseReg()
185 BuildMI(MBB, I, DL, TII.get(Mips::LUi), V0) in initGlobalBaseReg()
187 BuildMI(MBB, I, DL, TII.get(Mips::ADDu), V1).addReg(V0).addReg(Mips::T9); in initGlobalBaseReg()
212 MF.getRegInfo().addLiveIn(Mips::V0); in initGlobalBaseReg()
213 MBB.addLiveIn(Mips::V0); in initGlobalBaseReg()
[all …]
DMips16ISelDAGToDAG.cpp77 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); in initGlobalBaseReg() local
80 V0 = RegInfo.createVirtualRegister(RC); in initGlobalBaseReg()
84 BuildMI(MBB, I, DL, TII.get(Mips::GotPrologue16), V0). in initGlobalBaseReg()
89 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16); in initGlobalBaseReg()
DMipsRegisterInfo.td90 def V0 : MipsGPRReg< 2, "2">, DwarfRegNum<[2]>;
124 def V0_64 : Mips64GPRReg< 2, "2", [V0]>, DwarfRegNum<[2]>;
282 V0, V1, A0, A1, A2, A3,
299 V0, V1, A0, A1, A2, A3)>;
307 V0, V1, A0, A1, A2, A3)>;
315 V0, V1,
335 V0, V1, A0, A1, A2, A3,
341 V0, V1, A0, A1, A2, A3,
DMipsCallingConv.td96 // i32 are returned in registers V0, V1, A0, A1
97 CCIfType<[i32], CCAssignToReg<[V0, V1, A0, A1]>>,
246 // i32 are returned in registers V0, V1
247 CCIfType<[i32], CCAssignToReg<[V0, V1]>>,
305 // except for AT, V0 and T9, are available to be used as argument registers.
353 CCIfType<[i32], CCAssignToReg<[V0, V1, A0, A1]>>
427 CalleeSavedRegs<(add V0, V1, FP,
/external/opencv3/modules/core/test/
Dtest_rand.cpp289 double V0 = sdim + 1; in run() local
291 V0 *= 2*CV_PI/sdim; in run()
293 if( fabs(V - V0) > 0.3*fabs(V0) ) in run()
296 SDIM, V, V0); in run()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp261 SDNode *createGPRPairNode(EVT VT, SDValue V0, SDValue V1);
262 SDNode *createSRegPairNode(EVT VT, SDValue V0, SDValue V1);
263 SDNode *createDRegPairNode(EVT VT, SDValue V0, SDValue V1);
264 SDNode *createQRegPairNode(EVT VT, SDValue V0, SDValue V1);
267 SDNode *createQuadSRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
268 SDNode *createQuadDRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
269 SDNode *createQuadQRegsNode(EVT VT, SDValue V0, SDValue V1, SDValue V2, SDValue V3);
1592 SDNode *ARMDAGToDAGISel::createGPRPairNode(EVT VT, SDValue V0, SDValue V1) { in createGPRPairNode() argument
1593 SDLoc dl(V0.getNode()); in createGPRPairNode()
1598 const SDValue Ops[] = { RegClass, V0, SubReg0, V1, SubReg1 }; in createGPRPairNode()
[all …]
/external/mesa3d/src/mesa/main/
Dmacros.h349 #define ASSIGN_4V( V, V0, V1, V2, V3 ) \ argument
351 V[0] = V0; \
479 #define ASSIGN_3V( V, V0, V1, V2 ) \ argument
481 V[0] = V0; \
582 #define ASSIGN_2V( V, V0, V1 ) \ argument
584 V[0] = V0; \
/external/clang/test/Parser/
Drecovery.cpp151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}}
166 case EC3::V0: break;
/external/llvm/test/MC/AArch64/
Dcase-insen-reg-names.s4 fadd V0.2d, V5.2d, V6.2d
/external/clang/test/CodeGen/
Dext-vector.c282 int4 test15(uint4 V0) { in test15() argument
284 int4 V = !V0; in test15()

1234