Lines Matching defs:cc
243 void f7_set_sign (f7_t *cc, bool sign) in f7_set_sign()
251 void f7_set_nan (f7_t *cc) in f7_set_nan()
257 void f7_clr (f7_t *cc) in f7_clr()
267 f7_t* f7_copy (f7_t *cc, const f7_t *aa) in f7_copy()
278 f7_t* f7_copy_P (f7_t *cc, const f7_t *aa) in f7_copy_P()
289 void f7_copy_mant (f7_t *cc, const f7_t *aa) in f7_copy_mant()
299 void f7_set_inf (f7_t *cc, bool sign) in f7_set_inf()
336 bool f7_store_expo (f7_t *cc, int16_t expo) in f7_store_expo()
348 f7_t* f7_abs (f7_t *cc, const f7_t *aa) in f7_abs()
424 f7_t* f7_set_u16_worker (f7_t *cc, uint16_t u16) in f7_set_u16_worker()
451 f7_t* f7_set_u16 (f7_t *cc, uint16_t u16) in f7_set_u16()
463 f7_t* f7_set_s16 (f7_t *cc, int16_t s16) in f7_set_s16()
484 void f7_set_eps (f7_t *cc, uint8_t eps, bool sign) in f7_set_eps()
493 f7_t* f7_set_1pow2 (f7_t *cc, int16_t expo, bool sign) in f7_set_1pow2()
503 f7_t* f7_set_u64 (f7_t *cc, uint64_t u64) in f7_set_u64()
510 f7_t* f7_set_s64 (f7_t *cc, int64_t s64) in f7_set_s64()
518 void f7_set_double (f7_t *cc, f7_double_t val64) in f7_set_double()
526 f7_t* f7_init (f7_t *cc, uint8_t flags, uint64_t mant, int16_t expo) in f7_init()