Home
last modified time | relevance | path

Searched defs:is_int (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/SemaTemplate/
Doverload-candidates.cpp56 template<typename T> struct is_int { enum { value = false }; }; struct
57 template<> struct is_int<int> { enum { value = true }; }; argument
/external/u-boot/arch/riscv/lib/
Dinterrupts.c39 uint is_int; in handle_trap() local
/external/mesa3d/src/compiler/glsl/
Ds_expression.h71 virtual bool is_int() const { return false; } in is_int() function
95 bool is_int() const { return true; } in is_int() function
/external/libchrome/base/
Dvalues.h155 bool is_int() const { return type() == Type::INTEGER; } in is_int() function
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_parse.py185 def is_int(self): member in Format
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py192 def is_int(self): member in Format
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py184 def is_int(self): member in Format
/external/mesa3d/src/mesa/main/
Dformat_parser.py367 def is_int(self): member in Format
Dteximage.c2493 bool is_int = _mesa_is_enum_format_integer(internalFormat); in copytexture_error_check() local
/external/perfetto/src/trace_processor/
Dsqlite_utils.h48 using is_int = typename std::enable_if<std::is_integral<T>::value, T>::type; variable
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c731 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c694 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h93 static const bool is_int = NumTraits<CustomIndices>::IsInteger; member
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c712 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state() local
/external/skia/src/core/
DSkDevice.cpp86 static inline bool is_int(float x) { in is_int() function
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld() local
1249 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st() local
/external/skqp/src/core/
DSkDevice.cpp86 static inline bool is_int(float x) { in is_int() function
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1398 def is_int(s): function
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py2249 def is_int(s): function
/external/u-boot/drivers/video/tegra124/
Dsor.c370 void tegra_dc_sor_set_internal_panel(struct udevice *dev, int is_int) in tegra_dc_sor_set_internal_panel()
/external/virglrenderer/src/
Dvrend_shader.c81 bool is_int; member