| /third_party/mesa3d/src/mesa/main/ |
| D | format_utils.c | 289 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local 688 uint8_t swizzle[4], bool *normalized) in _mesa_format_to_array() 804 const uint8_t swizzle[4], bool normalized, int count) in swizzle_convert_try_memcpy() 969 const uint8_t swizzle[4], bool normalized, int count) in convert_float() 1031 const uint8_t swizzle[4], bool normalized, int count) in convert_half_float() 1092 const uint8_t swizzle[4], bool normalized, int count) in convert_ubyte() 1158 const uint8_t swizzle[4], bool normalized, int count) in convert_byte() 1224 const uint8_t swizzle[4], bool normalized, int count) in convert_ushort() 1290 const uint8_t swizzle[4], bool normalized, int count) in convert_short() 1355 const uint8_t swizzle[4], bool normalized, int count) in convert_uint() [all …]
|
| D | varray.c | 480 bool normalized, bool integer, bool doubles) in vertex_format_to_pipe_format() 548 GLboolean normalized, GLboolean integer, in _mesa_set_vertex_format() 650 GLenum format, GLboolean normalized, in _mesa_update_array_format() 699 GLint size, GLenum type, bool normalized, in validate_array_format() 825 GLboolean normalized, GLboolean integer, GLboolean doubles, in validate_array() 883 GLboolean normalized, GLboolean integer, in validate_array_and_format() 918 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array() 1641 GLboolean normalized, in _mesa_VertexAttribPointer_no_error() 1660 GLboolean normalized, in _mesa_VertexAttribPointer() 1695 GLenum type, GLboolean normalized, in _mesa_VertexArrayVertexAttribOffsetEXT() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
| D | NumberSkeletonTest.java | 301 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local 337 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| D | NumberSkeletonTest.java | 314 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local 349 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | normalize_utf8.h | 27 string normalized; in NormalizeDecimalDigits() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | extract_glimpse_impl.cu | 35 … 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/vk-gl-cts/framework/delibs/debase/ |
| D | deInt32.c | 152 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ in deRcp32() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-glib.cc | 138 gchar *normalized; in hb_glib_unicode_compose() local 175 gchar *normalized; in hb_glib_unicode_decompose() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_normalize_cubemap_coords.c | 64 nir_ssa_def *normalized = nir_fmul(b, orig_coord, nir_frcp(b, norm)); in normalize_cubemap_coords_block() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | extract_glimpse.cc | 134 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/ |
| D | test_extract_glimpse_op.py | 26 def __init__(self, centered, normalized, uniform_noise, noise): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/ir/kernels/ |
| D | inverse_spectrogram_ir.cc | 30 … bool normalized, bool center, BorderType pad_mode, in InverseSpectrogramOperation()
|
| D | spectrogram_ir.cc | 26 … WindowType window, float power, bool normalized, bool center, in SpectrogramOperation()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/ |
| D | inverse_spectrogram_op.h | 44 … WindowType window, bool normalized, bool center, BorderType pad_mode, bool onesided) in InverseSpectrogramOp()
|
| D | spectrogram_op.h | 32 bool normalized, bool center, BorderType pad_mode, bool onesided) in SpectrogramOp()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | VertexDataManager.h | 33 bool normalized; member
|
| D | VertexArray.cpp | 68 … bool normalized, bool pureInteger, GLsizei stride, const void *pointer) in setAttributeState()
|
| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| D | test-var-coords.c | 59 int normalized; in test_get_var_coords() local
|
| /third_party/skia/tests/ |
| D | GrQuadCropTest.cpp | 210 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
|
| /third_party/icu/icu4c/source/i18n/ |
| D | uitercollationiterator.h | 156 UnicodeString normalized; variable
|
| D | utf8collationiterator.h | 168 UnicodeString normalized; variable
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | uitercollationiterator.h | 155 UnicodeString normalized; variable
|
| D | utf8collationiterator.h | 168 UnicodeString normalized; variable
|
| /third_party/libinput/src/ |
| D | filter-low-dpi.c | 141 const struct normalized_coords normalized = { in accelerator_filter_low_dpi() local 153 const struct normalized_coords normalized = { in accelerator_filter_noop() local
|
| /third_party/typescript/src/testRunner/ |
| D | rwcRunner.ts | 89 const normalized = ts.normalizeSlashes(Harness.IO.resolvePath(fileName)!); constant
|