Searched refs:softfloat_round_odd (Results 1 - 23 of 23) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_roundMToUI64.c67 if ( roundingMode == softfloat_round_odd ) goto invalid;
86 if ( roundingMode == softfloat_round_odd ) sig |= 1;
H A Ds_roundToI64.c69 || (roundingMode == softfloat_round_odd)
89 if ( roundingMode == softfloat_round_odd ) z |= 1;
H A Ds_roundToUI32.c63 if ( roundingMode == softfloat_round_odd ) goto invalid;
81 if ( roundingMode == softfloat_round_odd ) z |= 1;
H A Ds_roundToUI64.c66 if ( roundingMode == softfloat_round_odd ) goto invalid;
85 if ( roundingMode == softfloat_round_odd ) sig |= 1;
H A Df16_roundToInt.c76 case softfloat_round_odd:
111 if ( roundingMode == softfloat_round_odd ) uiZ |= lastBitMask;
H A Df32_roundToInt.c76 case softfloat_round_odd:
111 if ( roundingMode == softfloat_round_odd ) uiZ |= lastBitMask;
H A Df64_roundToInt.c76 case softfloat_round_odd:
111 if ( roundingMode == softfloat_round_odd ) uiZ |= lastBitMask;
H A Ds_roundMToI64.c70 || (roundingMode == softfloat_round_odd)
90 if ( roundingMode == softfloat_round_odd ) z |= 1;
H A Ds_roundToI32.c65 || (roundingMode == softfloat_round_odd)
86 if ( roundingMode == softfloat_round_odd ) z |= 1;
H A Ds_roundPackMToExtF80M.c104 if ( roundingMode == softfloat_round_odd ) {
130 if ( roundingMode == softfloat_round_odd ) {
180 if ( roundingMode == softfloat_round_odd ) {
234 if ( roundingMode == softfloat_round_odd ) {
H A Ds_roundPackToExtF80.c99 if ( roundingMode == softfloat_round_odd ) {
125 if ( roundingMode == softfloat_round_odd ) {
173 if ( roundingMode == softfloat_round_odd ) {
230 if ( roundingMode == softfloat_round_odd ) {
H A DextF80M_roundToInt.c114 case softfloat_round_odd:
164 if ( roundingMode == softfloat_round_odd ) sigZ |= lastBitMask;
H A DextF80_roundToInt.c109 case softfloat_round_odd:
144 if ( roundingMode == softfloat_round_odd ) sigZ |= lastBitMask;
H A Ds_roundPackToF16.c96 if ( roundingMode == softfloat_round_odd ) {
H A Ds_roundPackToF32.c96 if ( roundingMode == softfloat_round_odd ) {
H A Ds_roundPackToF64.c100 if ( roundingMode == softfloat_round_odd ) {
H A Df128M_roundToInt.c117 case softfloat_round_odd:
199 } else if ( roundingMode == softfloat_round_odd ) {
H A Df128_roundToInt.c128 case softfloat_round_odd:
160 if ( roundingMode == softfloat_round_odd ) {
H A Ds_addMagsF16.c167 else if ( roundingMode == softfloat_round_odd ) {
H A Ds_roundPackMToF128M.c133 if ( roundingMode == softfloat_round_odd ) {
H A Ds_roundPackToF128.c143 if ( roundingMode == softfloat_round_odd ) {
H A Ds_subMagsF16.c171 else if ( roundingMode == softfloat_round_odd ) {
H A Dsoftfloat.h76 softfloat_round_odd = 6 enumerator in enum:__anon874

Completed in 73 milliseconds