/external/markdown/tests/markdown-test/ |
ordered-and-unordered-list.html | 1 <h2>Unordered</h2>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
checkers.h | 79 * Prints the position in case an unordered pair is found. 120 * Prints all unordered pair, including the surrounding two elements.
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | 661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump. 662 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); local 664 unordered.link(this); 668 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); local 670 unordered.link(this); 671 // We get here if either unordered or equal. 694 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump. 706 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); local 708 unordered.link(this) 716 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopTranslator.java | 322 * and then pick its first as-yet unordered successor to 326 * by finding an unordered chain containing the first as-yet 327 * unordered block, and adding it to the order, and so on. 335 * as-yet unordered predecessor which lists the chosen 337 * fail to find such an unordered predecessor. Start the 379 * unordered successors (hopefully the primary), and so 380 * on, until we run out of unordered successors.
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 329 * and then pick its first as-yet unordered successor to 333 * by finding an unordered chain containing the first as-yet 334 * unordered block, and adding it to the order, and so on. 342 * as-yet unordered predecessor which lists the chosen 344 * fail to find such an unordered predecessor. Start the 386 * unordered successors (hopefully the primary), and so 387 * on, until we run out of unordered successors.
|
/external/chromium/chrome/browser/sync/engine/ |
change_reorder_buffer.h | 22 // ChangeReorderBuffer is a utility type which accepts an unordered set
|
change_reorder_buffer.cc | 87 // enumeration thus provided is unordered.
|
/external/qemu/fpu/ |
softfloat-native.h | 36 #define unordered(x, y) (isnan(x) || isnan(y)) macro 59 #define isgreater(x, y) ((!unordered(x, y)) && ((x) > (y))) 60 #define isgreaterequal(x, y) ((!unordered(x, y)) && ((x) >= (y))) 61 #define isless(x, y) ((!unordered(x, y)) && ((x) < (y))) 62 #define islessequal(x, y) ((!unordered(x, y)) && ((x) <= (y))) 63 #define isunordered(x,y) unordered(x, y)
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQueryBuilder.java | 193 * default sort order, which may be unordered. 283 * will use the default sort order, which may be unordered. 320 * will use the default sort order, which may be unordered. 395 * will use the default sort order, which may be unordered. 545 * null will use the default sort order, which may be unordered.
|
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 691 /// dynamically) as 0. "U" -> Unsigned (for integer operands) or Unordered 712 SETUO, // 1 0 0 0 True if unordered: isnan(X) | isnan(Y) 713 SETUEQ, // 1 0 0 1 True if unordered or equal 714 SETUGT, // 1 0 1 0 True if unordered or greater than 715 SETUGE, // 1 0 1 1 True if unordered, greater than, or equal 716 SETULT, // 1 1 0 0 True if unordered or less tha [all...] |
/external/llvm/include/llvm/ |
InstrTypes.h | 656 FCMP_UNO = 8, ///< 1 0 0 0 True if unordered: isnan(X) | isnan(Y) 657 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal 658 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than 659 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal 660 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than 661 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal 662 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
unordered_map | 174 * <a href="tables.html#xx">unordered associative container</a> 256 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_set | 170 * <a href="tables.html#xx">unordered associative container</a> 249 * <a href="tables.html#xx">unordered associative container</a>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
unordered_map | 174 * <a href="tables.html#xx">unordered associative container</a> 256 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_set | 170 * <a href="tables.html#xx">unordered associative container</a> 249 * <a href="tables.html#xx">unordered associative container</a>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
unordered_map | 174 * <a href="tables.html#xx">unordered associative container</a> 256 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_set | 170 * <a href="tables.html#xx">unordered associative container</a> 249 * <a href="tables.html#xx">unordered associative container</a>
|
/external/v8/src/mips/ |
constants-mips.h | 459 UN, // Unordered 461 UEQ, // Unordered or Equal 463 ULT, // Unordered or Less Than 465 ULE // Unordered or Less Than or Equal
|
/external/valgrind/main/none/tests/ppc32/ |
power5+_round.c | 68 fprf = 0x1000; // Unordered
|
/external/webkit/Source/WebCore/html/ |
HTMLIFrameElement.cpp | 75 // Parse the unordered set of unique space-separated tokens.
|
/libcore/luni/src/main/java/java/util/ |
Set.java | 125 * unordered.
|
/external/llvm/include/llvm-c/ |
Core.h | 267 LLVMRealUNO, /**< True if unordered: isnan(X) | isnan(Y) */ 268 LLVMRealUEQ, /**< True if unordered or equal */ 269 LLVMRealUGT, /**< True if unordered or greater than */ 270 LLVMRealUGE, /**< True if unordered, greater than, or equal */ 271 LLVMRealULT, /**< True if unordered or less than */ 272 LLVMRealULE, /**< True if unordered, less than, or equal */ 273 LLVMRealUNE, /**< True if unordered or not equal */ [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.td | 161 def FCC_U : FCC_VAL<23>; // Unordered 163 def FCC_UG : FCC_VAL<21>; // Unordered or Greater 165 def FCC_UL : FCC_VAL<19>; // Unordered or Less 169 def FCC_UE : FCC_VAL<24>; // Unordered or Equal 171 def FCC_UGE : FCC_VAL<26>; // Unordered or Greater or Equal 173 def FCC_ULE : FCC_VAL<28>; // Unordered or Less or Equal [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 394 unordered numbers. Many FPUs provide special instructions to support 455 /* Return nonzero value if arguments are unordered. */
|
/bionic/libm/man/ |
math.3 | 162 isunordered unordered relation
|