Home
last modified time | relevance | path

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

12345678910>>...12

/external/libtextclassifier/native/utils/sentencepiece/
Dnormalizer_test.cc45 std::string normalized; in TEST() local
52 std::string normalized; in TEST() local
59 std::string normalized; in TEST() local
66 std::string normalized; in TEST() local
73 std::string normalized; in TEST() local
80 std::string normalized; in TEST() local
97 std::string normalized; in TEST() local
104 std::string normalized; in TEST() local
111 std::string normalized; in TEST() local
118 std::string normalized; in TEST() local
[all …]
/external/mesa3d/src/mesa/main/
Dformat_utils.c289 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local
693 uint8_t swizzle[4], bool *normalized) in _mesa_format_to_array()
809 const uint8_t swizzle[4], bool normalized, int count) in swizzle_convert_try_memcpy()
974 const uint8_t swizzle[4], bool normalized, int count) in convert_float()
1036 const uint8_t swizzle[4], bool normalized, int count) in convert_half_float()
1097 const uint8_t swizzle[4], bool normalized, int count) in convert_ubyte()
1163 const uint8_t swizzle[4], bool normalized, int count) in convert_byte()
1229 const uint8_t swizzle[4], bool normalized, int count) in convert_ushort()
1295 const uint8_t swizzle[4], bool normalized, int count) in convert_short()
1360 const uint8_t swizzle[4], bool normalized, int count) in convert_uint()
[all …]
Dvarray.c676 bool normalized, bool integer, bool doubles) in vertex_format_to_pipe_format()
711 GLboolean normalized, GLboolean integer, in set_vertex_format_user()
726 GLboolean normalized, GLboolean integer, in recompute_vertex_format_fields()
741 GLboolean normalized, GLboolean integer, in _mesa_set_vertex_format()
837 GLenum format, GLboolean normalized, in _mesa_update_array_format()
890 GLint size, GLenum type, bool normalized, in validate_array_format()
1016 GLboolean normalized, GLboolean integer, GLboolean doubles, in validate_array()
1074 GLboolean normalized, GLboolean integer, in validate_array_and_format()
1109 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array()
1829 GLboolean normalized, in _mesa_VertexAttribPointer_no_error()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_texture_helper.cc25 GLenum ToTextureFormat(DataType type, bool normalized) { in ToTextureFormat()
45 GLenum ToTextureInternalFormat(DataType type, bool normalized) { in ToTextureInternalFormat()
Dgl_texture.cc132 const bool normalized = data_type == DataType::UINT8; in CreateReadOnlyRgba2dImageTexture() local
160 const bool normalized = data_type == DataType::UINT8; in CreateReadOnlyRgba3dImageTexture() local
224 const bool normalized = data_type == DataType::UINT8; in CreateReadWriteRgbaImageTexture() local
243 const bool normalized = data_type == DataType::UINT8; in CreateReadWriteRgbaImageTexture() local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/function/
DSinc.java65 private final boolean normalized; field in Sinc
80 public Sinc(boolean normalized) { in Sinc()
/external/okio/okio/src/commonMain/kotlin/okio/
DPath.kt276 fun normalized(): Path in div() method
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_image_format.cc37 cl_channel_type DataTypeToChannelType(DataType type, bool normalized) { in DataTypeToChannelType()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberSkeletonTest.java319 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local
354 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/number/
DNumberSkeletonTest.java316 String normalized = NumberFormatter.forSkeleton(skeleton).toSkeleton(); in defaultTokens() local
351 String normalized = NumberFormatter.forSkeleton(plus) in wildcardCharacters() local
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DTimingTracker.kt57 var normalized = in <lambda>() variable
/external/zxing/core/src/test/java/com/google/zxing/client/result/
DProductParsedResultTestCase.java39 private static void doTest(String contents, String normalized, BarcodeFormat format) { in doTest()
/external/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
/external/angle/src/libANGLE/
Dcontext_private_call_gl.cpp394 GLboolean normalized, in ContextPrivateVertexAttribP1ui()
404 GLboolean normalized, in ContextPrivateVertexAttribP1uiv()
414 GLboolean normalized, in ContextPrivateVertexAttribP2ui()
424 GLboolean normalized, in ContextPrivateVertexAttribP2uiv()
434 GLboolean normalized, in ContextPrivateVertexAttribP3ui()
444 GLboolean normalized, in ContextPrivateVertexAttribP3uiv()
454 GLboolean normalized, in ContextPrivateVertexAttribP4ui()
464 GLboolean normalized, in ContextPrivateVertexAttribP4uiv()
DvalidationGL3.cpp528 GLboolean normalized, in ValidateVertexAttribP1ui()
539 GLboolean normalized, in ValidateVertexAttribP1uiv()
550 GLboolean normalized, in ValidateVertexAttribP2ui()
561 GLboolean normalized, in ValidateVertexAttribP2uiv()
572 GLboolean normalized, in ValidateVertexAttribP3ui()
583 GLboolean normalized, in ValidateVertexAttribP3uiv()
594 GLboolean normalized, in ValidateVertexAttribP4ui()
605 GLboolean normalized, in ValidateVertexAttribP4uiv()
/external/deqp/framework/delibs/debase/
DdeInt32.c96 uint32_t normalized = (uint32_t)a << shift; /* Highest bit is always 1. */ in deRcp32() local
/external/python/setuptools/pkg_resources/tests/
Dtest_pkg_resources.py373 def test_normalize_path_trailing_sep(self, unnormalized, normalized): argument
392 def test_normalize_path_normcase(self, unnormalized, normalized): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtexture2d_desc.h31 bool normalized = false; // used with INT data types, if normalized, we read member
/external/skia/tests/
DGrQuadCropTest.cpp215 SkMatrix normalized = SkMatrix::RectToRect(kDrawRect, SkRect::MakeWH(1.f, 1.f)); in test_axis_aligned() local
232 SkMatrix normalized = SkMatrix::RectToRect(kDrawRect, SkRect::MakeWH(1.f, 1.f)); in test_crop_fully_covered() local
/external/angle/src/libGLESv2/
Dentry_points_gl_3_autogen.cpp1737 void GL_APIENTRY GL_VertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) in GL_VertexAttribP1ui()
1769 GLboolean normalized, in GL_VertexAttribP1uiv()
1800 void GL_APIENTRY GL_VertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) in GL_VertexAttribP2ui()
1832 GLboolean normalized, in GL_VertexAttribP2uiv()
1863 void GL_APIENTRY GL_VertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) in GL_VertexAttribP3ui()
1895 GLboolean normalized, in GL_VertexAttribP3uiv()
1926 void GL_APIENTRY GL_VertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) in GL_VertexAttribP4ui()
1958 GLboolean normalized, in GL_VertexAttribP4uiv()
/external/harfbuzz_ng/test/api/
Dtest-var-coords.c58 int normalized; in test_get_var_coords() local
/external/icu/libicu/cts_headers/
Duitercollationiterator.h156 UnicodeString normalized; variable
/external/icu/icu4c/source/i18n/
Duitercollationiterator.h156 UnicodeString normalized; variable
/external/cronet/third_party/icu/source/i18n/
Duitercollationiterator.h156 UnicodeString normalized; variable
/external/ComputeLibrary/src/core/NEON/kernels/
DNENormalizationLayerKernel.cpp220 …const auto normalized = std::pow(accu * static_cast<T>(_norm_info.scale_coeff()) + static_ca… in normalize_float() local
263 … const auto normalized = wrapper::vpow(wrapper::vmla(kappa_vec, coeff_vec, accu), beta_vec); in normalize_float() local

12345678910>>...12