Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-register.h118 constexpr bool is_fp() const { in is_fp() function
145 DCHECK(is_fp()); in fp()
150 DCHECK(is_gp() || is_fp()); in liftoff_code()
Dliftoff-assembler.h70 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.h160 template <typename T, bool is_fp = is_floating_point_type<T>::value>
/external/clang/test/
Dcxx-sections.data731 20.9.2.1 [time.traits.is_fp]