Searched refs:softfloat_roundingMode (Results 1 – 18 of 18) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | softfloat_state.c | 44 uint_fast8_t softfloat_roundingMode = softfloat_round_near_even; variable
|
A D | s_roundPackToF32.c | 54 roundingMode = softfloat_roundingMode; in softfloat_roundPackToF32()
|
A D | s_roundPackToF64.c | 54 roundingMode = softfloat_roundingMode; in softfloat_roundPackToF64()
|
A D | s_subMagsF32.c | 79 uiZ = packToF32UI( softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_subMagsF32()
|
A D | s_subMagsF64.c | 79 uiZ = packToF64UI( softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_subMagsF64()
|
A D | s_roundPackToF128.c | 60 roundingMode = softfloat_roundingMode; in softfloat_roundPackToF128()
|
A D | s_roundPackMToF128M.c | 56 roundingMode = softfloat_roundingMode; in softfloat_roundPackMToF128M()
|
A D | s_subMagsExtF80.c | 94 packToExtF80UI64( (softfloat_roundingMode == softfloat_round_min), 0 ); in softfloat_subMagsExtF80()
|
A D | s_addExtF80M.c | 155 signZ = (softfloat_roundingMode == softfloat_round_min); in softfloat_addExtF80M()
|
A D | s_subMagsF128.c | 88 (softfloat_roundingMode == softfloat_round_min), 0, 0 ); in softfloat_subMagsF128()
|
A D | s_roundPackMToExtF80M.c | 62 roundingMode = softfloat_roundingMode; in softfloat_roundPackMToExtF80M()
|
A D | s_addF128M.c | 186 signZ = (softfloat_roundingMode == softfloat_round_min); in softfloat_addF128M()
|
A D | s_roundPackToExtF80.c | 60 roundingMode = softfloat_roundingMode; in softfloat_roundPackToExtF80()
|
A D | s_mulAddF32.c | 198 packToF32UI( softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_mulAddF32()
|
A D | s_mulAddF64.c | 237 packToF64UI( softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_mulAddF64() 488 packToF64UI( softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_mulAddF64()
|
A D | s_mulAddF128M.c | 375 (softfloat_roundingMode == softfloat_round_min), 0, 0 ); in softfloat_mulAddF128M()
|
A D | s_mulAddF128.c | 346 softfloat_roundingMode == softfloat_round_min, 0, 0 ); in softfloat_mulAddF128()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | softfloat.h | 67 extern uint_fast8_t softfloat_roundingMode;
|
Completed in 15 milliseconds