Home
last modified time | relevance | path

Searched refs:inline (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl81 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>…
82 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(…
83 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,…
84 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in…
85 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in…
86 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::…
87 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentParameterStr (int value) { return tcu::Fo…
88 inline tcu::Format::Enum<int, 2> getFramebufferTargetStr (int value) { return tcu::Format::Enu…
89 inline tcu::Format::Enum<int, 2> getFramebufferStatusStr (int value) { return tcu::Format::Enu…
90 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentTypeStr (int value) { return tcu::Forma…
[all …]
/external/libcxx/include/
Dcwctype68 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswalnum(wint_t __wc) {return iswalnum(__wc);}
70 inline _LIBCPP_INLINE_VISIBILITY int iswalnum(wint_t __wc) {return __libcpp_iswalnum(__wc);}
76 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswalpha(wint_t __wc) {return iswalpha(__wc);}
78 inline _LIBCPP_INLINE_VISIBILITY int iswalpha(wint_t __wc) {return __libcpp_iswalpha(__wc);}
84 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswblank(wint_t __wc) {return iswblank(__wc);}
86 inline _LIBCPP_INLINE_VISIBILITY int iswblank(wint_t __wc) {return __libcpp_iswblank(__wc);}
92 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswcntrl(wint_t __wc) {return iswcntrl(__wc);}
94 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl(wint_t __wc) {return __libcpp_iswcntrl(__wc);}
100 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswdigit(wint_t __wc) {return iswdigit(__wc);}
102 inline _LIBCPP_INLINE_VISIBILITY int iswdigit(wint_t __wc) {return __libcpp_iswdigit(__wc);}
[all …]
Dcctype52 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return isalnum(__c);}
54 inline _LIBCPP_INLINE_VISIBILITY int isalnum(int __c) {return __libcpp_isalnum(__c);}
60 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalpha(int __c) {return isalpha(__c);}
62 inline _LIBCPP_INLINE_VISIBILITY int isalpha(int __c) {return __libcpp_isalpha(__c);}
68 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isblank(int __c) {return isblank(__c);}
70 inline _LIBCPP_INLINE_VISIBILITY int isblank(int __c) {return __libcpp_isblank(__c);}
76 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iscntrl(int __c) {return iscntrl(__c);}
78 inline _LIBCPP_INLINE_VISIBILITY int iscntrl(int __c) {return __libcpp_iscntrl(__c);}
84 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isdigit(int __c) {return isdigit(__c);}
86 inline _LIBCPP_INLINE_VISIBILITY int isdigit(int __c) {return __libcpp_isdigit(__c);}
[all …]
Dcmath327 inline _LIBCPP_INLINE_VISIBILITY
351 inline _LIBCPP_INLINE_VISIBILITY
375 inline _LIBCPP_INLINE_VISIBILITY
399 inline _LIBCPP_INLINE_VISIBILITY
423 inline _LIBCPP_INLINE_VISIBILITY
447 inline _LIBCPP_INLINE_VISIBILITY
471 inline _LIBCPP_INLINE_VISIBILITY
501 inline _LIBCPP_INLINE_VISIBILITY
531 inline _LIBCPP_INLINE_VISIBILITY
561 inline _LIBCPP_INLINE_VISIBILITY
[all …]
Dios401 inline _LIBCPP_INLINE_VISIBILITY
408 inline _LIBCPP_INLINE_VISIBILITY
433 inline _LIBCPP_INLINE_VISIBILITY
440 inline _LIBCPP_INLINE_VISIBILITY
449 inline _LIBCPP_INLINE_VISIBILITY
458 inline _LIBCPP_INLINE_VISIBILITY
465 inline _LIBCPP_INLINE_VISIBILITY
477 inline _LIBCPP_INLINE_VISIBILITY
484 inline _LIBCPP_INLINE_VISIBILITY
495 inline _LIBCPP_INLINE_VISIBILITY
[all …]
D__functional_base_0320 inline _LIBCPP_INLINE_VISIBILITY
32 inline _LIBCPP_INLINE_VISIBILITY
44 inline _LIBCPP_INLINE_VISIBILITY
56 inline _LIBCPP_INLINE_VISIBILITY
68 inline _LIBCPP_INLINE_VISIBILITY
80 inline _LIBCPP_INLINE_VISIBILITY
92 inline _LIBCPP_INLINE_VISIBILITY
104 inline _LIBCPP_INLINE_VISIBILITY
116 inline _LIBCPP_INLINE_VISIBILITY
128 inline _LIBCPP_INLINE_VISIBILITY
[all …]
/external/eigen/unsupported/Eigen/
DAlignedVector358 inline Index rows() const { return 3; }
59 inline Index cols() const { return 1; }
61 inline const Scalar& coeff(Index row, Index col) const
64 inline Scalar& coeffRef(Index row, Index col)
67 inline const Scalar& coeff(Index index) const
70 inline Scalar& coeffRef(Index index)
74 inline AlignedVector3(const Scalar& x, const Scalar& y, const Scalar& z)
78 inline AlignedVector3(const AlignedVector3& other)
87 inline static void run(AlignedVector3& dest, const XprType& src)
95 inline static void run(AlignedVector3& dest, const XprType& src)
[all …]
DOpenGLSupport61inline static void run(const XprType& p) { …
66 template<typename Derived> inline void FUNC(const Eigen::DenseBase<Derived>& p) { …
74inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } …
82inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } …
85inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } …
138 inline void glScale2fv(const float* v) { glScalef(v[0], v[1], 1.f); }
139 inline void glScale2dv(const double* v) { glScaled(v[0], v[1], 1.0); }
140 inline void glScale3fv(const float* v) { glScalef(v[0], v[1], v[2]); }
141 inline void glScale3dv(const double* v) { glScaled(v[0], v[1], v[2]); }
151 inline void glTranslate2fv(const float* v) { glTranslatef(v[0], v[1], 0.f); }
[all …]
DMPRealSupport76inline static Real highest (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::…
77inline static Real lowest (long Precision = mpfr::mpreal::get_default_prec()) { return -mpfr::…
80inline static Real Pi (long Precision = mpfr::mpreal::get_default_prec()) { return mp…
81inline static Real Euler (long Precision = mpfr::mpreal::get_default_prec()) { return mp…
82inline static Real Log2 (long Precision = mpfr::mpreal::get_default_prec()) { return mp…
83inline static Real Catalan (long Precision = mpfr::mpreal::get_default_prec()) { return mp…
85inline static Real epsilon (long Precision = mpfr::mpreal::get_default_prec()) { return mp…
86inline static Real epsilon (const Real& x) { return mp…
88 inline static Real dummy_precision()
97 template<> inline mpfr::mpreal random<mpfr::mpreal>()
[all …]
/external/libcxx/include/experimental/
Ddynarray117 namespace std { namespace experimental { inline namespace __array_extensions_v1 {
142 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count )
155 static inline _LIBCPP_INLINE_VISIBILITY void __deallocate ( value_type* __ptr ) noexcept
182inline _LIBCPP_INLINE_VISIBILITY iterator begin() noexcept { return iterator(data());…
183inline _LIBCPP_INLINE_VISIBILITY const_iterator begin() const noexcept { return const_iterator(da…
184inline _LIBCPP_INLINE_VISIBILITY const_iterator cbegin() const noexcept { return const_iterator(da…
185inline _LIBCPP_INLINE_VISIBILITY iterator end() noexcept { return iterator(data() +…
186inline _LIBCPP_INLINE_VISIBILITY const_iterator end() const noexcept { return const_iterator(da…
187inline _LIBCPP_INLINE_VISIBILITY const_iterator cend() const noexcept { return const_iterator(da…
189inline _LIBCPP_INLINE_VISIBILITY reverse_iterator rbegin() noexcept { return reverse_…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl5 inline VkAllocationCallbacks makeAllocationCallbacks (void* pUserData, PFN_vkAllocationFunction pfn…
17 inline VkExtent3D makeExtent3D (deUint32 width, deUint32 height, deUint32 depth)
26 inline VkMemoryRequirements makeMemoryRequirements (VkDeviceSize size, VkDeviceSize alignment, deUi…
35 inline VkSparseMemoryBind makeSparseMemoryBind (VkDeviceSize resourceOffset, VkDeviceSize size, VkD…
46 inline VkSparseBufferMemoryBindInfo makeSparseBufferMemoryBindInfo (VkBuffer buffer, deUint32 bindC…
55 inline VkSparseImageOpaqueMemoryBindInfo makeSparseImageOpaqueMemoryBindInfo (VkImage image, deUint…
64 inline VkImageSubresource makeImageSubresource (VkImageAspectFlags aspectMask, deUint32 mipLevel, d…
73 inline VkOffset3D makeOffset3D (deInt32 x, deInt32 y, deInt32 z)
82 inline VkSparseImageMemoryBindInfo makeSparseImageMemoryBindInfo (VkImage image, deUint32 bindCount…
91 inline VkSubresourceLayout makeSubresourceLayout (VkDeviceSize offset, VkDeviceSize size, VkDeviceS…
[all …]
DvkStrUtil.inl44 inline tcu::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipeline…
45 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { return tcu::Forma…
46 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType value) { …
47 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocatio…
48 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAlloca…
49 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Forma…
50 inline tcu::Format::Enum<VkImageType> getImageTypeStr (VkImageType value) { return tc…
51 inline tcu::Format::Enum<VkImageTiling> getImageTilingStr (VkImageTiling value) { retur…
52 inline tcu::Format::Enum<VkPhysicalDeviceType> getPhysicalDeviceTypeStr (VkPhysicalDeviceType v…
53 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return tc…
[all …]
/external/deqp/framework/egl/
DegluStrUtilPrototypes.inl26 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(g…
27 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, …
28 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getA…
29 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(ge…
30 inline tcu::Format::Enum<int, 2> getContextAttribStr (int value) { return tcu::Format::Enum<int,…
31 inline tcu::Format::Enum<int, 2> getConfigAttribStr (int value) { return tcu::Format::Enum<int, …
32 inline tcu::Format::Enum<int, 2> getSurfaceAttribStr (int value) { return tcu::Format::Enum<int,…
33 inline tcu::Format::Enum<int, 2> getSurfaceTargetStr (int value) { return tcu::Format::Enum<int,…
34 inline tcu::Format::Enum<int, 2> getColorBufferTypeStr (int value) { return tcu::Format::Enum<int…
35 inline tcu::Format::Enum<int, 2> getConfigCaveatStr (int value) { return tcu::Format::Enum<int, …
[all …]
/external/libxml2/test/relaxng/
Dtutor9_8.rng3 <define name="inline">
5 <ref name="inline.class"/>
9 <define name="inline.class">
13 <ref name="inline"/>
16 <ref name="inline"/>
25 <ref name="inline"/>
31 <define name="inline.class" combine="choice">
34 <ref name="inline"/>
37 <ref name="inline"/>
Dtutor9_9.rng3 <define name="inline">
5 <ref name="inline.class"/>
9 <define name="inline.class">
13 <ref name="inline"/>
16 <ref name="inline"/>
19 <ref name="inline"/>
22 <ref name="inline"/>
31 <ref name="inline"/>
Dtutor9_3.rng6 <ref name="inline.class"/>
11 <define name="inline.class" combine="choice">
13 <ref name="inline"/>
17 <define name="inline.class" combine="choice">
19 <ref name="inline"/>
23 <define name="inline">
28 <ref name="inline"/>
31 <ref name="inline"/>
Dtutor9_4.rng6 <ref name="inline.class"/>
11 <define name="inline.class">
14 <ref name="inline"/>
17 <ref name="inline"/>
22 <define name="inline">
27 <ref name="inline"/>
30 <ref name="inline"/>
Dtutor4_4.rng4 <ref name="inline"/>
8 <define name="inline">
12 <ref name="inline"/>
15 <ref name="inline"/>
21 <ref name="inline"/>
25 <ref name="inline"/>
Dinline2.rng3 <define name="inline">
5 <ref name="inline.class"/>
9 <define name="inline.class">
13 <ref name="inline"/>
16 <ref name="inline"/>
Dinline3.rng3 <define name="inline">
8 <ref name="inline"/>
11 <ref name="inline"/>
13 <ref name="inline.extra"/>
18 <define name="inline.extra">
Dtutor4_3.rng4 <ref name="inline"/>
8 <define name="inline">
13 <ref name="inline"/>
16 <ref name="inline"/>
22 <ref name="inline"/>
/external/llvm/test/DebugInfo/
Ddebuglineinfo.test1 RUN: llvm-rtdyld -printline %p/Inputs/test-inline.o \
3 RUN: llvm-rtdyld -printdebugline %p/Inputs/test-inline.o \
15 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:33
16 TEST_INLINE-NEXT: Line info @ 35: test-inline.cpp, line:34
17 TEST_INLINE-NEXT: Line info @ 165: test-inline.cpp, line:35
19 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:28
20 TEST_INLINE-NEXT: Line info @ 2: test-inline.cpp, line:29
22 TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:39
23 TEST_INLINE-NEXT: Line info @ 21: test-inline.cpp, line:41
24 TEST_INLINE-NEXT: Line info @ 39: test-inline.cpp, line:42
[all …]
/external/bison/m4/
Dextern-inline.m41 dnl 'extern inline' a la ISO C99.
11 [/* _GL_INLINE is a portable alternative to ISO C99 plain 'inline'.
12 _GL_EXTERN_INLINE is a portable alternative to 'extern inline'.
16 when FOO is an inline function in the header; see
21 Suppress the use of extern inline on Apple's platforms,
29 # define _GL_INLINE inline
30 # define _GL_EXTERN_INLINE extern inline
34 # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
36 # define _GL_INLINE extern inline
/external/smali/smali/src/test/resources/LexerTest/
DMiscTest.smali48 inline@0xABCD
49 inline@0x0123
50 inline@0x0123ABCD
60 inline@
61 inline@zzz
62 inline@abcd
/external/elfutils/tests/
Drun-funcscopes.sh24inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (…
25 …48348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/roland/build/stock-e…

12345678910>>...39