Home
last modified time | relevance | path

Searched refs:is_integer (Results 1 – 22 of 22) sorted by relevance

/external/stlport/test/unit/
Dtype_traits_test.cpp285 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 …]
Dlimits_test.cpp75 CHECK_COND(lim::is_integer); in test_integral_limits_base()
128 CHECK_COND(!lim::is_integer); in test_float_limits()
/external/astl/tests/
Dtest_limits.cpp75 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/
Dlimits77 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/
DFuzzy.h19 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>
DNumTraits.h54 IsInteger = std::numeric_limits<T>::is_integer,
/external/mesa3d/src/glsl/
Dir_function.cpp41 if ((a->is_integer() != b->is_integer()) in type_compare()
Dloop_controls.cpp104 if (!iter->type->is_integer()) { in calculate_iterations()
126 iter = (increment->type->is_integer()) in calculate_iterations()
Dir_validate.cpp337 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()
Dast_to_hir.cpp393 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()
Dglsl_types.h267 bool is_integer() const in is_integer() function
Dlower_instructions.cpp130 if (!ir->operands[1]->type->is_integer()) { in div_to_mul_rcp()
Dlower_variable_index_to_cond_assign.cpp175 assert(index->type->is_integer()); in bisect()
Dast_function.cpp246 if ((a == b) || (src->type->is_integer() && desired_type->is_integer())) in convert_component()
Dir_constant_expression.cpp165 assert(op[0]->type->is_integer()); in constant_expression_value()
/external/stlport/stlport/stl/
D_limits.h78 _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.c44 __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/
Dlangcheck.php315 if(!is_integer($kw_key)) {
335 if(!is_integer($cs_key)) {
349 if(!is_integer($url_key)) {
/external/llvm/include/llvm/ADT/
DSparseSet.h201 assert(std::numeric_limits<SparseT>::is_integer &&
/external/webrtc/src/system_wrappers/test/TestSort/
DTestSort.cpp106 if (std::numeric_limits<Type>::is_integer) in TypedRand()
/external/llvm/utils/yaml2obj/
Dyaml2obj.cpp42 typename llvm::enable_if_c<std::numeric_limits<T>::is_integer, bool>::type
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1178 'is_integer','is_int','is_infinite','is_float','is_finite','is_file',