Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtypes.hpp82 template<typename T> struct is_double { static const bool value = false; }; struct
83 template<> struct is_double<cl_double> { static const bool value = true; }; argument
84 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/libtextclassifier/native/annotator/number/
Dnumber.cc204 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber() local
/external/fmtlib/include/fmt/
Dformat-inl.h1136 constexpr bool is_double = sizeof(Float) == sizeof(uint64_t); in assign() local
/external/arm-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()
/external/llvm-project/libc/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/compiler/
Dglsl_types.h887 bool is_double() const in is_double() function
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2448 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local