Searched defs:ToInt (Results 1 – 12 of 12) sorted by relevance
| /external/fastrpc/src/ |
| D | smath.c | 34 static int32 ToInt(int64 a) in ToInt() function
|
| /external/v8/src/objects/ |
| D | smi.h | 40 static inline int ToInt(const Object object) { in ToInt() function
|
| /external/clang/lib/AST/ |
| D | ASTDiagnostic.cpp | 619 void SetIntegerDiff(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in SetIntegerDiff() 656 Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt, in SetFromDeclarationAndToIntegerDiff() 775 void GetIntegerDiff(llvm::APSInt &FromInt, llvm::APSInt &ToInt, in GetIntegerDiff() 807 Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt, in GetFromDeclarationAndToIntegerDiff() 1207 llvm::APSInt FromInt, ToInt; in DiffNonTypes() local 1452 llvm::APSInt FromInt, ToInt; in TreeToString() local 1481 llvm::APSInt ToInt; in TreeToString() local 1707 void PrintAPSInt(const llvm::APSInt &FromInt, const llvm::APSInt &ToInt, in PrintAPSInt()
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | runtime_conv2d_mkl.cc | 31 int ToInt(int64 input) { in ToInt() function
|
| /external/perfetto/src/traced/probes/ps/ |
| D | process_stats_data_source.cc | 82 inline int ToInt(const std::string& str) { in ToInt() function
|
| /external/v8/src/utils/ |
| D | utils.h | 579 int ToInt() const { return id_; } in ToInt() function
|
| /external/v8/src/compiler/backend/ |
| D | instruction.h | 1020 int ToInt() const { in ToInt() function
|
| D | mid-tier-register-allocator.cc | 185 int ToInt() const { in ToInt() function in v8::internal::compiler::RegisterIndex
|
| /external/tinyxml2/ |
| D | tinyxml2.cpp | 592 bool XMLUtil::ToInt( const char* str, int* value ) in ToInt() function in tinyxml2::XMLUtil
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 1255 ISD::NodeType ToInt = Sign ? ISD::FP_TO_SINT : ISD::FP_TO_UINT; in LowerDIVREM24() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 1470 ISD::NodeType ToInt = Sign ? ISD::FP_TO_SINT : ISD::FP_TO_UINT; in LowerDIVREM24() local
|
| /external/clang/test/SemaCXX/ |
| D | type-traits.cpp | 1758 struct ToInt { operator int(); }; struct
|