| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_format_parse.py | 179 def is_float(self): member in class:Format
|
| /external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
| type_traits.hpp | 145 enum { is_float = type_traits_detail::IsFloat<unqualified_type>::value }; enumerator in enum:cv::cudev::TypeTraits::__anon20994 146 enum { is_scalar = is_integral || is_float };
|
| /external/opencv/cv/src/ |
| cvgeometry.cpp | 177 int is_float; local 205 is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; 208 if( !is_float && !measure_dist && (ip.x = cvRound(pt.x)) == pt.x && (ip.y = cvRound(pt.y)) == pt.y ) 245 if( is_float ) 261 if( is_float ) 298 if( is_float )
|
| cvconvhull.cpp | 250 int is_float; local 327 is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; 329 sklansky = !is_float ? (sklansky_func)icvSklansky_32s : 345 if( !is_float )
|
| cvmoments.cpp | 87 int is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; local 100 if( !is_float ) 117 if( !is_float )
|
| cvshapedescr.cpp | 80 int is_float = CV_SEQ_ELTYPE( contour ) == CV_32FC2; local 96 if( !is_float ) 301 int is_float; local 324 is_float = CV_SEQ_ELTYPE(sequence) == CV_32FC2; 326 if( !is_float ) 391 if( !is_float ) 424 if( !is_float ) 463 int is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; local 467 if( !is_float ) 483 if( !is_float ) 794 int is_float = CV_SEQ_ELTYPE(points) == CV_32FC2; local 1017 int i, is_float; local 1275 int is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; local [all...] |
| /external/v8/test/cctest/compiler/ |
| test-gap-resolver.cc | 36 bool is_float; member in struct:v8::internal::compiler::InterpreterState::Key 44 if (this->is_float != other.is_float) { 45 return this->is_float; 78 bool is_float = false; local 89 is_float = IsFloatingPoint(LocationOperand::cast(op).representation()); 95 Key key = {is_constant, is_float, kind, index};
|
| /external/vulkan-validation-layers/layers/ |
| vk_layer_utils.cpp | 422 bool is_float = false; local 441 is_float = true; 447 return is_float; [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| boost_type_traits.h | 28 #include <boost/type_traits/is_float.hpp> 64 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_IsRational::__anon35748 65 typedef typename __bool2type<is_float>::_Ret _Ret; 124 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon35759 125 typedef typename __bool2type<is_float>::_Ret _IsFloat;
|
| /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
| boost_type_traits.h | 28 #include <boost/type_traits/is_float.hpp> 64 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_IsRational::__anon72373 65 typedef typename __bool2type<is_float>::_Ret _Ret; 124 enum { is_float = ::boost::is_float<_Tp>::value }; enumerator in enum:_DefaultZeroValue::__anon72384 125 typedef typename __bool2type<is_float>::_Ret _IsFloat;
|
| /external/opencv3/modules/imgproc/src/ |
| geometry.cpp | 103 bool is_float = depth == CV_32F; local 113 if( !is_float && !measureDist && ip.x == pt.x && ip.y == pt.y ) 149 if( is_float ) 164 if( is_float ) 196 if( is_float )
|
| convhull.cpp | 144 bool is_float = depth == CV_32F; local 159 if( !is_float ) 193 int tl_count = !is_float ? 197 int tr_count = !is_float ? 216 int bl_count = !is_float ? 220 int br_count = !is_float ?
|
| moments.cpp | 97 int is_float = contour.depth() == CV_32F; local 109 if( !is_float ) 125 if( !is_float )
|
| shapedescr.cpp | 214 bool is_float = depth == CV_32F; 218 Point2f pt = is_float ? ptsf[0] : Point2f((float)ptsi[0].x,(float)ptsi[0].y); 223 pt = is_float ? ptsf[i] : Point2f((float)ptsi[i].x, (float)ptsi[i].y); 245 pt = is_float ? ptsf[i] : Point2f((float)ptsi[i].x,(float)ptsi[i].y); 281 pt = is_float ? ptsf[i] : Point2f((float)ptsi[i].x,(float)ptsi[i].y); 311 bool is_float = depth == CV_32F; 316 Point2f prev = is_float ? ptf[last] : Point2f((float)pti[last].x,(float)pti[last].y); 320 Point2f p = is_float ? ptf[i] : Point2f((float)pti[i].x,(float)pti[i].y); 349 bool is_float = depth == CV_32F; local 352 Point2f prev = is_float ? ptsf[npoints-1] : Point2f((float)ptsi[npoints-1].x, (float)ptsi[npoints-1].y) 385 bool is_float = depth == CV_32F; local 490 bool is_float = depth == CV_32F; local 981 int is_float = CV_SEQ_ELTYPE( contour ) == CV_32FC2; local [all...] |
| /external/protobuf/src/google/protobuf/io/ |
| tokenizer.cc | 423 bool is_float = false; local 440 is_float = true; 446 is_float = true; 452 is_float = true; 458 is_float = true; 465 if (is_float) { 473 return is_float ? TYPE_FLOAT : TYPE_INTEGER; [all...] |
| /external/mesa3d/src/glsl/ |
| glsl_types.h | 348 bool is_float() const function in struct:glsl_type
|
| /art/runtime/ |
| stack.cc | 325 const bool is_float = (kind == kFloatVReg) || (kind == kDoubleLoVReg) || (kind == kDoubleHiVReg); local 328 DCHECK(!is_float || kRuntimeISA != InstructionSet::kX86); 330 if (!IsAccessibleRegister(reg, is_float)) { 333 uintptr_t ptr_val = GetRegister(reg, is_float); 404 const bool is_float = (kind_lo == kDoubleLoVReg); local 405 if (!IsAccessibleRegister(reg_lo, is_float) || !IsAccessibleRegister(reg_hi, is_float)) { 408 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float); 409 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); [all...] |
| /external/clang/test/CXX/drs/ |
| dr4xx.cpp | 376 template<typename T> struct is_float; 377 template<> struct is_float<float> { typedef void type; }; struct in namespace:dr425 380 template<typename T, typename U = typename is_float<T>::type> operator T() const; // expected-error 0-1{{extension}}
|
| /art/compiler/optimizing/ |
| code_generator_x86.cc | 3177 bool is_float = type == Primitive::kPrimFloat; local [all...] |
| code_generator_x86_64.cc | 3227 bool is_float = type == Primitive::kPrimFloat; local [all...] |
| /toolchain/binutils/binutils-2.25/gas/config/ |
| tc-alpha.c | 5986 int is_float = 0, num; local [all...] |
| /external/valgrind/perf/ |
| tinycc.c | 5537 static inline int is_float(int t) function [all...] |