• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/

Lines Matching refs:frexpl

5618   # Code from module frexpl-nolibm:
5619 # Code from module frexpl-nolibm-tests:
5668 # Code from module printf-frexpl:
5669 # Code from module printf-frexpl-tests:
25551 # Code from module frexpl-nolibm:
25554 { $as_echo "$as_me:$LINENO: checking whether frexpl is declared" >&5
25555 $as_echo_n "checking whether frexpl is declared... " >&6; }
25570 #ifndef frexpl
25571 (void) frexpl;
25615 { $as_echo "$as_me:$LINENO: checking whether frexpl() can be used without linking with libm" >&5
25616 $as_echo_n "checking whether frexpl() can be used without linking with libm... " >&6; }
25632 int e; return frexpl (x, &e) > 0;
25676 { $as_echo "$as_me:$LINENO: checking whether frexpl works" >&5
25677 $as_echo_n "checking whether frexpl works... " >&6; }
25704 extern long double frexpl (long double, int *);
25712 frexpl (x, &exp);
25716 /* Test on finite numbers that fails on MacOS X 10.4, because its frexpl
25724 long double y = frexpl (x, &exp);
25737 frexpl (x, &exp);
25750 long double y = frexpl (x, &exp);
25761 long double y = frexpl (x, &exp);
25834 gl_LIBOBJS="$gl_LIBOBJS frexpl.$ac_objext"
28409 for gl_func in acosl asinl atanl ceilf ceill cosl expl floorf floorl frexpl ldexpl logb logl round roundf roundl sinl sqrtl tanl trunc truncf truncl; do
29613 # Code from module printf-frexpl:
29616 { $as_echo "$as_me:$LINENO: checking whether frexpl can be used without linking with libm" >&5
29617 $as_echo_n "checking whether frexpl can be used without linking with libm... " >&6; }
29634 return frexpl (x, &y) < 1;
29678 { $as_echo "$as_me:$LINENO: checking whether frexpl works" >&5
29679 $as_echo_n "checking whether frexpl works... " >&6; }
29706 extern long double frexpl (long double, int *);
29714 frexpl (x, &exp);
29718 /* Test on finite numbers that fails on MacOS X 10.4, because its frexpl
29726 long double y = frexpl (x, &exp);
29739 frexpl (x, &exp);
29752 long double y = frexpl (x, &exp);
29763 long double y = frexpl (x, &exp);
29825 { $as_echo "$as_me:$LINENO: checking whether frexpl is declared" >&5
29826 $as_echo_n "checking whether frexpl is declared... " >&6; }
29841 #ifndef frexpl
29842 (void) frexpl;