Lines Matching refs:INLINE
204 INLINE float32 float32_add( float32 a, float32 b STATUS_PARAM) in float32_add()
208 INLINE float32 float32_sub( float32 a, float32 b STATUS_PARAM) in float32_sub()
212 INLINE float32 float32_mul( float32 a, float32 b STATUS_PARAM) in float32_mul()
216 INLINE float32 float32_div( float32 a, float32 b STATUS_PARAM) in float32_div()
222 INLINE int float32_eq_quiet( float32 a, float32 b STATUS_PARAM) in float32_eq_quiet()
226 INLINE int float32_le( float32 a, float32 b STATUS_PARAM) in float32_le()
230 INLINE int float32_lt( float32 a, float32 b STATUS_PARAM) in float32_lt()
234 INLINE int float32_eq( float32 a, float32 b STATUS_PARAM) in float32_eq()
238 INLINE int float32_le_quiet( float32 a, float32 b STATUS_PARAM) in float32_le_quiet()
242 INLINE int float32_lt_quiet( float32 a, float32 b STATUS_PARAM) in float32_lt_quiet()
246 INLINE int float32_unordered( float32 a, float32 b STATUS_PARAM) in float32_unordered()
250 INLINE int float32_unordered_quiet( float32 a, float32 b STATUS_PARAM) in float32_unordered_quiet()
260 INLINE float32 float32_abs(float32 a) in float32_abs()
265 INLINE float32 float32_chs(float32 a) in float32_chs()
270 INLINE float32 float32_is_infinity(float32 a) in float32_is_infinity()
275 INLINE float32 float32_is_neg(float32 a) in float32_is_neg()
282 INLINE float32 float32_is_zero(float32 a) in float32_is_zero()
287 INLINE float32 float32_scalbn(float32 a, int n STATUS_PARAM) in float32_scalbn()
325 INLINE float64 float64_add( float64 a, float64 b STATUS_PARAM) in float64_add()
329 INLINE float64 float64_sub( float64 a, float64 b STATUS_PARAM) in float64_sub()
333 INLINE float64 float64_mul( float64 a, float64 b STATUS_PARAM) in float64_mul()
337 INLINE float64 float64_div( float64 a, float64 b STATUS_PARAM) in float64_div()
343 INLINE int float64_eq_quiet( float64 a, float64 b STATUS_PARAM) in float64_eq_quiet()
347 INLINE int float64_le( float64 a, float64 b STATUS_PARAM) in float64_le()
351 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM) in float64_lt()
355 INLINE int float64_eq( float64 a, float64 b STATUS_PARAM) in float64_eq()
359 INLINE int float64_le_quiet( float64 a, float64 b STATUS_PARAM) in float64_le_quiet()
363 INLINE int float64_lt_quiet( float64 a, float64 b STATUS_PARAM) in float64_lt_quiet()
368 INLINE int float64_unordered( float64 a, float64 b STATUS_PARAM) in float64_unordered()
372 INLINE int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM) in float64_unordered_quiet()
382 INLINE float64 float64_abs(float64 a) in float64_abs()
387 INLINE float64 float64_chs(float64 a) in float64_chs()
392 INLINE float64 float64_is_infinity(float64 a) in float64_is_infinity()
397 INLINE float64 float64_is_neg(float64 a) in float64_is_neg()
404 INLINE float64 float64_is_zero(float64 a) in float64_is_zero()
409 INLINE float64 float64_scalbn(float64 a, int n STATUS_PARAM) in float64_scalbn()
442 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_add()
446 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_sub()
450 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_mul()
454 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_div()
460 INLINE int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_eq_quiet()
464 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_le()
468 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_lt()
472 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_eq()
476 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_le_quiet()
480 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_lt_quiet()
485 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_unordered()
489 INLINE int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM) in floatx80_unordered_quiet()
499 INLINE floatx80 floatx80_abs(floatx80 a) in floatx80_abs()
504 INLINE floatx80 floatx80_chs(floatx80 a) in floatx80_chs()
509 INLINE floatx80 floatx80_is_infinity(floatx80 a) in floatx80_is_infinity()
514 INLINE floatx80 floatx80_is_neg(floatx80 a) in floatx80_is_neg()
521 INLINE floatx80 floatx80_is_zero(floatx80 a) in floatx80_is_zero()
526 INLINE floatx80 floatx80_scalbn(floatx80 a, int n STATUS_PARAM) in floatx80_scalbn()