Home
last modified time | relevance | path

Searched refs:Micro (Results 1 – 25 of 117) sorted by relevance

12345

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h297 unsigned &Micro) const;
308 void getOSVersion(unsigned &Major, unsigned &Minor, unsigned &Micro) const;
313 unsigned Maj, Min, Micro; in getOSMajorVersion() local
314 getOSVersion(Maj, Min, Micro); in getOSMajorVersion()
323 unsigned &Micro) const;
328 unsigned &Micro) const;
333 unsigned &Micro) const;
389 unsigned Micro = 0) const {
397 if (LHS[2] != Micro)
398 return LHS[1] < Micro;
[all …]
/external/llvm/include/llvm/ADT/
DTriple.h289 unsigned &Micro) const;
300 void getOSVersion(unsigned &Major, unsigned &Minor, unsigned &Micro) const;
305 unsigned Maj, Min, Micro; in getOSMajorVersion() local
306 getOSVersion(Maj, Min, Micro); in getOSMajorVersion()
315 unsigned &Micro) const;
320 unsigned &Micro) const;
325 unsigned &Micro) const;
381 unsigned Micro = 0) const {
389 if (LHS[2] != Micro)
390 return LHS[1] < Micro;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h312 unsigned &Micro) const;
323 void getOSVersion(unsigned &Major, unsigned &Minor, unsigned &Micro) const;
328 unsigned Maj, Min, Micro; in getOSMajorVersion() local
329 getOSVersion(Maj, Min, Micro); in getOSMajorVersion()
338 unsigned &Micro) const;
343 unsigned &Micro) const;
348 unsigned &Micro) const;
404 unsigned Micro = 0) const {
412 if (LHS[2] != Micro)
413 return LHS[1] < Micro;
[all …]
/external/u-boot/arch/x86/cpu/queensbay/
DKconfig29 bool "Add a Chipset Micro Code state machine binary"
31 Select this option to add a Chipset Micro Code state machine binary
37 string "Chipset Micro Code state machine filename"
41 The filename of the file to use as Chipset Micro Code state machine
45 hex "Chipset Micro Code state machine binary location"
/external/llvm/unittests/ADT/
DTripleTest.cpp714 unsigned Major, Minor, Micro; in TEST() local
722 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
725 EXPECT_EQ((unsigned)0, Micro); in TEST()
726 T.getiOSVersion(Major, Minor, Micro); in TEST()
729 EXPECT_EQ((unsigned)0, Micro); in TEST()
737 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
740 EXPECT_EQ((unsigned)0, Micro); in TEST()
741 T.getiOSVersion(Major, Minor, Micro); in TEST()
744 EXPECT_EQ((unsigned)0, Micro); in TEST()
752 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
[all …]
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/
DREADME_KEIL.md.tpl1 # TensorFlow Lite Micro Mbed Project
4 and project files needed to build a single TensorFlow Lite Micro target using
DREADME_MAKE.md.tpl1 # TensorFlow Lite Micro Make Project
4 and project files needed to build a single TensorFlow Lite Micro target using
DREADME_MBED.md.tpl1 # TensorFlow Lite Micro Mbed Project
4 and project files needed to build a single TensorFlow Lite Micro target using
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTripleTest.cpp932 unsigned Major, Minor, Micro; in TEST() local
940 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
943 EXPECT_EQ((unsigned)0, Micro); in TEST()
944 T.getiOSVersion(Major, Minor, Micro); in TEST()
947 EXPECT_EQ((unsigned)0, Micro); in TEST()
955 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
958 EXPECT_EQ((unsigned)0, Micro); in TEST()
959 T.getiOSVersion(Major, Minor, Micro); in TEST()
962 EXPECT_EQ((unsigned)0, Micro); in TEST()
970 T.getMacOSXVersion(Major, Minor, Micro); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DChrono.cpp71 TimePoint<microseconds> Micro = toTimePoint(TimeT); in TEST() local
74 EXPECT_EQ(Sec, Micro); in TEST()
78 EXPECT_EQ(TimeT, toTimeT(Micro)); in TEST()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp945 unsigned &Minor, unsigned &Micro) { in parseVersionFromName() argument
947 Major = Minor = Micro = 0; in parseVersionFromName()
950 unsigned *Components[3] = {&Major, &Minor, &Micro}; in parseVersionFromName()
965 unsigned &Micro) const { in getEnvironmentVersion()
971 parseVersionFromName(EnvironmentName, Major, Minor, Micro); in getEnvironmentVersion()
975 unsigned &Micro) const { in getOSVersion()
982 parseVersionFromName(OSName, Major, Minor, Micro); in getOSVersion()
986 unsigned &Micro) const { in getMacOSXVersion()
987 getOSVersion(Major, Minor, Micro); in getMacOSXVersion()
998 Micro = 0; in getMacOSXVersion()
[all …]
/external/llvm/lib/Support/
DTriple.cpp920 unsigned &Minor, unsigned &Micro) { in parseVersionFromName() argument
922 Major = Minor = Micro = 0; in parseVersionFromName()
925 unsigned *Components[3] = {&Major, &Minor, &Micro}; in parseVersionFromName()
940 unsigned &Micro) const { in getEnvironmentVersion()
946 parseVersionFromName(EnvironmentName, Major, Minor, Micro); in getEnvironmentVersion()
950 unsigned &Micro) const { in getOSVersion()
957 parseVersionFromName(OSName, Major, Minor, Micro); in getOSVersion()
961 unsigned &Micro) const { in getMacOSXVersion()
962 getOSVersion(Major, Minor, Micro); in getMacOSXVersion()
973 Micro = 0; in getMacOSXVersion()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp984 unsigned &Minor, unsigned &Micro) { in parseVersionFromName() argument
986 Major = Minor = Micro = 0; in parseVersionFromName()
989 unsigned *Components[3] = {&Major, &Minor, &Micro}; in parseVersionFromName()
1004 unsigned &Micro) const { in getEnvironmentVersion()
1010 parseVersionFromName(EnvironmentName, Major, Minor, Micro); in getEnvironmentVersion()
1014 unsigned &Micro) const { in getOSVersion()
1023 parseVersionFromName(OSName, Major, Minor, Micro); in getOSVersion()
1027 unsigned &Micro) const { in getMacOSXVersion()
1028 getOSVersion(Major, Minor, Micro); in getMacOSXVersion()
1039 Micro = 0; in getMacOSXVersion()
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp162 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
163 TargetTriple.getiOSVersion(Major, Minor, Micro); in supportsAddressTopByteIgnored()
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DWorkerModule.java113 @WorkerClassKey(RuntimeWorker.Micro.class)
114 static Worker provideRuntimeWorkerMicro(RuntimeWorker.Micro impl) { in provideRuntimeWorkerMicro()
DRuntimeWorker.java103 public static final class Micro extends RuntimeWorker { class in RuntimeWorker
104 @Inject Micro(@Benchmark Object benchmark, in Micro() method in RuntimeWorker.Micro
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/esp/
DREADME_ESP.md.tpl1 # TensorFlow Lite Micro ESP-IDF Project
4 and project files needed to build a single TensorFlow Lite Micro target using
/external/u-boot/board/freescale/ls1012afrdm/
DREADME25 Micro-AB connector.
27 as a Micro-AB device.
/external/tensorflow/tensorflow/lite/micro/tools/make/templates/esp/main/
DCMakeLists.txt.tpl3 # Main component of TF Micro project '%{EXECUTABLE}%'.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp251 unsigned Major, Minor, Micro; in supportsAddressTopByteIgnored() local
252 TargetTriple.getiOSVersion(Major, Minor, Micro); in supportsAddressTopByteIgnored()
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.micro2 # since it has all the build dependencies we need for Micro and downloads much faster
/external/autotest/client/site_tests/policy_DeviceCharging/
Dcontrol16 a Servo v4 and Servo Micro attached to the DUT. Also, it requires that the
/external/autotest/client/site_tests/policy_DeviceScheduledCharging/
Dcontrol17 a Servo v4 and Servo Micro attached to the DUT. Also, it requires that the
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/CMSIS/
DREADME.md11 with the Micro-Lite fixed_point preprocessor
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/
DREADME.md50 * Sends a 1 kHz sine wave to the Micro-Lite fixed\_point version of the
55 * Produces four text files corresponding to outputs from the Micro-Lite
88 * **preprocessor_1k_micro_test.cmd**: GDB command file for the Micro-Lite

12345