Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-register.h171 (reg.is_fp() && code == LiftoffRegister{reg.fp()}.liftoff_code()) || in from_liftoff_code()
236 constexpr bool is_fp() const { in is_fp() function
284 DCHECK(is_fp()); in fp()
Dliftoff-assembler.cc183 DCHECK_IMPLIES(!dst.is_fp(), register_move(dst)->type == type); in MoveRegister()
Dliftoff-assembler.h61 bool is_fp_reg() const { return loc_ == kRegister && reg_.is_fp(); } in is_fp_reg()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc75 VP9QuantizeBase(vpx_bit_depth_t bit_depth, int max_size, bool is_fp) in VP9QuantizeBase() argument
76 : bit_depth_(bit_depth), max_size_(max_size), is_fp_(is_fp), in VP9QuantizeBase()
/external/tensorflow/tensorflow/core/framework/
Dtensor_testutil.h193 template <typename T, bool is_fp = is_floating_point_type<T>::value>
/external/v8/src/wasm/
Dwasm-debug.cc715 DCHECK(reg.is_fp() || reg.is_fp_pair()); in GetValue()
/external/clang/test/
Dcxx-sections.data731 20.9.2.1 [time.traits.is_fp]