Searched defs:a_f (Results 1 – 4 of 4) sorted by relevance
51 void convert_float_to_fix(float a_f, number_t *a) in convert_float_to_fix()68 void convert_fix_to_float(number_t a, float *a_f) in convert_fix_to_float()
49 #define convert_float_to_fix(a_f, a) *a = (WORD32)a_f argument51 #define convert_fix_to_float(a, a_f) *a_f = (float) a argument
439 HloInstruction* a_f = builder_f.AddInstruction( in TEST_F() local469 HloInstruction* a_f = in TEST_F() local508 HloInstruction* a_f = in TEST_F() local644 HloInstruction* a_f = in TEST_F() local
603 double a_f = ceval_frac_part(a), in ceval_gcd() local