Home
last modified time | relevance | path

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

12

/third_party/boost/boost/spirit/home/support/
Dnumeric_traits.hpp35 struct is_int : mpl::false_ {}; struct
38 struct is_int<T const> : is_int<T> {}; struct
41 struct is_int<short> : mpl::true_ {}; struct
44 struct is_int<int> : mpl::true_ {}; struct
47 struct is_int<long> : mpl::true_ {}; struct
51 struct is_int<boost::long_long_type> : mpl::true_ {}; struct
/third_party/boost/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp32 struct is_int : mpl::false_ {}; struct
35 struct is_int<T const> : is_int<T> {}; struct
38 struct is_int<short> : mpl::true_ {}; struct
41 struct is_int<int> : mpl::true_ {}; struct
44 struct is_int<long> : mpl::true_ {}; struct
48 struct is_int<boost::long_long_type> : mpl::true_ {}; struct
/third_party/boost/libs/core/test/
Deif_lazy.cpp28 template <class T> struct is_int { struct
/third_party/mesa3d/src/compiler/glsl/
Ds_expression.h70 virtual bool is_int() const { return false; } in is_int() function
94 bool is_int() const { return true; } in is_int() function
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c40 bool is_int = midgard_is_integer_op(op); in mir_print_constant_component() local
Dmidgard_ops.h86 bool is_int = midgard_is_integer_op(op); in midgard_is_integer_out_op() local
Ddisassemble.c322 print_outmod(FILE *fp, unsigned outmod, bool is_int) in print_outmod()
329 print_alu_outmod(FILE *fp, unsigned outmod, bool is_int, bool half) in print_alu_outmod()
642 print_srcmod(FILE *fp, bool is_int, bool expands, unsigned mod, bool scalar) in print_srcmod()
663 uint8_t src_mask, bool is_int, in print_vector_src()
821 bool is_int = midgard_is_integer_op(op); in print_vector_field() local
898 print_scalar_src(disassemble_context *ctx, FILE *fp, bool is_int, unsigned src_binary, unsigned reg) in print_scalar_src()
935 bool is_int = midgard_is_integer_op(alu_field->op); in print_scalar_field() local
Dmir.c126 bool is_int = midgard_is_integer_op(ins->op); in mir_nontrivial_mod() local
150 bool is_int = midgard_is_integer_op(ins->op); in mir_nontrivial_outmod() local
/third_party/boost/boost/numeric/conversion/detail/
Dbounds.hpp46 typedef mpl::bool_< ::std::numeric_limits<N>::is_integer > is_int ; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec4.inl8 struct is_int struct
10 enum test {value = 0};
14 struct is_int<uint32> struct
16 enum test {value = ~0};
20 struct is_int<int32> struct
22 enum test {value = ~0};
26 struct is_int<uint64> struct
28 enum test {value = ~0};
32 struct is_int<int64> struct
34 enum test {value = ~0};
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp140 bool is_int = false; in NumConsumedLocations() local
328 bool is_int = false; in GetLocationsForVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp144 bool is_int = false; in NumConsumedLocations() local
336 bool is_int = false; in GetLocationsForVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp144 bool is_int = false; in NumConsumedLocations() local
336 bool is_int = false; in GetLocationsForVariable() local
/third_party/gn/src/base/
Dvalues.h149 bool is_int() const { return type() == Type::INTEGER; } in is_int() function
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.h305 tu6_pack_border_color(struct bcolor_entry *bcolor, const VkClearColorValue *val, bool is_int) in tu6_pack_border_color()
/third_party/mesa3d/src/util/format/
Du_format_parse.py270 def is_int(self): member in Format
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py373 def is_int(self): member in Format
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c720 bool is_int = util_format_is_pure_integer(format); in fd4_emit_state() local
/third_party/boost/boost/wave/grammars/
Dcpp_expression_value.hpp48 is_int = 1, enumerator
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c777 bool is_int = util_format_is_pure_integer(format); in fd3_emit_state() local
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1129 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_ld() local
1254 bool is_int = util_format_is_pure_integer(surface_fmts[i]); in test_surface_st() local
/third_party/flutter/skia/src/core/
DSkDevice.cpp81 static inline bool is_int(float x) { in is_int() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c801 bool is_int = util_format_is_pure_integer(format); in fd5_emit_state() local
/third_party/skia/src/core/
DSkDevice.cpp116 static inline bool is_int(float x) { in is_int() function
/third_party/python/Lib/idlelib/
Dconfigdialog.py2355 def is_int(s): function

12