Searched refs:softfloat_shiftRightJam64Extra (Results 1 – 12 of 12) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_shiftRightJam64Extra.c | 42 #ifndef softfloat_shiftRightJam64Extra 45 softfloat_shiftRightJam64Extra( in softfloat_shiftRightJam64Extra() function
|
| H A D | s_addMagsExtF80.c | 111 sig64Extra = softfloat_shiftRightJam64Extra( sigA, 0, -expDiff ); in softfloat_addMagsExtF80() 127 sig64Extra = softfloat_shiftRightJam64Extra( sigB, 0, expDiff ); in softfloat_addMagsExtF80()
|
| H A D | extF80_to_ui64.c | 66 sig64Extra = softfloat_shiftRightJam64Extra( sig, 0, shiftCount ); in extF80_to_ui64()
|
| H A D | extF80_to_i64.c | 73 sig64Extra = softfloat_shiftRightJam64Extra( sig, 0, shiftCount ); in extF80_to_i64()
|
| H A D | f32_to_i64.c | 77 sig64Extra = softfloat_shiftRightJam64Extra( sig64, 0, shiftCount ); in f32_to_i64()
|
| H A D | f128_to_i64.c | 79 sigExtra = softfloat_shiftRightJam64Extra( sig64, sig0, shiftCount ); in f128_to_i64()
|
| H A D | f128_to_ui64.c | 77 sigExtra = softfloat_shiftRightJam64Extra( sig64, sig0, shiftCount ); in f128_to_ui64()
|
| H A D | f64_to_ui64.c | 74 sigExtra = softfloat_shiftRightJam64Extra( sig, 0, shiftCount ); in f64_to_ui64()
|
| H A D | f64_to_i64.c | 79 sigExtra = softfloat_shiftRightJam64Extra( sig, 0, shiftCount ); in f64_to_i64()
|
| H A D | f32_to_ui64.c | 71 sig64Extra = softfloat_shiftRightJam64Extra( sig64, 0, shiftCount ); in f32_to_ui64()
|
| H A D | s_roundPackToExtF80.c | 142 softfloat_shiftRightJam64Extra( sig, sigExtra, 1 - exp ); in softfloat_roundPackToExtF80()
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitives.h | 357 #ifndef softfloat_shiftRightJam64Extra 377 softfloat_shiftRightJam64Extra( in softfloat_shiftRightJam64Extra() function 393 softfloat_shiftRightJam64Extra(
|