/external/compiler-rt/lib/builtins/ |
comparedf2.c | 58 // If either a or b is NaN, they are unordered.
|
comparesf2.c | 58 // If either a or b is NaN, they are unordered.
|
comparetf2.c | 58 // If either a or b is NaN, they are unordered.
|
/external/kernel-headers/original/uapi/linux/ |
sctp.h | 165 SCTP_UNORDERED = 1, /* Send/receive message unordered. */ 801 __u64 sas_idupchunks; /* Dups received (ordered+unordered) */ 803 __u64 sas_ouodchunks; /* Unordered data chunks sent */ 804 __u64 sas_iuodchunks; /* Unordered data chunks received */
|
/external/llvm/utils/vim/ |
llvm.vim | 57 syn keyword llvmKeyword unordered uwtable volatile weak weak_odr
|
/external/valgrind/main/none/tests/ppc32/ |
power5+_round.c | 68 fprf = 0x1000; // Unordered
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
AliasOptions.java | 24 /** The actual is an unordered array, the alias is to the first element of the array. */
|
/libcore/luni/src/main/java/java/util/ |
Set.java | 125 * unordered.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/impl/ |
profiler_map_to_unordered_map.h | 192 { __id = "map-to-unordered-map"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_map_to_unordered_map.h | 192 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_map_to_unordered_map.h | 192 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
atomic.ll | 7 %0 = load atomic i8* %a unordered, align 1 39 store atomic i8 0, i8* %a unordered, align 1 391 %0 = load atomic i16* %a unordered, align 2 423 store atomic i16 0, i16* %a unordered, align 2 775 %0 = load atomic i32* %a unordered, align 4 807 store atomic i32 0, i32* %a unordered, align 4 1159 %0 = load atomic i64* %a unordered, align 8 [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/db/ |
SelectionBuilder.java | 292 * unordered. 316 * unordered.
|
/developers/samples/android/common/src/java/com/example/android/common/db/ |
SelectionBuilder.java | 292 * unordered. 316 * unordered.
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
SelectionBuilder.java | 292 * unordered. 316 * unordered.
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 194 NE = 0x1, // Not equal Not equal, or unordered 195 HS = 0x2, // Unsigned higher or same >, ==, or unordered 198 PL = 0x5, // Plus, positive or zero >, ==, or unordered 199 VS = 0x6, // Overflow Unordered 200 VC = 0x7, // No overflow Not unordered 201 HI = 0x8, // Unsigned higher Greater than, or unordered 204 LT = 0xb, // Less than Less than, or unordered 206 LE = 0xd, // Less than or equal <, ==, or unordered [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
math.h | 405 unordered numbers. Many FPUs provide special instructions to support 466 /* Return nonzero value if arguments are unordered. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
unordered_map.h | 242 * <a href="tables.html#xx">unordered associative container</a> 310 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_set.h | 238 * <a href="tables.html#xx">unordered associative container</a> 303 * <a href="tables.html#xx">unordered associative container</a>
|