| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | csrmbcs.cpp | 132 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 D | csrsbcs.cpp | 95 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 D | dng_matrix.cpp | 889 real64 det = (a00 * temp [0] [0] + in Invert3by3() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| H A D | rs_matrix3.h | 159 T det = Determinant(); in Inverse() local
|
| /foundation/multimodalinput/input/util/common/include/ |
| H A D | mmi_matrix3.h | 173 T det = Determinant(); in Inverse() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | CharsetRecog_sbcs.java | 109 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 D | CharsetRecog_sbcs.java | 110 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 D | Matrix.cpp | 242 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 D | picking.cpp | 114 const float det = Math::Dot(v0v1, pvec); in IntersectTriangle() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colormatrix.c | 122 double det = ma * (me * mi - mf * mh) - mb * (md * mi - mf * mg) + mc * (md * mh - me * mg); in inverse3x3() local [all...] |
| H A D | vf_ciescope.c | 788 float det; in invert_matrix3x3() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | csrsbcs.cpp | 95 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 D | radv_rt_common.c | 315 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 D | brw_compile_sf.c | 36 struct brw_reg det; member
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | csrsbcs.cpp | 95 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 D | lp_setup_rect.c | 741 const float det = ex * fy - ey * fx; in winding() local
|
| H A D | lp_setup_tri.c | 163 const float det = ex * fy - ey * fx; in lp_setup_print_triangle() local
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrPathUtils.cpp | 150 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 D | tcuMatrix.hpp | 204 const T det = determinant(mat); in doInverse() local
|
| /foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
| H A D | graphic_math.h | 533 T det = this->Determinant(); in Inverse() local 827 T det = this->Determinant(); in Inverse() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_draw_hw_select.c | 132 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 D | m_matrix.c | 376 GLfloat det; in invert_matrix_3d_general() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_ff.c | 2350 float det; in nine_d3d_matrix_inverse() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 752 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 D | vktShaderRenderMatrixTests.cpp | 707 const float det = determinant(mat); in inverse() local
|