Home
last modified time | relevance | path

Searched defs:is_double (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.cc54 const char* VFPRegisters::Name(int reg, bool is_double) { in Name()
59 int VFPRegisters::Number(const char* name, bool* is_double) { in Number()
/third_party/node/deps/v8/src/objects/
Dfield-index.h41 bool is_double() const { return EncodingBits::decode(bit_field_) == kDouble; } in is_double() function
/third_party/vk-gl-cts/external/amber/src/src/
Dtokenizer.cc220 bool is_double = false; in NextToken() local
/third_party/optimized-routines/math/test/
Dmathtest.c624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()
648 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2146 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
/third_party/mesa3d/src/compiler/
Dglsl_types.h897 bool is_double() const in is_double() function
/third_party/ffmpeg/libavfilter/
Daf_astats.c108 int is_double; member
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc305 Label is_double(this); in HandleLoadField() local
322 Label is_double(this); in HandleLoadField() local
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc124 bool is_double; in GetVFPSingleValue() local
134 bool is_double; in GetVFPDoubleValue() local
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1969 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() function