Searched refs:inline (Results 1 – 25 of 968) sorted by relevance
12345678910>>...39
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 81 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/ |
D | cwctype | 68 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 …]
|
D | cctype | 52 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 …]
|
D | cmath | 327 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 …]
|
D | ios | 401 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_03 | 20 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/ |
D | AlignedVector3 | 58 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 …]
|
D | OpenGLSupport | 61 …inline static void run(const XprType& p) { … 66 template<typename Derived> inline void FUNC(const Eigen::DenseBase<Derived>& p) { … 74 …inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } … 82 …inline static void run(const XprType& p) { FUNC##SUFFIX(p.data()); } … 85 …inline 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 …]
|
D | MPRealSupport | 76 …inline static Real highest (long Precision = mpfr::mpreal::get_default_prec()) { return mpfr::… 77 …inline static Real lowest (long Precision = mpfr::mpreal::get_default_prec()) { return -mpfr::… 80 …inline static Real Pi (long Precision = mpfr::mpreal::get_default_prec()) { return mp… 81 …inline static Real Euler (long Precision = mpfr::mpreal::get_default_prec()) { return mp… 82 …inline static Real Log2 (long Precision = mpfr::mpreal::get_default_prec()) { return mp… 83 …inline static Real Catalan (long Precision = mpfr::mpreal::get_default_prec()) { return mp… 85 …inline static Real epsilon (long Precision = mpfr::mpreal::get_default_prec()) { return mp… 86 …inline 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/ |
D | dynarray | 117 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 182 …inline _LIBCPP_INLINE_VISIBILITY iterator begin() noexcept { return iterator(data());… 183 …inline _LIBCPP_INLINE_VISIBILITY const_iterator begin() const noexcept { return const_iterator(da… 184 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cbegin() const noexcept { return const_iterator(da… 185 …inline _LIBCPP_INLINE_VISIBILITY iterator end() noexcept { return iterator(data() +… 186 …inline _LIBCPP_INLINE_VISIBILITY const_iterator end() const noexcept { return const_iterator(da… 187 …inline _LIBCPP_INLINE_VISIBILITY const_iterator cend() const noexcept { return const_iterator(da… 189 …inline _LIBCPP_INLINE_VISIBILITY reverse_iterator rbegin() noexcept { return reverse_… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 5 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 …]
|
D | vkStrUtil.inl | 44 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/ |
D | egluStrUtilPrototypes.inl | 26 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/ |
D | tutor9_8.rng | 3 <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"/>
|
D | tutor9_9.rng | 3 <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"/>
|
D | tutor9_3.rng | 6 <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"/>
|
D | tutor9_4.rng | 6 <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"/>
|
D | tutor4_4.rng | 4 <ref name="inline"/> 8 <define name="inline"> 12 <ref name="inline"/> 15 <ref name="inline"/> 21 <ref name="inline"/> 25 <ref name="inline"/>
|
D | inline2.rng | 3 <define name="inline"> 5 <ref name="inline.class"/> 9 <define name="inline.class"> 13 <ref name="inline"/> 16 <ref name="inline"/>
|
D | inline3.rng | 3 <define name="inline"> 8 <ref name="inline"/> 11 <ref name="inline"/> 13 <ref name="inline.extra"/> 18 <define name="inline.extra">
|
D | tutor4_3.rng | 4 <ref name="inline"/> 8 <define name="inline"> 13 <ref name="inline"/> 16 <ref name="inline"/> 22 <ref name="inline"/>
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo.test | 1 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/ |
D | extern-inline.m4 | 1 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/ |
D | MiscTest.smali | 48 inline@0xABCD 49 inline@0x0123 50 inline@0x0123ABCD 60 inline@ 61 inline@zzz 62 inline@abcd
|
/external/elfutils/tests/ |
D | run-funcscopes.sh | 24 …inline-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