OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__clzti2
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clzti2.c
1
/* ===-- clzti2.c - Implement
__clzti2
-------------------------------------===
10
* This file implements
__clzti2
for the compiler_rt library.
24
__clzti2
(ti_int a)
function in typeref:typename:COMPILER_RT_ABI si_int
floatuntisf.c
33
int sd = N -
__clzti2
(a); /* number of significant digits */
floattidf.c
35
int sd = N -
__clzti2
(a); /* number of significant digits */
floattisf.c
35
int sd = N -
__clzti2
(a); /* number of significant digits */
floattixf.c
37
int sd = N -
__clzti2
(a); /* number of significant digits */
floatuntidf.c
33
int sd = N -
__clzti2
(a); /* number of significant digits */
floatuntixf.c
35
int sd = N -
__clzti2
(a); /* number of significant digits */
int_lib.h
90
COMPILER_RT_ABI si_int
__clzti2
(ti_int a);
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
clzti2_test.c
1
//===-- clzti2_test.c - Test
__clzti2
-------------------------------------===//
10
// This file tests
__clzti2
for the compiler_rt library.
23
si_int
__clzti2
(ti_int a);
27
si_int x =
__clzti2
(a);
32
printf("error in
__clzti2
(0x%llX%.16llX) = %d, expected %d\n",
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
clzti2_test.c
1
//===-- clzti2_test.c - Test
__clzti2
-------------------------------------===//
10
// This file tests
__clzti2
for the compiler_rt library.
23
COMPILER_RT_ABI si_int
__clzti2
(ti_int a);
27
si_int x =
__clzti2
(a);
32
printf("error in
__clzti2
(0x%llX%.16llX) = %d, expected %d\n",
Completed in 19 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025