Home
last modified time | relevance | path

Searched refs:anything (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
34 // +/-infinity + anything remaining = +/- infinity
38 // anything remaining + +/-infinity = +/-infinity
41 // zero + anything = anything
48 // anything + zero = anything
77 // anything.)
Dfp_mul_impl.inc32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
51 // zero * anything = +/- zero
53 // anything * zero = +/- zero
65 // won't hurt anything.)
/external/llvm/test/Transforms/GVN/
Dpr14166.ll6 call void @anything(<2 x i32>* %v1)
15 ; CHECK: call void @anything(<2 x i32>* %v1)
26 declare void @anything(<2 x i32>*)
/external/hamcrest/src/org/hamcrest/
DCoreMatchers.java110 public static <T> org.hamcrest.Matcher<T> anything() { in anything() method in CoreMatchers
111 return org.hamcrest.core.IsAnything.anything(); in anything()
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { in anything() method in CoreMatchers
120 return org.hamcrest.core.IsAnything.anything(description); in anything()
/external/hamcrest/src/org/hamcrest/core/
DIsAnything.java38 public static <T> Matcher<T> anything() { in anything() method in IsAnything
48 public static <T> Matcher<T> anything(String description) { in anything() method in IsAnything
/external/icu/icu4c/source/config/
Dicu.pc.in3 # CFLAGS contains only anything end users should set
5 # CXXFLAGS contains only anything end users should set
/external/chromium_org/third_party/icu/source/config/
Dicu.pc.in3 # CFLAGS contains only anything end users should set
5 # CXXFLAGS contains only anything end users should set
/external/sepolicy/
Dfile.te44 # Default type for anything under /system.
48 # Default type for anything under /data.
108 # Default type for anything under /cache
111 # type for anything under /cache/backup
113 # Default type for anything under /efs
/external/llvm/test/CodeGen/X86/
D2008-06-13-VolatileLoadStore.ll6 @anything = global i64 0 ; <i64*> [#uses=1]
14 store volatile i64 %b2, i64* @anything ; may transform to store of double
/external/hamcrest/library/src/org/hamcrest/collection/
DIsMapContaining.java53 return hasEntry(keyMatcher, IsAnything.<V>anything()); in hasKey()
63 return hasEntry(IsAnything.<K>anything(), valueMatcher); in hasValue()
/external/chromium_org/base/android/linker/
DDEPS2 # This code cannot depend on anything from base/
/external/chromium_org/extensions/shell/test/
DDEPS2 # Testing utilities can access anything in extensions/shell.
/external/chromium_org/sync/test/
DDEPS2 # Test files can include anything from sync.
/external/clang/unittests/AST/
DStmtPrinterTest.cpp199 memberCallExpr(anything()).bind("id"), in TEST()
213 memberCallExpr(anything()).bind("id"), in TEST()
/external/llvm/test/Linker/
Dlinknamedmdnode2.ll1 ; This file is used by linknamedmdnode.ll, so it doesn't actually do anything itself
Dlinkmdnode2.ll1 ; This file is used by linkmdnode.ll, so it doesn't actually do anything itself
D2004-05-07-TypeResolution2.ll1 ; This file is used by testlink1.ll, so it doesn't actually do anything itself
/external/chromium_org/media/cdm/ppapi/
DDEPS1 # Since media/ does not depend on anything in media/cdm/ppapi/, these extra
/external/llvm/lib/Transforms/Hello/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/chromium_org/content/public/test/
DDEPS10 # Testing utilities can access anything in content/
/external/llvm/tools/bugpoint-passes/
DCMakeLists.txt5 # If we don't need RTTI or EH, there's no reason to export anything
/external/chromium_org/content/test/
DDEPS4 # Testing utilities can access anything in content/
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1223 alignOfExpr(anything()))); in TEST()
1819 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST()
1825 constructorDecl(hasAnyConstructorInitializer(anything())))); in TEST()
2341 const TypeMatcher AnyType = anything(); in TEST()
2356 TypeMatcher(hasDeclaration(anything())), in TEST()
2422 forStmt(hasCondition(anything())))); in TEST()
2424 forStmt(hasLoopInit(anything())))); in TEST()
2429 forRangeStmt(hasLoopVariable(anything())))); in TEST()
2439 forStmt(hasLoopInit(anything())))); in TEST()
2762 pointsTo(TypeMatcher(anything())))))); in TEST()
[all …]
/external/clang/examples/PrintFunctionNames/
DCMakeLists.txt1 # If we don't need RTTI or EH, there's no reason to export anything
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java110 public static <T> org.hamcrest.Matcher<T> anything() { in anything() method in Matchers
111 return org.hamcrest.core.IsAnything.anything(); in anything()
119 public static <T> org.hamcrest.Matcher<T> anything(java.lang.String description) { in anything() method in Matchers
120 return org.hamcrest.core.IsAnything.anything(description); in anything()

12345678910>>...27