Home
last modified time | relevance | path

Searched refs:DBL_TO (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Decore_anim.c741 #define DBL_TO(Fp) eina_f32p32_double_to(Fp) macro
769 …pos = DBL_TO(SUB(INT_FROM(1), SIN(ADD((EINA_F32P32_PI >> 1), MUL(DBL_FROM(pos), (EINA_F32P32_PI >>… in ecore_animator_pos_map_n()
774 pos = DBL_TO(SIN(MUL(DBL_FROM(pos), (EINA_F32P32_PI >> 1)))); in ecore_animator_pos_map_n()
779 pos = DBL_TO((SUB(INT_FROM(1), COS(MUL(DBL_FROM(pos), EINA_F32P32_PI)))) >> 1); in ecore_animator_pos_map_n()