Searched refs:is_fp (Results 1 – 5 of 5) sorted by relevance
118 constexpr bool is_fp() const { in is_fp() function145 DCHECK(is_fp()); in fp()150 DCHECK(is_gp() || is_fp()); in liftoff_code()
70 bool is_fp_reg() const { return loc_ == kRegister && reg_.is_fp(); } in is_fp_reg()
75 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase() argument76 : bit_depth_(bit_depth), max_size_(max_size), is_fp_(is_fp), in VP9QuantizeBase()
160 template <typename T, bool is_fp = is_floating_point_type<T>::value>
731 20.9.2.1 [time.traits.is_fp]