Searched refs:softfloat_mul64ByShifted32To128 (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_mul64ByShifted32To128.c | 42 #ifndef softfloat_mul64ByShifted32To128 44 struct uint128 softfloat_mul64ByShifted32To128( uint64_t a, uint32_t b ) in softfloat_mul64ByShifted32To128() function
|
A D | f128_sqrt.c | 124 term = softfloat_mul64ByShifted32To128( x64, q ); in f128_sqrt() 161 y = softfloat_mul64ByShifted32To128( term.v0, q ); in f128_sqrt() 162 term = softfloat_mul64ByShifted32To128( term.v64, q ); in f128_sqrt()
|
A D | extF80_sqrt.c | 122 term = softfloat_mul64ByShifted32To128( x64, q ); in extF80_sqrt() 136 term = softfloat_mul64ByShifted32To128( x64 + (q>>27), q ); in extF80_sqrt()
|
A D | extF80_div.c | 142 term = softfloat_mul64ByShifted32To128( sigB, q ); in extF80_div() 154 term = softfloat_mul64ByShifted32To128( sigB, q ); in extF80_div()
|
A D | extF80_rem.c | 151 term = softfloat_mul64ByShifted32To128( sigB, q ); in extF80_rem() 165 term = softfloat_mul64ByShifted32To128( sigB, q ); in extF80_rem()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 526 #ifndef softfloat_mul64ByShifted32To128 531 INLINE struct uint128 softfloat_mul64ByShifted32To128( uint64_t a, uint32_t b ) in softfloat_mul64ByShifted32To128() function 541 struct uint128 softfloat_mul64ByShifted32To128( uint64_t a, uint32_t b );
|
Completed in 8 milliseconds