Home
last modified time | relevance | path

Searched refs:UV (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/test/Analysis/
Dauto-obj-dtors-cfg-output.cpp30 extern const bool UV;
132 if (UV) return; in test_return()
194 if (UV) goto l0; in test_goto()
195 if (UV) goto l1; in test_goto()
322 if (UV) return; in test_if_jumps()
326 if (UV) return; in test_if_jumps()
460 if (UV) break; in test_while_jumps()
461 if (UV) continue; in test_while_jumps()
462 if (UV) return; in test_while_jumps()
489 while (UV); in test_do_implicit_scope()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp416 UserValue *UV = Leader->getLeader(); in getUserValue() local
417 Leader = UV; in getUserValue()
418 for (; UV; UV = UV->getNext()) in getUserValue()
419 if (UV->match(Var, Offset)) in getUserValue()
420 return UV; in getUserValue()
423 UserValue *UV = new UserValue(Var, Offset, DL, allocator); in getUserValue() local
424 userValues.push_back(UV); in getUserValue()
425 Leader = UserValue::merge(Leader, UV); in getUserValue()
426 return UV; in getUserValue()
436 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
[all …]
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp465 UserValue *UV = Leader->getLeader(); in getUserValue() local
466 Leader = UV; in getUserValue()
467 for (; UV; UV = UV->getNext()) in getUserValue()
468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue()
469 return UV; in getUserValue()
474 UserValue *UV = userValues.back().get(); in getUserValue() local
475 Leader = UserValue::merge(Leader, UV); in getUserValue()
476 return UV; in getUserValue()
486 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local
487 return UV->getLeader(); in lookupVirtReg()
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
DG_M_A_P_.py32 self.UV = uv
41 writer.simpletag("UV", value=self.UV)
64 if self.UV is None:
65 self.UV = 0
73 …return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) +…
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp272 UV = VALUE_UINT_VEC, enumerator
1443 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1444 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1451 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e… in init()
1452 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e… in init()
1465 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1466 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1473 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5… in init()
1474 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2… in init()
1487 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, … in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp292 UV = VALUE_UINT_VEC, enumerator
1475 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1476 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1483 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e… in init()
1484 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e… in init()
1497 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init()
1498 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init()
1505 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5… in init()
1506 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2… in init()
1519 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, … in init()
[all …]
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_4.glslf34 * samplers to hold Y, and UV components.
51 * This does the colorspace conversion from Y'UV to RGB as a matrix
Dyuv2rgb_1.glslf65 * value from each channel of the source image, converts it from Y'UV
174 * This does the colorspace conversion from Y'UV to RGB as a matrix
Dyuv2rgb_3.glslf53 * This does the colorspace conversion from Y'UV to RGB as a matrix
Dyuv2rgb_2.glslf62 * This does the colorspace conversion from Y'UV to RGB as a matrix
/external/autotest/client/cros/
Dmock_owner_private.key5 3O1ej5CoPLz6ejyv2diIySh/UV/ug2m9wS3w/YAEM0LHAFGfFQH752lGnl2HDglz
/external/libcxx/test/support/
Dtest_iterators.h94 template <class T, class TV, class U, class UV>
97 operator==(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
102 template <class T, class TV, class U, class UV>
105 operator!=(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
/external/skia/samplecode/
DSamplePatch.cpp94 SkScalar UV = (1 - u) * (1 - v); in eval_sheet() local
96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX; in eval_sheet()
97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY; in eval_sheet()
/external/curl/tests/data/
Dtest122133 result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV
Dtest122233 result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV
/external/curl/lib/
Dobjnames-test10.sh89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
Dobjnames-test08.sh89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
/external/libyuv/files/docs/
Dformats.md105 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
106 The size (subsampling) of the UV varies.
/external/ImageMagick/PerlMagick/t/reference/filter/
DScale.miff15 …�SJ�WNfcJQe>@L/9<06;.Wi>v�Vj�R`�I`�IhbRjcSibRjbSkbSlcSne[�����͗�DI4;;/]>7�UV�CB�BD�DB�E=�B:�=.�<-…
DGamma.miff15UV\VW]VV\UUZTU]UQ^VVcV\iV\iSaoWp�ft�h��}��~UcW��������������������������}�������������������������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kdt_lfz3.pkb66 )O�%ET^ +�,�+��� B�/ӐTr�_zcS4�`��⥬ ����*6�S"�0%���R��w��~���O�KU=�KUSZ��e?Xu��F ��eH��惮UV
Dfr-FR_kdt_posp.pkb86 …�G�xxE��b���<O�H�Bj�b!�5A{���n!� �tl@B�fh0�@A;� �<D'�5���,�q�UV>�{��^��"L{� -̣�~H…
111 …��rT�(����~��n��@�@a���"H�=D ���Hn��� �0M�}�"��Ё�2D�a�� ���>UV"���bBuE��{��8��d…
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp810 const Value *UV = GV1 ? UV2 : UV1; in alias() local
811 if (isNonEscapingGlobalNoAlias(GV, UV)) in alias()
DMemoryBuiltins.cpp437 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local
438 return visitUndefValue(*UV); in compute()
/external/selinux/mcstrans/share/examples/nato/setrans.d/
Deyes-only.conf695 ~c221=UV # Burkina Faso

123