OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test__fixunsdfsi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/test/Unit/
fixunsdfsi_test.c
29
int
test__fixunsdfsi
(double a, su_int expected)
function
42
if (
test__fixunsdfsi
(0.0, 0))
45
if (
test__fixunsdfsi
(0.5, 0))
47
if (
test__fixunsdfsi
(0.99, 0))
49
if (
test__fixunsdfsi
(1.0, 1))
51
if (
test__fixunsdfsi
(1.5, 1))
53
if (
test__fixunsdfsi
(1.99, 1))
55
if (
test__fixunsdfsi
(2.0, 2))
57
if (
test__fixunsdfsi
(2.01, 2))
59
if (
test__fixunsdfsi
(-0.5, 0)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
fixunsdfsi_test.c
29
int
test__fixunsdfsi
(double a, su_int expected)
function
42
if (
test__fixunsdfsi
(0.0, 0))
45
if (
test__fixunsdfsi
(0.5, 0))
47
if (
test__fixunsdfsi
(0.99, 0))
49
if (
test__fixunsdfsi
(1.0, 1))
51
if (
test__fixunsdfsi
(1.5, 1))
53
if (
test__fixunsdfsi
(1.99, 1))
55
if (
test__fixunsdfsi
(2.0, 2))
57
if (
test__fixunsdfsi
(2.01, 2))
59
if (
test__fixunsdfsi
(-0.5, 0)
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026