Home
last modified time | relevance | path

Searched defs:toInt (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/experimental/sorttoy/
Dsorttypes.h30 int toInt() const { return fID; } in toInt() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterUtility.java45 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/third_party/vk-gl-cts/modules/egl/
DteglInfoTests.cpp46 static int toInt (std::string str) in toInt() function
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
234 def toInt(self): return Scalar(int(self.x)) member in Scalar
348 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
434 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
527 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableValue.cpp110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } in toInt() function
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
256 def toInt(self): return Scalar(int(self.x)) member in Scalar
417 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
528 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
648 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function
256 def toInt(self): return Scalar(int(self.x)) member in Scalar
415 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
526 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
646 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/
Dpybind_conversion.cc22 int toInt(const py::handle &handle) { return py::reinterpret_borrow<py::int_>(handle); } in toInt() function
/third_party/vk-gl-cts/executor/
DxeTestResultParser.cpp39 static inline int toInt (const char* str) in toInt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java251 private static int toInt(byte value) { in toInt() method
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt176 public fun toInt(): Int = toULong().toInt() in get() method in com.google.flatbuffers.kotlin.Reference
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp397 uint64_t BT::MachineEvaluator::toInt(const RegisterCell &A) const { in toInt() function in BT::MachineEvaluator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4472 static std::vector<Value *> toInt(const std::vector<Value *> &vals, bool isSigned) in toInt() function