OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decContext
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
decContext.h
54
#if !defined(
DECCONTEXT
)
55
#define
DECCONTEXT
56
#define DECCNAME "
decContext
" /* Short name */
101
}
decContext
;
113
/* 'normal' and 'subnormal' are meaningful only with a
decContext
*/
252
/*
decContext
routines */
253
U_INTERNAL
decContext
* U_EXPORT2 uprv_decContextClearStatus(
decContext
*, uint32_t);
254
U_INTERNAL
decContext
* U_EXPORT2 uprv_decContextDefault(
decContext
*, int32_t)
[
all
...]
decNumber.h
39
#if !defined(
DECCONTEXT
)
40
#include "
decContext
.h"
117
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberFromString(decNumber *, const char *,
decContext
*);
120
U_INTERNAL uint32_t U_EXPORT2 uprv_decNumberToUInt32(const decNumber *,
decContext
*);
121
U_INTERNAL int32_t U_EXPORT2 uprv_decNumberToInt32(const decNumber *,
decContext
*);
126
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *, const decNumber *,
decContext
*);
127
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberAdd(decNumber *, const decNumber *, const decNumber *,
decContext
*);
128
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberAnd(decNumber *, const decNumber *, const decNumber *,
decContext
*);
129
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberCompare(decNumber *, const decNumber *, const decNumber *,
decContext
*);
130
U_INTERNAL decNumber * U_EXPORT2 uprv_decNumberCompareSignal(decNumber *, const decNumber *, const decNumber *,
decContext
*);
[
all
...]
decContext.cpp
27
#include "
decContext
.h" /* context and base types */
47
U_CAPI
decContext
* U_EXPORT2 uprv_decContextClearStatus(
decContext
*context, uInt mask) {
65
U_CAPI
decContext
* U_EXPORT2 uprv_decContextDefault(
decContext
*context, Int kind) {
130
U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(
decContext
*context) {
142
U_CAPI uInt U_EXPORT2 uprv_decContextGetStatus(
decContext
*context) {
158
U_CAPI
decContext
* U_EXPORT2 uprv_decContextRestoreStatus(
decContext
*context,
175
U_CAPI uInt U_EXPORT2 uprv_decContextSaveStatus(
decContext
*context, uInt mask)
[
all
...]
number_decnum.h
65
decContext
fContext;
decNumber.cpp
80
/* flags in the current context (
decContext
structure). The */
82
/* flag in the
decContext
is set (is 1). */
252
decContext
*, uByte, uInt *);
254
static uInt decCheckMath(const decNumber *,
decContext
*, uInt *);
255
static void decApplyRound(decNumber *,
decContext
*, Int, uInt *);
258
const decNumber *,
decContext
*,
260
static void decCopyFit(decNumber *, const decNumber *,
decContext
*,
264
const decNumber *,
decContext
*, Flag, uInt *);
266
decContext
*, uInt *);
267
static void decFinalize(decNumber *,
decContext
*, Int *, uInt *)
[
all
...]
Completed in 227 milliseconds