Home
last modified time | relevance | path

Searched defs:det (Results 26 - 50 of 66) sorted by relevance

123

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp132 int32_t IteratedChar::nextByte(InputText *det) in nextByte() argument
148 int32_t CharsetRecog_mbcs::match_mbcs(InputText *det, const uint16_t commonChars[], int32_t commonCharsLen) const { in match_mbcs() argument
272 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const { in match() argument
372 match(InputText *det, CharsetMatch *results) const match() argument
394 match(InputText *det, CharsetMatch *results) const match() argument
446 match(InputText *det, CharsetMatch *results) const match() argument
522 match(InputText *det, CharsetMatch *results) const match() argument
[all...]
H A Dcsrsbcs.cpp95 int32_t NGramParser::nextByte(InputText *det) in nextByte() argument
104 void NGramParser::parseCharacters(InputText *det) in parseCharacters() argument
123 int32_t NGramParser::parse(InputText *det) in parse() argument
192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() argument
211 parseCharacters(InputText *det) parseCharacters() argument
254 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
1224 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_matrix.cpp889 real64 det = (a00 * temp [0] [0] + in Invert3by3() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_matrix3.h159 T det = Determinant(); in Inverse() local
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h173 T det = Determinant(); in Inverse() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_sbcs.java109 private int nextByte(CharsetDetector det) in nextByte() argument
118 protected void parseCharacters(CharsetDetector det) in parseCharacters() argument
138 public int parse(CharsetDetector det) in parse() argument
142 public int parse(CharsetDetector det, byte spaceCh) in parse() argument
216 private int nextByte(CharsetDetector det) in nextByte() argument
235 parseCharacters(CharsetDetector det) parseCharacters() argument
269 match(CharsetDetector det, int[] ngrams, byte[] byteMap) match() argument
274 match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) match() argument
280 matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) matchIBM420() argument
426 match(CharsetDetector det) match() argument
523 match(CharsetDetector det) match() argument
607 match(CharsetDetector det) match() argument
674 match(CharsetDetector det) match() argument
741 match(CharsetDetector det) match() argument
815 match(CharsetDetector det) match() argument
839 match(CharsetDetector det) match() argument
908 match(CharsetDetector det) match() argument
973 match(CharsetDetector det) match() argument
1037 match(CharsetDetector det) match() argument
1101 match(CharsetDetector det) match() argument
1150 match(CharsetDetector det) match() argument
1171 match(CharsetDetector det) match() argument
1224 match(CharsetDetector det) match() argument
1246 match(CharsetDetector det) match() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_sbcs.java110 private int nextByte(CharsetDetector det) in nextByte() argument
119 protected void parseCharacters(CharsetDetector det) in parseCharacters() argument
139 public int parse(CharsetDetector det) in parse() argument
143 public int parse(CharsetDetector det, byte spaceCh) in parse() argument
217 private int nextByte(CharsetDetector det) in nextByte() argument
236 parseCharacters(CharsetDetector det) parseCharacters() argument
270 match(CharsetDetector det, int[] ngrams, byte[] byteMap) match() argument
275 match(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) match() argument
281 matchIBM420(CharsetDetector det, int[] ngrams, byte[] byteMap, byte spaceChar) matchIBM420() argument
427 match(CharsetDetector det) match() argument
524 match(CharsetDetector det) match() argument
608 match(CharsetDetector det) match() argument
675 match(CharsetDetector det) match() argument
742 match(CharsetDetector det) match() argument
816 match(CharsetDetector det) match() argument
840 match(CharsetDetector det) match() argument
909 match(CharsetDetector det) match() argument
974 match(CharsetDetector det) match() argument
1038 match(CharsetDetector det) match() argument
1102 match(CharsetDetector det) match() argument
1151 match(CharsetDetector det) match() argument
1172 match(CharsetDetector det) match() argument
1225 match(CharsetDetector det) match() argument
1247 match(CharsetDetector det) match() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.cpp242 float Matrix::det(const Matrix &M) in det() function in sw::Matrix
257 float Matrix::det(float m11) in det() function in sw::Matrix
262 float Matrix::det(float m11, float m12, in det() function in sw::Matrix
268 float Matrix::det(float m11, float m12, float m13, in det() function in sw::Matrix
277 float Matrix::det(float m11, float m12, float m13, float m14, in det() function in sw::Matrix
295 float Matrix::det(const Vector &v1, const Vector &v2, const Vector &v3) in det() function in sw::Matrix
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp114 const float det = Math::Dot(v0v1, pvec); in IntersectTriangle() local
/third_party/ffmpeg/libavfilter/
H A Dvf_colormatrix.c122 double det = ma * (me * mi - mf * mh) - mb * (md * mi - mf * mg) + mc * (md * mh - me * mg); in inverse3x3() local
[all...]
H A Dvf_ciescope.c788 float det; in invert_matrix3x3() local
/third_party/icu/icu4c/source/i18n/
H A Dcsrsbcs.cpp95 int32_t NGramParser::nextByte(InputText *det) in nextByte() argument
104 void NGramParser::parseCharacters(InputText *det) in parseCharacters() argument
123 int32_t NGramParser::parse(InputText *det) in parse() argument
192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() argument
211 parseCharacters(InputText *det) parseCharacters() argument
254 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
1224 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_rt_common.c315 nir_ssa_def *det = nir_fadd(b, u, nir_fadd(b, v, w)); in intersect_ray_amd_software_tri() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compile_sf.c36 struct brw_reg det; member
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrsbcs.cpp95 int32_t NGramParser::nextByte(InputText *det) in nextByte() argument
104 void NGramParser::parseCharacters(InputText *det) in parseCharacters() argument
123 int32_t NGramParser::parse(InputText *det) in parse() argument
192 int32_t NGramParser_IBM420::nextByte(InputText *det) in nextByte() argument
211 parseCharacters(InputText *det) parseCharacters() argument
254 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
1224 match_sbcs(InputText *det, const int32_t ngrams[], const uint8_t byteMap[]) const match_sbcs() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c741 const float det = ex * fy - ey * fx; in winding() local
H A Dlp_setup_tri.c163 const float det = ex * fy - ey * fx; in lp_setup_print_triangle() local
/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.cpp150 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2; in set() local
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrix.hpp204 const T det = determinant(mat); in doInverse() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h533 T det = this->Determinant(); in Inverse() local
827 T det = this->Determinant(); in Inverse() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_draw_hw_select.c132 nir_ssa_def *det = nir_fadd(b, nir_fadd(b, t0, t1), t2); in face_culling() local
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c376 GLfloat det; in invert_matrix_3d_general() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c2350 float det; in nine_d3d_matrix_inverse() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c752 float det; in sp_setup_tri() local
289 setup_sort_vertices(struct setup_context *setup, float det, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) setup_sort_vertices() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderMatrixTests.cpp707 const float det = determinant(mat); in inverse() local

Completed in 34 milliseconds

123