HomeSort by relevance Sort by last modified time
    Searched full:isunordered (Results 1 - 21 of 21) sorted by null

  /bionic/libm/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/
math.h 124 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \
132 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /external/qemu/fpu/
softfloat-native.h 50 #ifndef isunordered
51 #define isunordered(x, y) __builtin_isunordered(x, y) macro
61 #define isunordered(x,y) unordered(x, y) macro
243 return isunordered(a, b);
352 return isunordered(a, b);
456 return isunordered(a, b);
  /bionic/libm/man/
math.3 162 isunordered unordered relation
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 448 Jump isUnordered(m_assembler.jp());
450 isUnordered.link(this);
453 Jump isUnordered(m_assembler.jp());
455 isUnordered.link(this);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
cc1plus 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1 
cc1plus 

Completed in 54 milliseconds