HomeSort by: relevance | last modified time | path
    Searched defs:finite (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/lib/libm/noieee_src/
n_support.c 64 * (d) finite(x)
175 finite(double x) function
294 if(!finite(x)) return(x);
  /src/lib/libm/src/
namespace.h 57 #define finite _finite macro
  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 196 is true if the function is known to be finite. The diagnostic is
227 is true if the function is known to be finite. */
244 is true if the function is known to be finite. */
1018 /* Return true if function is known to be finite. */
1026 bool finite = true; local
1031 proved to be finite in testcases such as in loop-15.c
1042 finite = false;
1053 finite =false;
1060 return finite;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 194 is true if the function is known to be finite. The diagnostic is
225 is true if the function is known to be finite. */
242 is true if the function is known to be finite. */
1007 /* Return true if function is known to be finite. */
1015 bool finite = true; local
1020 proved to be finite in testcases such as in loop-15.c
1031 finite = false;
1042 finite =false;
1049 return finite;
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 161 /* Define to 1 if you have the `finite' function. */
1162 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 155 /* Define to 1 if you have the `finite' function. */
1105 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/
symver-config.h 117 /* Define to 1 if you have the `finite' function. */
1183 # define finite _finite macro

Completed in 99 milliseconds

1 2 3 4