Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtypes.hpp84 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/
Dtokenizer.cc220 bool is_double = false; in NextToken() local
/external/libchrome/base/
Dvalues.h156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/cronet/stable/base/
Dvalues.h242 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/cronet/tot/base/
Dvalues.h242 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/libtextclassifier/native/annotator/number/
Dnumber.cc206 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/
Dmathtest.c625 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/
Dmathtest.c629 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/
Dmathtest.c625 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/
Delk_vec4.cpp2162 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
/external/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2436 is_double(nir_alu_type alu_type, unsigned bit_size) in is_double() function