HomeSort by: relevance | last modified time | path
    Searched refs:finitef (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/lib/libm/src/
s_finitef.c 22 * finitef(x) returns 1 if x is finite, else 0;
30 __weak_alias(finitef, _finitef)
33 finitef(float x)
w_powf.c 49 if(finitef(y)&&y<(float)0.0)
54 if(!finitef(z)) {
55 if(finitef(x)&&finitef(y)) {
64 if(z==(float)0.0&&finitef(x)&&finitef(y))
w_hypotf.c 42 if((!finitef(z))&&finitef(x)&&finitef(y))
w_sinhf.c 42 if(!finitef(z)&&finitef(x)) {
w_scalbf.c 46 if(!(finitef(z)||isnanf(z))&&finitef(x)) {
55 if(!finitef(fn)) errno = ERANGE;
w_gammaf.c 33 if(!finitef(y)&&finitef(x)) {
w_gammaf_r.c 37 if(!finitef(y)&&finitef(x)) {
w_lgammaf.c 33 if(!finitef(y)&&finitef(x)) {
w_lgammaf_r.c 37 if(!finitef(y)&&finitef(x)) {
w_expf.c 48 if(finitef(x)) {
e_scalbf.c 37 if (!finitef(fn)) {
namespace.h 58 #define finitef _finitef macro
  /src/lib/libm/arch/i387/
s_finitef.S 10 WEAK_ALIAS(finitef, _finitef)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
c_locale.cc 32 #include <cmath> // For isinf, finite, finitef, fabs
98 if (!finitef (__v))
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
c_locale.cc 32 #include <cmath> // For isinf, finite, finitef, fabs
98 if (!finitef (__v))
  /src/include/
math.h 567 int finitef(float);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 164 /* Define to 1 if you have the `finitef' function. */
1167 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 158 /* Define to 1 if you have the `finitef' function. */
1110 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 120 /* Define to 1 if you have the `finitef' function. */
1188 # define finitef _finitef macro

Completed in 65 milliseconds

1 2 3 4 5