Home
last modified time | relevance | path

Searched refs:extFloat80M (Results 1 – 25 of 84) sorted by relevance

1234

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A DextF80M_add.c49 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 DextF80M_sub.c49 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 Ds_tryPropagateNaNExtF80M.c45 const struct extFloat80M *aSPtr, in softfloat_tryPropagateNaNExtF80M()
46 const struct extFloat80M *bSPtr, in softfloat_tryPropagateNaNExtF80M()
47 struct extFloat80M *zSPtr in softfloat_tryPropagateNaNExtF80M()
A DextF80M_mul.c62 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 DextF80M_eq_signaling.c57 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 DextF80M_eq.c58 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 DextF80M_le.c57 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 DextF80M_lt.c57 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 DextF80M_le_quiet.c58 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 DextF80M_lt_quiet.c58 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 DextF80M_roundToInt.c70 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 Ds_addExtF80M.c47 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 DextF80M_div.c62 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 Dui64_to_extF80M.c56 struct extFloat80M *zSPtr; in ui64_to_extF80M()
61 zSPtr = (struct extFloat80M *) zPtr; in ui64_to_extF80M()
A DextF80M_rem.c62 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 Dui32_to_extF80M.c56 struct extFloat80M *zSPtr; in ui32_to_extF80M()
61 zSPtr = (struct extFloat80M *) zPtr; in ui32_to_extF80M()
A Di64_to_extF80M.c56 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 Dinternals.h50 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 Dsoftfloat_types.h61 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 Dspecialize.h252 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 Ds_propagateNaNExtF80M.c53 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 DextF80M_isSignalingNaN.c47 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 Dspecialize.h252 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 Ds_propagateNaNExtF80M.c53 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 DextF80M_isSignalingNaN.c47 const struct extFloat80M *aSPtr; in extF80M_isSignalingNaN()
50 aSPtr = (const struct extFloat80M *) aPtr; in extF80M_isSignalingNaN()

Completed in 32 milliseconds

1234