/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_sampler.c | 97 const GLboolean is_integer = in st_convert_sampler() local 120 st_translate_color(&tmp, texBaseFormat, is_integer); in st_convert_sampler() 123 &tmp, swz, is_integer); in st_convert_sampler() 126 texBaseFormat, is_integer); in st_convert_sampler() 130 texBaseFormat, is_integer); in st_convert_sampler() 135 sampler->border_color_is_integer = is_integer; in st_convert_sampler()
|
H A D | st_format.h | 80 GLenum baseFormat, GLboolean is_integer);
|
H A D | st_format.c | 1548 GLenum baseFormat, GLboolean is_integer) in st_translate_color() 1550 if (is_integer) { in st_translate_color() 1547 st_translate_color(union pipe_color_union *color, GLenum baseFormat, GLboolean is_integer) st_translate_color() argument
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_formats.c | 134 const bool is_integer = isl_format_has_int_channel(format); in iris_is_format_supported() local 175 if (!is_integer) in iris_is_format_supported() 191 if (!is_integer) in iris_is_format_supported()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | safe_numerics.h | 136 static_assert(SourceLimits::is_integer, "argument must be integral"); in IsValidNumericCast() 138 static_assert(DestLimits::is_integer, "result must be integral"); in IsValidNumericCast()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android_parser.h | 127 static_assert(std::numeric_limits<T>::is_integer, "T_must_be_integer"); in parse_non_negative_integer() 164 static_assert(std::numeric_limits<T>::is_integer, "T_must_be_integer"); in parse_fixed()
|
H A D | SkFontMgr_config_parser.h | 138 static_assert(std::numeric_limits<T>::is_integer, "T_must_be_integer"); in parse_non_negative_integer() 176 static_assert(std::numeric_limits<T>::is_integer, "T_must_be_integer"); in parse_fixed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MathExtras.h | 112 static_assert(std::numeric_limits<T>::is_integer && in countTrailingZeros() 181 static_assert(std::numeric_limits<T>::is_integer && in countLeadingZeros() 437 static_assert(std::numeric_limits<T>::is_integer && in countLeadingOnes() 453 static_assert(std::numeric_limits<T>::is_integer && in countTrailingOnes() 495 static_assert(std::numeric_limits<T>::is_integer && in countPopulation()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.h | 202 static_assert(std::numeric_limits<TSrc>::is_integer && in ConvertUnsigned() 204 std::numeric_limits<TDest>::is_integer && in ConvertUnsigned()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_resolve_fs.c | 34 build_resolve_fragment_shader(struct radv_device *dev, bool is_integer, int samples) in build_resolve_fragment_shader() argument 36 enum glsl_base_type img_base_type = is_integer ? GLSL_TYPE_UINT : GLSL_TYPE_FLOAT; in build_resolve_fragment_shader() 42 samples, is_integer ? "int" : "float"); in build_resolve_fragment_shader() 59 radv_meta_build_resolve_shader_core(&b, is_integer, samples, input_img, color, img_coord); in build_resolve_fragment_shader() 128 bool is_integer = false; in create_resolve_pipeline() local 133 is_integer = true; in create_resolve_pipeline() 135 nir_shader *fs = build_resolve_fragment_shader(device, is_integer, samples); in create_resolve_pipeline()
|
H A D | radv_meta_resolve_cs.c | 62 build_resolve_compute_shader(struct radv_device *dev, bool is_integer, bool is_srgb, int samples) in build_resolve_compute_shader() argument 64 enum glsl_base_type img_base_type = is_integer ? GLSL_TYPE_UINT : GLSL_TYPE_FLOAT; in build_resolve_compute_shader() 69 is_integer ? "int" : (is_srgb ? "srgb" : "float")); in build_resolve_compute_shader() 91 radv_meta_build_resolve_shader_core(&b, is_integer, samples, input_img, color, src_coord); in build_resolve_compute_shader() 279 create_resolve_pipeline(struct radv_device *device, int samples, bool is_integer, bool is_srgb, in create_resolve_pipeline() argument 290 nir_shader *cs = build_resolve_compute_shader(device, is_integer, is_srgb, samples); in create_resolve_pipeline()
|
H A D | radv_meta.h | 273 void radv_meta_build_resolve_shader_core(nir_builder *b, bool is_integer, int samples,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 157 static_assert(std::numeric_limits<T>::is_integer && in countTrailingZeros() 226 static_assert(std::numeric_limits<T>::is_integer && in countLeadingZeros() 499 static_assert(std::numeric_limits<T>::is_integer && in countLeadingOnes() 515 static_assert(std::numeric_limits<T>::is_integer && in countTrailingOnes() 557 static_assert(std::numeric_limits<T>::is_integer && in countPopulation()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | traits.h | 49 return !std::numeric_limits<T>::is_integer + in rank()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_formats.c | 463 const bool is_integer = isl_format_has_int_channel(format); in crocus_is_format_supported() local 504 if (!is_integer) in crocus_is_format_supported() 527 if (is_integer) in crocus_is_format_supported()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | var.rs | 325 let is_integer = canonical_ty.map_or(false, |t| t.is_integer()); in parse() 332 let value = if is_integer { in parse()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mathutil.h | 148 if (std::numeric_limits<T>::is_integer) { in WithinFractionOrMargin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SparseSet.h | 124 static_assert(std::numeric_limits<SparseT>::is_integer &&
|
H A D | SparseMultiSet.h | 86 static_assert(std::numeric_limits<SparseT>::is_integer &&
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.cc | 338 constexpr bool numeric_limits<absl::uint128>::is_integer; 362 constexpr bool numeric_limits<absl::int128>::is_integer;
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 1438 static bool is_integer(SkScalar x) { in is_integer() function 1443 return is_integer(r.left()) && in is_integral() 1444 is_integer(r.top()) && in is_integral() 1445 is_integer(r.right()) && in is_integral() 1446 is_integer(r.bottom()); in is_integral()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Common.h | 215 ASSERT(std::numeric_limits<T>::is_integer); in str()
|
/third_party/python/Lib/test/ |
H A D | test_float.py | 283 self.assertFalse((1.1).is_integer()) 284 self.assertTrue((1.).is_integer()) 285 self.assertFalse(float("nan").is_integer()) 286 self.assertFalse(float("inf").is_integer())
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.h | 765 bool is_integer() const in is_integer() function
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GPBUtil.php | 144 is_integer($var) ||
|