mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/float-h: Renamed from modules/float. * modules/float-h-tests: Renamed from modules/float-tests. * modules/float-h-c++-tests: Renamed from modules/float-c++-tests. * tests/test-float-h.c: Renamed from tests/test-float.c. * tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc. * tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc. * doc/posix-headers/float.texi: Update. * modules/* (Depends-on): Update. * modules/float: New file.
27 lines
333 B
Plaintext
27 lines
333 B
Plaintext
Description:
|
|
Finds the most significant bit in an 'unsigned int'.
|
|
|
|
Files:
|
|
lib/integer_length.h
|
|
lib/integer_length.c
|
|
lib/float+.h
|
|
m4/exponentd.m4
|
|
|
|
Depends-on:
|
|
float-h
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += integer_length.c
|
|
|
|
Include:
|
|
"integer_length.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|