Searched refs:conv_i32_to_d32_and_d16 (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_v8plus.s | 560 ! SUBROUTINE conv_i32_to_d32_and_d16 564 .global conv_i32_to_d32_and_d16 565 conv_i32_to_d32_and_d16: label 578 ! 126 !void conv_i32_to_d32_and_d16(double *d32, double *d16, 793 /* 0x02e8 0 */ .type conv_i32_to_d32_and_d16,2 794 /* 0x02e8 */ .size conv_i32_to_d32_and_d16,(.-conv_i32_to_d32_and_d16)
|
H A D | mont_mulf_v9.s | 874 ! 179 !conv_i32_to_d32_and_d16(double *d32, double *d16, uint32_t *i32, int len) 878 ! SUBROUTINE conv_i32_to_d32_and_d16 882 .global conv_i32_to_d32_and_d16 883 conv_i32_to_d32_and_d16: label 1246 /* 0x0520 0 */ .type conv_i32_to_d32_and_d16,2 1247 /* 0x0520 0 */ .size conv_i32_to_d32_and_d16,(.-conv_i32_to_d32_and_d16)
|
H A D | mont_mulf_kernel_v9.s | 894 ! 213 !conv_i32_to_d32_and_d16(double *d32, double *d16, uint32_t *i32, int len) 898 ! SUBROUTINE conv_i32_to_d32_and_d16 902 .global conv_i32_to_d32_and_d16 903 conv_i32_to_d32_and_d16: label 1165 /* 0x03b0 0 */ .type conv_i32_to_d32_and_d16,2 1166 /* 0x03b0 0 */ .size conv_i32_to_d32_and_d16,(.-conv_i32_to_d32_and_d16)
|
/titanic_41/usr/src/common/bignum/ |
H A D | bignum.h | 124 void conv_i32_to_d32_and_d16(double *d32, double *d16,
|
H A D | mont_mulf.c | 193 conv_i32_to_d32_and_d16(double *d32, double *d16, uint32_t *i32, int len) in conv_i32_to_d32_and_d16() function
|
H A D | bignumimpl.c | 2137 conv_i32_to_d32_and_d16(d32r, apowers[0], nint, nlen); in big_modexp_ncp_float() 2191 conv_i32_to_d32_and_d16(d32r, d16r, in big_modexp_ncp_float() 2206 conv_i32_to_d32_and_d16(d32r, in big_modexp_ncp_float() 2217 conv_i32_to_d32_and_d16(d32r, in big_modexp_ncp_float() 2234 conv_i32_to_d32_and_d16(d32r, d16r, prod, nlen); in big_modexp_ncp_float() 2243 conv_i32_to_d32_and_d16(d32r, d16r, prod, nlen); in big_modexp_ncp_float()
|