HomeSort by relevance Sort by last modified time
    Searched refs:V1 (Results 51 - 75 of 672) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
cosh_s390x.s 100 WFMDB V3, V3, V1
106 WFMADB V1, V6, V3, V6
110 WFMADB V1, V7, V3, V7
117 WFMADB V1, V6, V5, V6
122 WFMADB V1, V7, V5, V1
128 WFMADB V3, V6, V1, V6
158 WFMDB V0, V0, V1
163 WFMADB V1, V6, V4, V6
168 WFMADB V1, V2, V4, V
    [all...]
  /prebuilts/go/linux-x86/src/math/
cosh_s390x.s 100 WFMDB V3, V3, V1
106 WFMADB V1, V6, V3, V6
110 WFMADB V1, V7, V3, V7
117 WFMADB V1, V6, V5, V6
122 WFMADB V1, V7, V5, V1
128 WFMADB V3, V6, V1, V6
158 WFMDB V0, V0, V1
163 WFMADB V1, V6, V4, V6
168 WFMADB V1, V2, V4, V
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
ResponseData.java 18 private static final ASN1Integer V1 = new ASN1Integer(0);
55 this(V1, responderID, ASN1GeneralizedTime.getInstance(producedAt), responses, Extensions.getInstance(responseExtensions));
64 this(V1, responderID, producedAt, responses, responseExtensions);
85 this.version = V1;
90 this.version = V1;
155 * version [0] EXPLICIT Version DEFAULT v1,
166 if (versionPresent || !version.equals(V1))
  /external/llvm/include/llvm/ADT/
APSInt.h 328 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
329 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
330 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
331 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
332 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysisEvaluator.cpp 71 for (Value *V1 : Values) {
72 StringRef NameV1 = getName(V1);
78 if (PA.related(V1, V2, DL))
  /hardware/interfaces/thermal/1.1/
Android.mk 8 LOCAL_MODULE := android.hardware.thermal-V1.1-java
16 android.hardware.thermal-V1.0-java \
17 android.hidl.base-V1.0-java \
65 LOCAL_MODULE := android.hardware.thermal-V1.1-java-static
73 android.hardware.thermal-V1.0-java-static \
74 android.hidl.base-V1.0-java-static \
  /hardware/interfaces/wifi/1.1/
Android.mk 8 LOCAL_MODULE := android.hardware.wifi-V1.1-java
16 android.hardware.wifi-V1.0-java \
17 android.hidl.base-V1.0-java \
63 LOCAL_MODULE := android.hardware.wifi-V1.1-java-static
71 android.hardware.wifi-V1.0-java-static \
72 android.hidl.base-V1.0-java-static \
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 322 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; }
323 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; }
324 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; }
325 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; }
326 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; }
    [all...]
  /external/llvm/lib/Support/
FileUtilities.cpp 85 double V1 = 0.0, V2 = 0.0;
103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
139 if (AbsTolerance < std::abs(V1-V2)) {
143 Diff = std::abs(V1/V2 - 1.0);
144 else if (V1)
145 Diff = std::abs(V2/V1 - 1.0);
151 << "Compared: " << V1 << " and " << V2 << '\n'
152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
  /external/swiftshader/third_party/LLVM/lib/Support/
FileUtilities.cpp 86 double V1 = 0.0, V2 = 0.0;
104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
140 if (AbsTolerance < std::abs(V1-V2)) {
144 Diff = std::abs(V1/V2 - 1.0);
145 else if (V1)
146 Diff = std::abs(V2/V1 - 1.0);
152 << "Compared: " << V1 << " and " << V2 << '\n'
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
  /build/make/target/product/
core_tiny.mk 47 android.hidl.base-V1.0-java \
48 android.hidl.manager-V1.0-java \
107 android.hidl.base-V1.0-java \
108 android.hidl.manager-V1.0-java
  /external/clang/lib/CodeGen/
CGValue.h 46 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1;
51 bool isScalar() const { return V1.getInt() == Scalar; }
52 bool isComplex() const { return V1.getInt() == Complex; }
53 bool isAggregate() const { return V1.getInt() == Aggregate; }
60 return V1.getPointer();
66 return std::make_pair(V1.getPointer(), V2.getPointer());
73 return Address(V1.getPointer(), CharUnits::fromQuantity(align));
77 return V1.getPointer();
87 ER.V1.setPointer(V);
88 ER.V1.setInt(Scalar)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Platform.java 71 static <K, V1, V2> SortedMap<K, V2> mapsTransformEntriesSortedMap(
72 SortedMap<K, V1> fromMap,
73 EntryTransformer<? super K, ? super V1, V2> transformer) {
75 ? Maps.transformEntries((NavigableMap<K, V1>) fromMap, transformer)
  /external/eigen/lapack/
clarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
dlarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
slarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
zlarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
  /external/clang/lib/Headers/
shaintrin.h 34 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \
35 __builtin_ia32_sha1rnds4((__v4si)(__m128i)(V1), (__v4si)(__m128i)(V2), (M)); })

Completed in 4988 milliseconds

1 23 4 5 6 7 8 91011>>