Home
last modified time | relevance | path

Searched defs:point (Results 251 - 275 of 393) sorted by relevance

1...<<111213141516

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c1841 ossl_ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GFp_nistp521_point_get_affine_coordinates() argument
[all...]
H A Decp_nistp224.c1337 ossl_ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GFp_nistp224_point_get_affine_coordinates() argument
[all...]
H A Decp_nistz256.c616 ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, const BIGNUM **scalar, const EC_POINT **point, size_t num, BN_CTX *ctx) ecp_nistz256_windowed_mul() argument
1176 ecp_nistz256_get_affine(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ecp_nistz256_get_affine() argument
[all...]
H A Dec_lib.c745 void EC_POINT_free(EC_POINT *point) in EC_POINT_free() argument
755 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free() argument
805 EC_POINT_method_of(const EC_POINT *point) EC_POINT_method_of() argument
811 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) EC_POINT_set_to_infinity() argument
825 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) EC_POINT_set_Jprojective_coordinates_GFp() argument
842 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) EC_POINT_get_Jprojective_coordinates_GFp() argument
860 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates() argument
883 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates_GFp() argument
891 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates_GF2m() argument
900 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates() argument
920 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates_GFp() argument
928 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates_GF2m() argument
979 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) EC_POINT_is_at_infinity() argument
999 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) EC_POINT_is_on_curve() argument
1028 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) EC_POINT_make_affine() argument
1114 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) EC_POINT_mul() argument
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); ec_group_explicit_to_named() local
1548 EC_POINT *point = NULL; EC_GROUP_new_from_params() local
[all...]
H A Dec_local.h325 static ossl_inline int ec_point_is_compat(const EC_POINT *point, in ec_point_is_compat() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c1640 const EC_POINT *point = EC_KEY_get0_public_key(eckey); in get_payload_public_key() local
/third_party/libabigail/include/
H A Dabg-diff-utils.h57 class point class
65 point() in point() function in abigail::diff_utils::point
69 point(int x, int y) in point() function in abigail::diff_utils::point
73 point(const point& p) in point() function in abigail::diff_utils::point
366 set(const point& b, const point&i, const point&e) set() argument
384 set(const point& b, const point&i, const point& d, const point&e) set() argument
1086 is_match_point(RandomAccessOutputIterator a_begin, RandomAccessOutputIterator a_end, RandomAccessOutputIterator b_begin, RandomAccessOutputIterator b_end, const point& point) is_match_point() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1637 const EC_POINT *point = EC_KEY_get0_public_key(eckey); in get_payload_public_key() local
/third_party/openssl/crypto/ec/
H A Dec_lib.c745 void EC_POINT_free(EC_POINT *point) in EC_POINT_free() argument
755 void EC_POINT_clear_free(EC_POINT *point) in EC_POINT_clear_free() argument
805 EC_POINT_method_of(const EC_POINT *point) EC_POINT_method_of() argument
811 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) EC_POINT_set_to_infinity() argument
825 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) EC_POINT_set_Jprojective_coordinates_GFp() argument
842 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) EC_POINT_get_Jprojective_coordinates_GFp() argument
860 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates() argument
883 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates_GFp() argument
891 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) EC_POINT_set_affine_coordinates_GF2m() argument
900 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates() argument
920 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates_GFp() argument
928 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) EC_POINT_get_affine_coordinates_GF2m() argument
979 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) EC_POINT_is_at_infinity() argument
999 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) EC_POINT_is_on_curve() argument
1028 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) EC_POINT_make_affine() argument
1114 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) EC_POINT_mul() argument
1409 const EC_POINT *point = EC_GROUP_get0_generator(group); ec_group_explicit_to_named() local
1548 EC_POINT *point = NULL; EC_GROUP_new_from_params() local
[all...]
H A Dec_local.h325 static ossl_inline int ec_point_is_compat(const EC_POINT *point, in ec_point_is_compat() argument
[all...]
H A Decp_nistp521.c1841 ossl_ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GFp_nistp521_point_get_affine_coordinates() argument
[all...]
H A Decp_nistp224.c1337 ossl_ec_GFp_nistp224_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ossl_ec_GFp_nistp224_point_get_affine_coordinates() argument
[all...]
H A Decp_nistz256.c616 ecp_nistz256_windowed_mul(const EC_GROUP *group, P256_POINT *r, const BIGNUM **scalar, const EC_POINT **point, size_t num, BN_CTX *ctx) ecp_nistz256_windowed_mul() argument
1176 ecp_nistz256_get_affine(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) ecp_nistz256_get_affine() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.cpp873 isPointOnLine(const _tess_coordinate_cartesian& line_v1, const _tess_coordinate_cartesian& line_v2, const _tess_coordinate_cartesian& point) isPointOnLine() argument
[all...]
/third_party/skia/src/core/
H A DSkPictureRecord.cpp877 void SkPictureRecord::addPoint(const SkPoint& point) { in addPoint() argument
H A DSkTextBlob.cpp1057 const auto* point = glyphPoints + i; in GetPointsForTextBlob() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertexProcessor.hpp300 PointSprite point; member in sw::VertexProcessor
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h311 static ossl_inline int ec_point_is_compat(const EC_POINT *point, in ec_point_is_compat() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp494 int32_t point; in convertToAccurateDouble() local
1125 readDoubleConversionToBcd( const char* buffer, int32_t length, int32_t point) readDoubleConversionToBcd() argument
/third_party/skia/tests/
H A DGrClipStackTest.cpp781 SkPath point; in DEF_TEST() local
H A DSerializationTest.cpp554 SkPoint3 point; in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c2201 AF_Point point = seg->first; in af_cjk_align_edge_points() local
2234 AF_Point point = seg->first; af_cjk_align_edge_points() local
[all...]
H A Dafhints.c345 AF_Point point = hints->points + point_idx; in af_get_segment_index() local
422 AF_Point point; in af_glyph_hints_dump_points() local
961 AF_Point point; FT_LOCAL_DEF() local
1282 AF_Point point = hints->points; af_glyph_hints_save() local
1328 AF_Point point, first, last; af_glyph_hints_align_edge_points() local
1354 AF_Point point, first, last; af_glyph_hints_align_edge_points() local
1407 AF_Point point; af_glyph_hints_align_strong_points() local
1671 AF_Point point; af_glyph_hints_align_weak_points() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c1085 PSH_Point point = glyph->points; in psh_glyph_load_points() local
1119 PSH_Point point = glyph->points; psh_glyph_save_points() local
1186 PSH_Point point; psh_glyph_init() local
1219 PSH_Point point = points; psh_glyph_init() local
1298 PSH_Point point, before, after; psh_glyph_compute_extrema() local
1364 PSH_Point point, before, after; psh_glyph_compute_extrema() local
1409 psh_hint_table_find_strong_points( PSH_Hint_Table table, PSH_Point point, FT_UInt count, FT_Int threshold, PSH_Dir major_dir ) psh_hint_table_find_strong_points() argument
1593 PSH_Point point = glyph->points + first; psh_glyph_find_strong_points() local
1609 PSH_Point point = glyph->points; psh_glyph_find_strong_points() local
1622 PSH_Point point = glyph->points; psh_glyph_find_strong_points() local
1642 PSH_Point point = glyph->points; psh_glyph_find_blue_points() local
1717 PSH_Point point = glyph->points; psh_glyph_interpolate_strong_points() local
1778 PSH_Point point; psh_glyph_interpolate_normal_points() local
1928 PSH_Point first, next, point; psh_glyph_interpolate_other_points() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp298 deUint32 point = ndx ? GL_STENCIL_ATTACHMENT : GL_DEPTH_ATTACHMENT; in Framebuffer() local
894 deUint32 point = ndx ? GL_STENCIL_ATTACHMENT : GL_DEPTH_ATTACHMENT; in render() local
1375 deUint32 point = ndx == 0 ? GL_COLOR_ATTACHMENT0 : in render() local

Completed in 47 milliseconds

1...<<111213141516