Searched refs:conv_i32_to_d16 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/common/bignum/sun4u/ |
H A D | mont_mulf_v8plus.s | 441 ! SUBROUTINE conv_i32_to_d16 445 .global conv_i32_to_d16 446 conv_i32_to_d16: label 455 ! 103 !void conv_i32_to_d16(double *d16, unsigned int *i32, int len) 547 /* 0x013c 0 */ .type conv_i32_to_d16,2 548 /* 0x013c */ .size conv_i32_to_d16,(.-conv_i32_to_d16)
|
H A D | mont_mulf_v9.s | 653 ! 116 !conv_i32_to_d16(double *d16, uint32_t *i32, int len) 657 ! SUBROUTINE conv_i32_to_d16 661 .global conv_i32_to_d16 662 conv_i32_to_d16: label 814 /* 0x0210 0 */ .type conv_i32_to_d16,2 815 /* 0x0210 0 */ .size conv_i32_to_d16,(.-conv_i32_to_d16)
|
H A D | mont_mulf_kernel_v9.s | 68 conv_i32_to_d16(double *d16, uint32_t *i32, int len) 681 ! 150 !conv_i32_to_d16(double *d16, uint32_t *i32, int len) 685 ! SUBROUTINE conv_i32_to_d16 689 .global conv_i32_to_d16 690 conv_i32_to_d16: label 833 /* 0x01e0 0 */ .type conv_i32_to_d16,2 834 /* 0x01e0 0 */ .size conv_i32_to_d16,(.-conv_i32_to_d16)
|
/titanic_50/usr/src/common/bignum/ |
H A D | bignum.h | 123 void conv_i32_to_d16(double *d16, uint32_t *i32, int len);
|
H A D | mont_mulf.c | 131 conv_i32_to_d16(double *d16, uint32_t *i32, int len) in conv_i32_to_d16() function
|
H A D | bignumimpl.c | 2162 conv_i32_to_d16(apowers[i], prod, nlen); in big_modexp_ncp_float()
|