/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | extF80M_add.c | 49 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_add() 62 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_add() 63 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_add() 92 (const struct extFloat80M *) aPtr, in extF80M_add() 93 (const struct extFloat80M *) bPtr, in extF80M_add() 94 (struct extFloat80M *) zPtr, in extF80M_add()
|
A D | extF80M_sub.c | 49 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_sub() 62 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_sub() 63 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_sub() 92 (const struct extFloat80M *) aPtr, in extF80M_sub() 93 (const struct extFloat80M *) bPtr, in extF80M_sub() 94 (struct extFloat80M *) zPtr, in extF80M_sub()
|
A D | s_tryPropagateNaNExtF80M.c | 45 const struct extFloat80M *aSPtr, in softfloat_tryPropagateNaNExtF80M() 46 const struct extFloat80M *bSPtr, in softfloat_tryPropagateNaNExtF80M() 47 struct extFloat80M *zSPtr in softfloat_tryPropagateNaNExtF80M()
|
A D | extF80M_mul.c | 62 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_mul() 63 struct extFloat80M *zSPtr; in extF80M_mul() 76 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_mul() 77 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_mul() 78 zSPtr = (struct extFloat80M *) zPtr; in extF80M_mul()
|
A D | extF80M_eq_signaling.c | 57 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_eq_signaling() 65 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_eq_signaling() 66 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_eq_signaling()
|
A D | extF80M_eq.c | 58 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_eq() 66 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_eq() 67 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_eq()
|
A D | extF80M_le.c | 57 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_le() 66 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_le() 67 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_le()
|
A D | extF80M_lt.c | 57 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_lt() 66 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_lt() 67 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_lt()
|
A D | extF80M_le_quiet.c | 58 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_le_quiet() 67 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_le_quiet() 68 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_le_quiet()
|
A D | extF80M_lt_quiet.c | 58 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_lt_quiet() 67 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_lt_quiet() 68 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_lt_quiet()
|
A D | extF80M_roundToInt.c | 70 const struct extFloat80M *aSPtr; in extF80M_roundToInt() 71 struct extFloat80M *zSPtr; in extF80M_roundToInt() 80 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_roundToInt() 81 zSPtr = (struct extFloat80M *) zPtr; in extF80M_roundToInt()
|
A D | s_addExtF80M.c | 47 const struct extFloat80M *aSPtr, in softfloat_addExtF80M() 48 const struct extFloat80M *bSPtr, in softfloat_addExtF80M() 49 struct extFloat80M *zSPtr, in softfloat_addExtF80M() 59 const struct extFloat80M *tempSPtr; in softfloat_addExtF80M() 63 bool, int32_t, uint32_t *, uint_fast8_t, struct extFloat80M * ); in softfloat_addExtF80M()
|
A D | extF80M_div.c | 62 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_div() 63 struct extFloat80M *zSPtr; in extF80M_div() 80 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_div() 81 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_div() 82 zSPtr = (struct extFloat80M *) zPtr; in extF80M_div()
|
A D | ui64_to_extF80M.c | 56 struct extFloat80M *zSPtr; in ui64_to_extF80M() 61 zSPtr = (struct extFloat80M *) zPtr; in ui64_to_extF80M()
|
A D | extF80M_rem.c | 62 const struct extFloat80M *aSPtr, *bSPtr; in extF80M_rem() 63 struct extFloat80M *zSPtr; in extF80M_rem() 75 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_rem() 76 bSPtr = (const struct extFloat80M *) bPtr; in extF80M_rem() 77 zSPtr = (struct extFloat80M *) zPtr; in extF80M_rem()
|
A D | ui32_to_extF80M.c | 56 struct extFloat80M *zSPtr; in ui32_to_extF80M() 61 zSPtr = (struct extFloat80M *) zPtr; in ui32_to_extF80M()
|
A D | i64_to_extF80M.c | 56 struct extFloat80M *zSPtr; in i64_to_extF80M() 63 zSPtr = (struct extFloat80M *) zPtr; in i64_to_extF80M()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | internals.h | 50 union extF80M_extF80 { struct extFloat80M fM; extFloat80_t f; }; 200 const struct extFloat80M *, 201 const struct extFloat80M *, 202 struct extFloat80M * 204 void softfloat_invalidExtF80M( struct extFloat80M * ); 210 bool, int32_t, uint32_t *, uint_fast8_t, struct extFloat80M * ); 213 bool, int32_t, uint32_t *, uint_fast8_t, struct extFloat80M * ); 217 const struct extFloat80M *, 218 const struct extFloat80M *, 219 struct extFloat80M *, [all …]
|
A D | softfloat_types.h | 61 struct extFloat80M { uint64_t signif; uint16_t signExp; }; argument 63 struct extFloat80M { uint16_t signExp; uint64_t signif; }; argument 78 typedef struct extFloat80M extFloat80_t;
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/8086/ |
A D | specialize.h | 252 const struct extFloat80M *aSPtr, struct commonNaN *zPtr ); 261 const struct commonNaN *aPtr, struct extFloat80M *zSPtr ); 271 const struct extFloat80M *aSPtr, 272 const struct extFloat80M *bSPtr, 273 struct extFloat80M *zSPtr
|
A D | s_propagateNaNExtF80M.c | 53 const struct extFloat80M *aSPtr, in softfloat_propagateNaNExtF80M() 54 const struct extFloat80M *bSPtr, in softfloat_propagateNaNExtF80M() 55 struct extFloat80M *zSPtr in softfloat_propagateNaNExtF80M() 59 const struct extFloat80M *sPtr; in softfloat_propagateNaNExtF80M()
|
A D | extF80M_isSignalingNaN.c | 47 const struct extFloat80M *aSPtr; in extF80M_isSignalingNaN() 50 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_isSignalingNaN()
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/ |
A D | specialize.h | 252 const struct extFloat80M *aSPtr, struct commonNaN *zPtr ); 261 const struct commonNaN *aPtr, struct extFloat80M *zSPtr ); 271 const struct extFloat80M *aSPtr, 272 const struct extFloat80M *bSPtr, 273 struct extFloat80M *zSPtr
|
A D | s_propagateNaNExtF80M.c | 53 const struct extFloat80M *aSPtr, in softfloat_propagateNaNExtF80M() 54 const struct extFloat80M *bSPtr, in softfloat_propagateNaNExtF80M() 55 struct extFloat80M *zSPtr in softfloat_propagateNaNExtF80M() 59 const struct extFloat80M *sPtr; in softfloat_propagateNaNExtF80M()
|
A D | extF80M_isSignalingNaN.c | 47 const struct extFloat80M *aSPtr; in extF80M_isSignalingNaN() 50 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_isSignalingNaN()
|