Searched refs:INT_TYPE (Results 1 – 20 of 20) sorted by relevance
/third_party/flutter/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 61 template <typename INT_TYPE> 62 static void expand_bits(INT_TYPE* dst, in expand_bits() 71 INT_TYPE* d = dst; in expand_bits() 75 *d++ = (mask & (1 << i)) ? (INT_TYPE)(~0UL) : 0; in expand_bits() 78 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 37 template <typename INT_TYPE> 38 static void expand_bits(INT_TYPE* dst, in expand_bits() 47 INT_TYPE* d = dst; in expand_bits() 51 *d++ = (mask & (1 << x)) ? (INT_TYPE)(~0UL) : 0; in expand_bits() 54 dst = reinterpret_cast<INT_TYPE*>(reinterpret_cast<intptr_t>(dst) + dstRowBytes); in expand_bits()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | tensordot_info.h | 35 INT_TYPE = 0, enumerator 67 AxesType axes_type_ = INT_TYPE;
|
D | tensordot_info.cc | 70 axes_type_ = INT_TYPE; in GetAttrs() 128 if (axes_type_ == INT_TYPE) { // for example: axes = 3, [a, b, c, d] and [b, c, d, e] in CheckStrategy() 155 if (axes_type_ == INT_TYPE) { in InferDevMatrixShape() 297 if (axes_type_ == INT_TYPE) { in InferTensorMap() 338 if (axes_type_ == INT_TYPE) { in GenerateBatchStrategies()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 64 INT_TYPE = 267, enumerator
|
D | glslang.l | 134 "int" { context->lexAfterType = true; return(INT_TYPE); }
|
D | glslang.y | 161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 1089 | INT_TYPE {
|
D | glslang_lex.cpp | 1758 { context->lexAfterType = true; return(INT_TYPE); }
|
D | glslang_tab.cpp | 151 INT_TYPE = 267, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 67 INT_TYPE = 268, enumerator
|
D | glslang.y | 162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 1016 | INT_TYPE {
|
D | glslang.l | 177 "int" { return INT_TYPE; }
|
D | glslang_lex_autogen.cpp | 1403 YY_RULE_SETUP { return INT_TYPE; }
|
D | glslang_tab_autogen.cpp | 156 INT_TYPE = 268, enumerator
|
/third_party/boost/libs/rational/test/ |
D | rational_test.cpp | 69 #ifndef INT_TYPE 70 #define INT_TYPE long macro 356 typedef INT_TYPE int_type; 364 char const * const int_name = BOOST_PP_STRINGIZE( INT_TYPE ); in rational_size_check()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang.y | 162 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE 971 | INT_TYPE {
|
D | glslang.l | 151 "int" { return INT_TYPE; }
|
D | glslang_lex.cpp | 1819 { return INT_TYPE; }
|
D | glslang_tab.cpp | 153 INT_TYPE = 267, enumerator
|
/third_party/python/Objects/ |
D | longobject.c | 242 #define PYLONG_FROM_UINT(INT_TYPE, ival) \ argument 249 INT_TYPE t = (ival); \
|