Home
last modified time | relevance | path

Searched defs:is_integer (Results 1 – 25 of 28) sorted by relevance

12

/third_party/optimized-routines/math/aarch64/sve/
Dmodf.c25 svbool_t is_integer = svcmpeq (pg, x, fint_comp); in SV_NAME_D1_L1() local
Dmodff.c25 svbool_t is_integer = svcmpeq (pg, x, fint_comp); in SV_NAME_F1_L1() local
/third_party/optimized-routines/math/aarch64/advsimd/
Dmodf.c23 uint64x2_t is_integer = vceqq_f64 (x, rounded); in V_NAME_D1_L1() local
Dmodff.c24 uint32x4_t is_integer = vceqq_f32 (x, rounded); in V_NAME_F1_L1() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_formats.c134 const bool is_integer = isl_format_has_int_channel(format); in iris_is_format_supported() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c463 const bool is_integer = isl_format_has_int_channel(format); in crocus_is_format_supported() local
/third_party/mesa3d/src/amd/vulkan/meta/
Dradv_meta_resolve_cs.c33 build_resolve_compute_shader(struct radv_device *dev, bool is_integer, bool is_srgb, int samples) in build_resolve_compute_shader()
206 bool is_integer; member
215 const bool is_integer = vk_format_is_int(src_iview->vk.format); in get_color_resolve_pipeline() local
Dradv_meta_resolve_fs.c18 build_resolve_fragment_shader(struct radv_device *dev, bool is_integer, int samples) in build_resolve_fragment_shader()
323 const bool is_integer = vk_format_is_int(format); in get_color_resolve_pipeline() local
Dradv_meta.c425 radv_meta_build_resolve_shader_core(struct radv_device *device, nir_builder *b, bool is_integer, in… in radv_meta_build_resolve_shader_core()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.cc338 constexpr bool numeric_limits<absl::uint128>::is_integer; member in std::numeric_limits<absl::uint128>
362 constexpr bool numeric_limits<absl::int128>::is_integer; member in std::numeric_limits<absl::int128>
Dint128.h263 static constexpr bool is_integer = true; variable
498 static constexpr bool is_integer = true; variable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c123 const GLboolean is_integer = in st_convert_sampler() local
Dst_format.c1742 GLenum baseFormat, GLboolean is_integer) in st_translate_color()
/third_party/protobuf/third_party/abseil-cpp/absl/numeric/
Dint128.h272 static constexpr bool is_integer = true; variable
521 static constexpr bool is_integer = true; variable
/third_party/mesa3d/src/nouveau/nil/
Dformat.rs57 pub(crate) fn is_integer(&self) -> bool { in is_integer() method
/third_party/rust/crates/bindgen/bindgen/ir/
Dvar.rs337 let is_integer = canonical_ty.map_or(false, |t| t.is_integer()); in parse() localVariable
Dty.rs165 pub(crate) fn is_integer(&self) -> bool { in is_integer() method
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ops/
Dprimitive_infer_map.cc75 bool is_integer = false; in CheckNeedAddToDependList() local
/third_party/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_vs_inputs.c433 const bool is_integer = glsl_base_type_is_integer(glsl_get_base_type(deref->type)); in opt_vs_input_to_const() local
/third_party/rust/rust/compiler/rustc_target/src/asm/
Dmod.rs689 pub fn is_integer(self) -> bool { in is_integer() method
/third_party/rust/rust/compiler/rustc_apfloat/src/
Dlib.rs522 fn is_integer(self) -> bool { in is_integer() method
/third_party/mesa3d/src/util/format/
Du_format.c951 const bool is_integer) in util_format_apply_color_swizzle()
/third_party/rust/rust/compiler/rustc_apfloat/tests/
Dieee.rs1345 fn is_integer() { in is_integer() function
/third_party/skia/src/pdf/
DSkPDFDevice.cpp1438 static bool is_integer(SkScalar x) { in is_integer() function
/third_party/skia/m133/src/pdf/
DSkPDFDevice.cpp1557 static bool is_integer(SkScalar x) { in is_integer() function

12