OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundingModeName
(Results
1 - 2
of
2
) sorted by relevancy
/src/regress/lib/libc/ieeefp/testfloat/
testLoops.c
75
const char *roundingPrecisionName, *
roundingModeName
, *tininessModeName;
82
if (
roundingModeName
) {
88
fputs(
roundingModeName
, stream );
/src/lib/libc/softfloat/
timesoftfloat.c
64
static char *roundingPrecisionName, *
roundingModeName
, *tininessModeName;
74
if (
roundingModeName
) {
80
fputs(
roundingModeName
, stdout );
2080
roundingModeName
= 0;
2084
roundingModeName
= "nearest_even";
2088
roundingModeName
= "to_zero";
2092
roundingModeName
= "down";
2096
roundingModeName
= "up";
Completed in 57 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025