Home
last modified time | relevance | path

Searched defs:normalized (Results 1 – 25 of 211) sorted by relevance

123456789

/third_party/mesa3d/src/mesa/main/
Dformat_utils.c289 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local
688 const uint8_t swizzle[4], bool normalized, int count) in swizzle_convert_try_memcpy()
853 const uint8_t swizzle[4], bool normalized, int count) in convert_float()
915 const uint8_t swizzle[4], bool normalized, int count) in convert_half_float()
976 const uint8_t swizzle[4], bool normalized, int count) in convert_ubyte()
1042 const uint8_t swizzle[4], bool normalized, int count) in convert_byte()
1108 const uint8_t swizzle[4], bool normalized, int count) in convert_ushort()
1174 const uint8_t swizzle[4], bool normalized, int count) in convert_short()
1239 const uint8_t swizzle[4], bool normalized, int count) in convert_uint()
1305 const uint8_t swizzle[4], bool normalized, int count) in convert_int()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberSkeletonTest.java301 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local
337 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
/third_party/rust/rust/src/tools/rustfmt/tests/source/trailing_comments/
Dhard_tabs.rs19 let normalized = self.ctfont.all_traits().normalized_weight(); // [-1.0, 1.0] in lorem_ipsum() localVariable
Dsoft_tabs.rs19 let normalized = self.ctfont.all_traits().normalized_weight(); // [-1.0, 1.0] in foo() localVariable
/third_party/rust/rust/src/tools/rustfmt/tests/target/trailing_comments/
Dhard_tabs.rs27 let normalized = self.ctfont.all_traits().normalized_weight(); // [-1.0, 1.0] in lorem_ipsum() localVariable
Dsoft_tabs.rs27 let normalized = self.ctfont.all_traits().normalized_weight(); // [-1.0, 1.0] in foo() localVariable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java314 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local
349 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dnormalize_utf8.h27 string normalized; in NormalizeDecimalDigits() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dextract_glimpse_impl.cu35 … ExtractGlimpsenoiseMode noise, const bool centered, const bool normalized, in CalExtractGlimpseKernel()
86 … const bool centered, const bool normalized, const bool uniform_noise, const T *inputs, in CalExtractGlimpse()
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dnon_copy_const.rs303 let normalized = cx.tcx.normalize_erasing_regions(cx.param_env, ty); in check_trait_item() localVariable
359 let normalized = cx.tcx.normalize_erasing_regions(cx.param_env, ty); in check_impl_item() localVariable
375 let normalized = cx.tcx.normalize_erasing_regions(cx.param_env, ty); in check_impl_item() localVariable
/third_party/mesa3d/src/compiler/nir/
Dnir_normalize_cubemap_coords.c53 nir_def *normalized = nir_fmul(b, orig_coord, nir_frcp(b, norm)); in normalize_cubemap_coords() local
/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32.c152 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ in deRcp32() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-glib.cc138 gchar *normalized; in hb_glib_unicode_compose() local
175 gchar *normalized; in hb_glib_unicode_decompose() local
/third_party/rust/rust/tests/ui/consts/
Dinvalid_promotion.rs11 pub const fn normalized(&self) -> Hz { in normalized() method
/third_party/rust/rust/library/std/src/sys/unix/
Dpath.rs35 let mut normalized = if path.is_absolute() { in absolute() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dextract_glimpse.cc134 void ExtractGlimpse::Init(const bool centered, const bool normalized, const bool uniform_noise, con… in Init()
141 void ExtractGlimpse::set_normalized(const bool normalized) { in set_normalized()
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_extract_glimpse_op.py26 def __init__(self, centered, normalized, uniform_noise, noise): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/
Dinverse_spectrogram_ir.cc30bool normalized, bool center, BorderType pad_mode, in InverseSpectrogramOperation()
Dspectrogram_ir.cc26 … WindowType window, float power, bool normalized, bool center, in SpectrogramOperation()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Dinverse_spectrogram_op.h44 … WindowType window, bool normalized, bool center, BorderType pad_mode, bool onesided) in InverseSpectrogramOp()
Dspectrogram_op.h32 bool normalized, bool center, BorderType pad_mode, bool onesided) in SpectrogramOp()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DVertexDataManager.h33 bool normalized; member
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-var-coords.c59 int normalized; in test_get_var_coords() local
/third_party/skia/m133/third_party/externals/harfbuzz/test/api/
Dtest-var-coords.c58 int normalized; in test_get_var_coords() local
/third_party/skia/tests/
DGrQuadCropTest.cpp210 SkMatrix normalized = SkMatrix::RectToRect(kDrawRect, SkRect::MakeWH(1.f, 1.f)); in test_axis_aligned() local
227 SkMatrix normalized = SkMatrix::RectToRect(kDrawRect, SkRect::MakeWH(1.f, 1.f)); in test_crop_fully_covered() local

123456789