/external/stlport/test/unit/ |
D | type_traits_test.cpp | 285 int is_integer(_Type) { in is_integer() function 294 CPPUNIT_ASSERT( is_integer(bool()) == 1 ); in integer() 295 CPPUNIT_ASSERT( is_integer(char()) == 1 ); in integer() 297 CPPUNIT_ASSERT( is_integer(signed_char()) == 1 ); in integer() 299 CPPUNIT_ASSERT( is_integer(unsigned_char()) == 1 ); in integer() 301 CPPUNIT_ASSERT( is_integer(wchar_t()) == 1 ); in integer() 303 CPPUNIT_ASSERT( is_integer(short()) == 1 ); in integer() 305 CPPUNIT_ASSERT( is_integer(unsigned_short()) == 1 ); in integer() 306 CPPUNIT_ASSERT( is_integer(int()) == 1 ); in integer() 308 CPPUNIT_ASSERT( is_integer(unsigned_int()) == 1 ); in integer() [all …]
|
D | limits_test.cpp | 75 CHECK_COND(lim::is_integer); in test_integral_limits_base() 128 CHECK_COND(!lim::is_integer); in test_float_limits()
|
/external/astl/tests/ |
D | test_limits.cpp | 75 EXPECT_FALSE(std::numeric_limits<float>::is_integer); in testIsInteger() 76 EXPECT_FALSE(std::numeric_limits<double>::is_integer); in testIsInteger() 77 EXPECT_TRUE(std::numeric_limits<long>::is_integer); in testIsInteger() 78 EXPECT_TRUE(std::numeric_limits<long long>::is_integer); in testIsInteger()
|
/external/astl/include/ |
D | limits | 77 static const bool is_integer = false; 115 static const bool is_integer = false; 131 static const bool is_integer = false; 147 static const bool is_integer = true; 163 static const bool is_integer = true; 179 static const bool is_integer = true; 195 static const bool is_integer = true; 211 static const bool is_integer = true; 227 static const bool is_integer = true;
|
/external/eigen/Eigen/src/Core/ |
D | Fuzzy.h | 19 template<typename Derived, typename OtherDerived, bool is_integer = NumTraits<typename Derived::Sca… 40 template<typename Derived, typename OtherDerived, bool is_integer = NumTraits<typename Derived::Sca… 58 template<typename Derived, bool is_integer = NumTraits<typename Derived::Scalar>::IsInteger>
|
D | NumTraits.h | 54 IsInteger = std::numeric_limits<T>::is_integer,
|
/external/mesa3d/src/glsl/ |
D | ir_function.cpp | 41 if ((a->is_integer() != b->is_integer()) in type_compare()
|
D | loop_controls.cpp | 104 if (!iter->type->is_integer()) { in calculate_iterations() 126 iter = (increment->type->is_integer()) in calculate_iterations()
|
D | ir_validate.cpp | 337 assert(ir->operands[0]->type->is_integer() && in visit_leave() 338 ir->operands[1]->type->is_integer()); in visit_leave() 355 assert(ir->type->is_integer()); in visit_leave()
|
D | ast_to_hir.cpp | 393 if (!type_a->is_integer()) { in bit_logic_result_type() 398 if (!type_b->is_integer()) { in bit_logic_result_type() 443 if (!type_a->is_integer() || !type_b->is_integer() in modulus_result_type() 541 if (!type_a->is_integer()) { in shift_result_type() 547 if (!type_b->is_integer()) { in shift_result_type() 1058 if (!op[0]->type->is_integer()) { in hir() 1482 if (!op[1]->type->is_integer()) { in hir() 1750 if (!ir->type->is_integer()) { in process_array_type()
|
D | glsl_types.h | 267 bool is_integer() const in is_integer() function
|
D | lower_instructions.cpp | 130 if (!ir->operands[1]->type->is_integer()) { in div_to_mul_rcp()
|
D | lower_variable_index_to_cond_assign.cpp | 175 assert(index->type->is_integer()); in bisect()
|
D | ast_function.cpp | 246 if ((a == b) || (src->type->is_integer() && desired_type->is_integer())) in convert_component()
|
D | ir_constant_expression.cpp | 165 assert(op[0]->type->is_integer()); in constant_expression_value()
|
/external/stlport/stlport/stl/ |
D | _limits.h | 78 _STLP_STATIC_CONSTANT(bool, is_integer = false); 129 _STLP_STATIC_CONSTANT(bool, is_integer = true); 308 _STLP_STATIC_CONSTANT(bool, is_integer = true); 327 _STLP_STATIC_CONSTANT(bool, is_integer = true);
|
D | _limits.c | 44 __declare_numeric_base_member(bool, is_integer); 73 __declare_integer_limits_member(bool, is_integer); 89 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_integer; \
|
/external/libvpx/examples/includes/geshi/contrib/ |
D | langcheck.php | 315 if(!is_integer($kw_key)) { 335 if(!is_integer($cs_key)) { 349 if(!is_integer($url_key)) {
|
/external/llvm/include/llvm/ADT/ |
D | SparseSet.h | 201 assert(std::numeric_limits<SparseT>::is_integer &&
|
/external/webrtc/src/system_wrappers/test/TestSort/ |
D | TestSort.cpp | 106 if (std::numeric_limits<Type>::is_integer) in TypedRand()
|
/external/llvm/utils/yaml2obj/ |
D | yaml2obj.cpp | 42 typename llvm::enable_if_c<std::numeric_limits<T>::is_integer, bool>::type
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1178 'is_integer','is_int','is_infinite','is_float','is_finite','is_file',
|