Searched refs:round_int (Results 1 – 2 of 2) sorted by relevance
77 static inline float round_int(float x) in round_int() function82 #define round_int rintf /* Uses frintx for arm64 and roundss for SSE4.1 */ macro95 fi = round_int(decibels); in decibels_to_linear()
758 // CHECK-LABEL: @round_int759 func @round_int(%arg0: tensor<2xi32>) -> tensor<2xi32> {