Home
last modified time | relevance | path

Searched refs:V4 (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/musl/libc-test/src/functional/
Dinet_pton.c56 #define V4(src,ret,hex) do{\ macro
102 V4("0.0.0.0", 1, "00000000") in main()
103 V4("127.0.0.1", 1, "7f000001") in main()
104 V4("10.0.128.31", 1, "0a00801f") in main()
105 V4("255.255.255.255", 1, "ffffffff") in main()
108 V4("1.2.03.4", 0, "01020304") in main()
109 V4("1.2.0x33.4", 0, "01023304") in main()
110 V4("1.2.0XAB.4", 0, "0102ab04") in main()
111 V4("1.2.0xabcd", 0, "0102abcd") in main()
112 V4("1.0xabcdef", 0, "01abcdef") in main()
[all …]
/third_party/libxml2/test/catalogs/
Dcatal3.sgml1 PUBLIC "-//OASIS//DTD DocBook XML CALS Table Model V4.1//EN" "calstblx.dtd"
3 PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1//EN" "dbpool.mod"
4 …DocBook XML Document Hierarchy V4.1//EN" "dbhier.mod"PUBLIC "-//OASIS//ENTITIES DocBook XML Additi…
5 PUBLIC "-//OASIS//ENTITIES DocBook XML Notations V4.1//EN" "dbnotn.mod"
6 PUBLIC "-//OASIS//ENTITIES DocBook XML Character Entities V4.1//EN" "dbcent.mod"
Dwhitex.script2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
3 public " -//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
4 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN "
5 system urn:publicid:+-:OASIS:DTD+++DocBook+XML+V4.1.2:EN+
6 public urn:publicid:+-:OASIS:DTD+DocBook+XML+++V4.1.2:EN+
Ddocbook.script2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
3 system urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
4 public urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
Dregistry.script2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
4 system urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
Dwhites.script1 public "-//OASIS//DTD DocBook XML CALS Table Model V4.1//EN "
Dcatal.script1 public "-//OASIS//DTD DocBook XML CALS Table Model V4.1//EN"
Dwhites.sgml1 PUBLIC " -//OASIS//DTD DocBook XML CALS Table Model V4.1//EN" "calstblx.dtd"
/third_party/boost/boost/phoenix/function/
Dlazy_reuse.hpp191 template <class V1, class V2, class V3, class V4,
195 template <class V1, class V2, class V3, class V4,
208 Maybe_Var_Inv<V4,Z>::remake( z, zz ); in init()
214 Maybe_Var_Inv<V4,Z>::clone(z), in operator ()()
215 reuser3<V1,V2,V3,V4,F,X,Y,Z>(this) ); in operator ()()
219 template <class V1, class V2, class V3, class V4,
223 typedef Thunk3<V1,V2,V3,V4,F,X,Y,Z,R> M;
241 template <class V1, class V2, class V3, class V4, class V5,
245 template <class V1, class V2, class V3, class V4, class V5,
259 Maybe_Var_Inv<V4,Y>::remake( y, yy ); in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp83 uint64_t V4 = Seed - PRIME64_1; in xxHash64() local
92 V4 = round(V4, endian::read64le(P)); in xxHash64()
96 H64 = rotl64(V1, 1) + rotl64(V2, 7) + rotl64(V3, 12) + rotl64(V4, 18); in xxHash64()
100 H64 = mergeRound(H64, V4); in xxHash64()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp1964 V4 = VALUE_VEC4, in init() enumerator
2094 …{ commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, P… in init()
2096 …{ commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2098 …{ commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2100 …{ commonFunctionsGroup, "trunc", "trunc", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2102 …{ commonFunctionsGroup, "round", "round", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2104 …{ commonFunctionsGroup, "roundEven", "roundEven", { V4, V4, N, N }, attrNegPos, -1, false, … in init()
2106 …{ commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2108 …{ commonFunctionsGroup, "fract", "fract", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2111 …{ commonFunctionsGroup, "min", "min", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init()
[all …]
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1954 V4 = VALUE_VEC4, in init() enumerator
2069 …{ commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, P… in init()
2071 …{ commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2073 …{ commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2075 …{ commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2077 …{ commonFunctionsGroup, "fract", "fract", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init()
2080 …{ commonFunctionsGroup, "min", "min", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init()
2082 …{ commonFunctionsGroup, "max", "max", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init()
2084 …{ commonFunctionsGroup, "clamp", "clamp", { V4, V4, V4, V4 }, attrSmall, 2, false, false, … in init()
2086 …{ commonFunctionsGroup, "mix", "mix", { V4, V4, V4, V4 }, attrNegPos, -1, false, false, P… in init()
[all …]
/third_party/glslang/Test/
Dspv.builtin.PrimitiveShadingRateEXT.vert20 // V4 | H2 => 6
24 // V4 | H4 => 10
/third_party/flutter/skia/src/sfnt/
DSkOTTable_OS_2.h38 struct V4 : SkOTTableOS2_V4 { } v4; struct
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
/third_party/skia/src/sfnt/
DSkOTTable_OS_2.h38 struct V4 : SkOTTableOS2_V4 { } v4; struct
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
/third_party/curl/docs/cmdline-opts/
Daws-sigv4.d3 Help: Use AWS V4 signature authentication
7 Use AWS V4 signature authentication in the transfer.
/third_party/boost/boost/geometry/srs/projections/proj/
Dlabrd.hpp113 T x2, y2, V1, V2, V3, V4, t = 0.0, t2, ps, pe, tpe, s; in inv() local
122 V4 = xy_y * (5. * x2 * x2 + y2 * (-10. * x2 + y2 )); in inv()
123 …j_parm.Ca * V1 - this->m_proj_parm.Cb * V2 + this->m_proj_parm.Cc * V3 + this->m_proj_parm.Cd * V4; in inv()
124 …j_parm.Cb * V1 - this->m_proj_parm.Ca * V2 - this->m_proj_parm.Cd * V3 + this->m_proj_parm.Cc * V4; in inv()
/third_party/ffmpeg/tests/ref/fate/
Dsub-vplayer8 [V4+ Styles]
Dsub-movtext8 [V4+ Styles]
Dsub-subviewer8 [V4+ Styles]
Dsub-mpsub-frames8 [V4+ Styles]
Dsub-mpl28 [V4+ Styles]
Dsub-cc8 [V4+ Styles]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCallingConv.td86 CCAssignToReg<[V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15]>>>,
100 CCAssignToReg<[V0,V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12,V13,V14,V15]>>>,
/third_party/openssl/test/certs/
Dgoodcn1-key.pem21 FpSrOBawUMh97/+V4/ZV/vIJQyO6a+GQVJzIg9daIUMVJsgYoAaPf6VDOQKBgFyH

123456