Searched refs:frexp (Results 176 - 180 of 180) sorted by relevance

12345678

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dconfigure13888 # Some systems have frexp only in -lm, not in -lc.
13889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13890 $as_echo_n "checking for library containing frexp... " >&6; }
13904 char frexp ();
13908 return frexp ();
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dconfigure14148 # Some systems have frexp only in -lm, not in -lc.
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14150 $as_echo_n "checking for library containing frexp... " >&6; }
14164 char frexp ();
14168 return frexp ();
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dconfigure20189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexp" >&5
20190 $as_echo_n "checking for frexp... " >&6; }
20207 int (*ptr)() = (int (*)())frexp;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dconfigure20365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexp" >&5
20366 $as_echo_n "checking for frexp... " >&6; }
20383 int (*ptr)() = (int (*)())frexp;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2169 MUTATE_LDBL(frexp)

Completed in 329 milliseconds

12345678