Lines Matching refs:int64
2799 DO_FTINT(float64, int64, uint64_t, uint64_t) in DO_FTINT()
2803 DO_FTINT(float32, int64, uint32_t, uint64_t) in DO_FTINT()
2806 FTINT(rne_l_d, float64, int64, uint64_t, uint64_t, float_round_nearest_even) in DO_FTINT()
2808 FTINT(rp_l_d, float64, int64, uint64_t, uint64_t, float_round_up) in DO_FTINT()
2810 FTINT(rz_l_d, float64, int64, uint64_t, uint64_t, float_round_to_zero) in DO_FTINT()
2812 FTINT(rm_l_d, float64, int64, uint64_t, uint64_t, float_round_down) in DO_FTINT()
2866 FTINT(rml_l_s, float32, int64, uint32_t, uint64_t, float_round_down)
2867 FTINT(rpl_l_s, float32, int64, uint32_t, uint64_t, float_round_up)
2868 FTINT(rzl_l_s, float32, int64, uint32_t, uint64_t, float_round_to_zero)
2869 FTINT(rnel_l_s, float32, int64, uint32_t, uint64_t, float_round_nearest_even)
2870 FTINT(rmh_l_s, float32, int64, uint32_t, uint64_t, float_round_down)
2871 FTINT(rph_l_s, float32, int64, uint32_t, uint64_t, float_round_up)
2872 FTINT(rzh_l_s, float32, int64, uint32_t, uint64_t, float_round_to_zero)
2873 FTINT(rneh_l_s, float32, int64, uint32_t, uint64_t, float_round_nearest_even)
2938 FFINT(d_l, int64, float64, int64_t, uint64_t)