Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 5312) sorted by relevance

12345678910>>...213

/third_party/skia/third_party/externals/tint/test/shader_io/
Dinterpolate_input_struct.wgsl.expected.spvasm19 OpName %In "In"
20 OpMemberName %In 0 "none"
21 OpMemberName %In 1 "flat"
22 OpMemberName %In 2 "perspective_center"
23 OpMemberName %In 3 "perspective_centroid"
24 OpMemberName %In 4 "perspective_sample"
25 OpMemberName %In 5 "linear_center"
26 OpMemberName %In 6 "linear_centroid"
27 OpMemberName %In 7 "linear_sample"
47 OpMemberDecorate %In 0 Offset 0
[all …]
Dinterpolate_input_struct.wgsl.expected.glsl4 struct In {
25 void tint_symbol_1_inner(In tint_symbol_2) {
29In tint_symbol_5 = In(tint_symbol_3.none, tint_symbol_3.tint_symbol, tint_symbol_3.perspective_cen…
/third_party/boost/boost/mpl/
Dtransform.hpp37 , typename In
42 , typename In::state
43 , bind2< typename lambda< typename In::operation >::type
54 , typename In
59 , typename In::state
60 , bind2< typename lambda< typename In::operation >::type
72 , typename In
77 , typename In::state
78 , bind2< typename lambda< typename In::operation >::type
94 , typename In
[all …]
Dstable_partition.hpp32 , typename In
34 , typename In1 = typename if_na<In,In2>::type
52 , typename In
54 , typename In1 = typename if_na<In,In2>::type
/third_party/boost/boost/iostreams/
Dcombine.hpp140 template<typename In, typename Out>
143 is_device<In>,
145 typename wrapped_type<In>::type,
149 typename wrapped_type<In>::type,
157 template<typename In, typename Out>
158 struct combination : detail::combination_traits<In, Out>::type {
159 typedef typename detail::combination_traits<In, Out>::type base_type;
160 typedef typename detail::wrapped_type<In>::type in_type;
169 template<typename In, typename Out>
172 BOOST_DEDUCED_TYPENAME detail::unwrapped_type<In>::type,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenExtract.cpp80 bool convert(Instruction *In);
96 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY()
101 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY()
107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY()
131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY()
[all …]
/third_party/boost/libs/geometry/test/srs/
Dproj4.hpp155 template <typename In, typename Out>
156 void forward(In const& in, Out & out, in forward()
161 typename boost::geometry::tag<In>::type, in forward()
169 template <typename In, typename Out>
170 void inverse(In const& in, Out & out, in inverse()
175 typename boost::geometry::tag<In>::type, in inverse()
184 template <typename In, typename Out>
185 static void transform_point(In const& in, Out & out, in transform_point()
259 template <typename In, typename Out>
260 void forward(In const& in, Out & out, in forward()
[all …]
/third_party/flutter/skia/resources/lua/
Dslides_content2.lua35 Skia In Blink
37 Skia In Blink : Fonts
43 Skia In Blink : Record-Time-Rasterization
52 Skia In Blink : RTR response
60 Skia In Blink : Recording
68 Skia In Blink : Recording response
76 Skia In Blink : Playback
85 Skia In Blink : multi-picture-draw
94 Skia In Blink : MPD optimizations*
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
DREADME.md79 printf("In = ");
97 In = 3*7**2
107 In = (3.2+2.8)/2
117 In = _e**_pi>_pi**_e
129 In = 5.4%2
137 In = 5.4//2
145 In = 2*2.0+1.4
155 In = (5/4+3*-5)+(sin(_pi))**2+(cos(_pi))**2
178 In = 3,4,5,6
190 In = tanh(2/3)==(sinh(2/3)/cosh(2/3))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() argument
198 if (In.Prefixes) in optionMatches()
199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches()
200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches()
212 const Info &In = OptionInfos[I]; in suggestValueCompletions() local
213 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions()
217 StringRef(In.Values).split(Candidates, ",", -1, false); in suggestValueCompletions()
232 const Info &In = OptionInfos[I]; in findByPrefix() local
233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix()
235 if (In.Flags & DisableFlags) in findByPrefix()
[all …]
/third_party/boost/libs/convert/doc/
Ddesign_notes.qbk43 … respective converter with only one task -- the actual task of conversion. In practice though that…
45 …ze the ['TypeOut] instance and, ['when] needed, to actually initialize it. In practice it is usual…
65 template<typename Out, typename In> Out convert (In const&); //#1
66 template<typename Out, typename In> Out convert (In const&, Out const& fallback); //#2
67 template<typename Out, typename In> bool convert (Out& result_out, In const&); //#3
68 …template<typename Out, typename In> bool convert (Out& result_out, In const&, Out const& fallback)…
83 bool convert (boost::optional<Out>&, In const&); //#3
84 bool convert (boost::optional<Out>&, In const&, Out const&); //#4
88 void convert (boost::optional<Out>&, In const&); //#3
92 boost::optional<Out> convert (In const&); //#3
[all …]
/third_party/boost/libs/test/doc/adv_scenarios/
Dstatic_lib_customizations.qbk12 In the static library variant, customizing the main entry point is quite troublesome, because the d…
14 static library with the defined symbol __BOOST_TEST_NO_MAIN__. In the Boost root directory you need…
25 In one of the source files, you now have to define your custom entry point, and invoke the default
32 [[In *exactly one* file][In all other files]]
63 In the static library variant, customizing the main entry point is quite troublesome, because the d…
65 …he __UTF__ static library with the defined symbol __BOOST_TEST_ALTERNATIVE_INIT_API__. In the Boost
77 In one of the source files, you now have to define your custom initialization function with signatu…
84 the test module. In your source code, you no longer define macro __BOOST_TEST_MODULE__; instead, yo…
88 [[In *exactly one* file][In all other files]]
Dshared_lib_customizations.qbk13 [caution In order to be able to run a test built with the dynamic variant, the operating system sho…
19 In this variant, in one of the source files, you now have to define your custom entry point, and in…
25 [[In *exactly one* file][In all other files]]
54 In the shared-library variant, it is impossible to customize the initialization function without
56 to customize both. In one of the source files, you now have to define your custom entry point and
62 [[In *exactly one* file][In all other files]]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h319 template <typename In>
322 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper()
323 const In *inIndices = reinterpret_cast<const In *>(srcPtr); in LineLoopRestartIndexCountHelper()
330 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper()
371 template <typename In, typename Out>
374 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart()
376 const In *inIndices = reinterpret_cast<const In *>(srcPtr); in CopyLineLoopIndicesWithRestart()
381 In vertex = inIndices[curIndex]; in CopyLineLoopIndicesWithRestart()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp254 bool SelectVOP3Mods_NNaN(SDValue In, SDValue &Src, SDValue &SrcMods) const;
255 bool SelectVOP3Mods_f32(SDValue In, SDValue &Src, SDValue &SrcMods) const;
256 bool SelectVOP3ModsImpl(SDValue In, SDValue &Src, unsigned &SrcMods) const;
257 bool SelectVOP3Mods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
258 bool SelectVOP3NoMods(SDValue In, SDValue &Src) const;
259 bool SelectVOP3Mods0(SDValue In, SDValue &Src, SDValue &SrcMods,
261 bool SelectVOP3NoMods0(SDValue In, SDValue &Src, SDValue &SrcMods,
264 bool SelectVOP3OMods(SDValue In, SDValue &Src,
267 bool SelectVOP3PMods(SDValue In, SDValue &Src, SDValue &SrcMods) const;
268 bool SelectVOP3PMods0(SDValue In, SDValue &Src, SDValue &SrcMods,
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs33 void Next([MarshalAs(UnmanagedType.U4), In] int celt, in Next()
37 void Skip([MarshalAs(UnmanagedType.U4), In] int celt); in Skip()
65 ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); in GetInstanceForPath()
99 string GetDisplayName([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDisplayName()
102 string GetDescription([MarshalAs(UnmanagedType.U4), In] int lcid); in GetDescription()
105 string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); in ResolvePath()
171 object GetValue([MarshalAs(UnmanagedType.LPWStr), In] string pwszName); in GetValue()
/third_party/typescript/tests/baselines/reference/
DenumsWithMultipleDeclarations1.errors.txt1 tests/cases/compiler/enumsWithMultipleDeclarations1.ts(6,3): error TS2432: In an enum with multiple…
2 tests/cases/compiler/enumsWithMultipleDeclarations1.ts(10,3): error TS2432: In an enum with multipl…
13 !!! error TS2432: In an enum with multiple declarations, only one declaration can omit an initializ…
19 !!! error TS2432: In an enum with multiple declarations, only one declaration can omit an initializ…
/third_party/libuv/docs/src/
Dmigration_010_100.rst15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
46 Error handling had a major overhaul in libuv 1.0. In general, functions and status parameters
50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
78 In libuv 0.10 Unix used a threadpool which defaulted to 4 threads, while Windows used the
82 In 1.0, we unified both implementations, so Windows now uses the same implementation Unix
90 In libuv 0.10 the callback had to return a filled :c:type:`uv_buf_t` by value:
98 In libuv 1.0 a pointer to a buffer is passed to the callback, which the user
190 In libuv 0.10 (and earlier versions) the `uv_read2_start` function was used to start reading
203 In libuv 1.0, `uv_read2_start` was removed, and the user needs to check if there are pending
238 libuv 0.10. In 1.0, this function got renamed to :c:func:`uv_fs_scandir`, since it's
[all …]
/third_party/mindspore/scripts/map_dump_file_to_code/
DREADME_CN.md35 In file /data1/jzg/mindspore/mindspore/nn/layer/conv.py(253)/
37 In file /data1/jzg/dump_to_code/resnet/scripts/train/src/resnet.py(166)/
39 In file /data1/jzg/mindspore/mindspore/nn/layer/container.py(173)/
41 In file /data1/jzg/dump_to_code/resnet/scripts/train/src/resnet.py(323)/ # 用户代码行
43 In file /data1/jzg/mindspore/mindspore/train/amp.py(101)/
45 In file /data1/jzg/mindspore/mindspore/nn/wrap/cell_wrapper.py(247)/
47 In file /data1/jzg/mindspore/mindspore/train/dataset_helper.py(87)/
/third_party/boost/boost/mpl/aux_/
Dsort_impl.hpp92 , typename In
101 typedef typename copy<result_,In>::type type;
107 , typename In
116 typedef typename reverse_copy<result_,In>::type type;
/third_party/skia/third_party/externals/imgui/backends/vulkan/
Dglsl_shader.frag9 } In;
13 fColor = In.Color * texture(sTexture, In.UV.st);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dglsl_shader.frag9 } In;
13 fColor = In.Color * texture(sTexture, In.UV.st);
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.frag9 } In;
13 fColor = In.Color * texture(sTexture, In.UV.st);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h284 template <typename In>
287 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in LineLoopRestartIndexCountHelper()
288 const In *inIndices = reinterpret_cast<const In *>(srcPtr); in LineLoopRestartIndexCountHelper()
295 In vertex = inIndices[curIndex]; in LineLoopRestartIndexCountHelper()
336 template <typename In, typename Out>
339 constexpr In restartIndex = gl::GetPrimitiveRestartIndexFromType<In>(); in CopyLineLoopIndicesWithRestart()
341 const In *inIndices = reinterpret_cast<const In *>(srcPtr); in CopyLineLoopIndicesWithRestart()
346 In vertex = inIndices[curIndex]; in CopyLineLoopIndicesWithRestart()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Ddecoder.c99 int In[20]; in Siren7_DecodeFrame() local
111 In[i] = ((short *) DataIn)[i]; in Siren7_DecodeFrame()
113 In[i] = in Siren7_DecodeFrame()
128 set_bitstream (In); in Siren7_DecodeFrame()
188 checksum = In[bits_per_frame - 1] & ((1 << checksum_bits) - 1); in Siren7_DecodeFrame()
189 In[bits_per_frame - 1] &= ~checksum; in Siren7_DecodeFrame()
193 sum ^= (In[idx] & 0xFFFF) << (idx % 15); in Siren7_DecodeFrame()

12345678910>>...213