Searched defs:is_double (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | types.hpp | 84 template<typename T> struct is_double { static const bool value = false; }; argument 85 template<> struct is_double<cl_double> { static const bool value = true; }; struct 86 template<> struct is_double<cl_double2> { static const bool value = true; }; argument
|
/external/deqp-deps/amber/src/ |
D | tokenizer.cc | 220 bool is_double = false; in NextToken() local
|
/external/libchrome/base/ |
D | values.h | 156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
|
/external/cronet/stable/base/ |
D | values.h | 242 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
|
/external/cronet/tot/base/ |
D | values.h | 242 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
|
/external/libtextclassifier/native/annotator/number/ |
D | number.cc | 206 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber() local
|
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/ |
D | mathtest.c | 625 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() 649 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
|
/external/arm-optimized-routines/math/test/ |
D | mathtest.c | 629 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() 653 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
|
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/ |
D | mathtest.c | 625 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() 649 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_vec4.cpp | 2162 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
|
/external/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 2436 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() function
|