Home
last modified time | relevance | path

Searched defs:sign (Results 226 - 250 of 765) sorted by relevance

12345678910>>...31

/third_party/astc-encoder/Source/
H A Dastcenc_mathlib_softfloat.cpp186 uint32_t sign = (inpx & 0x8000) << 16; in sf16_to_sf32() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMacroProps.java31 public SignDisplay sign; field in MacroProps
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Ddouble-to-string.cc177 bool sign; in ToShortestIeeeNumber() local
220 bool sign; in ToFixed() local
253 bool sign; in ToExponential() local
309 bool sign; ToPrecision() local
379 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-dtoa.cc86 bool sign; in TEST() local
50 DoubleToAscii(double v, DtoaMode test_mode, int requested_digits, Vector<char> buffer, bool* sign, int* length, int* point) DoubleToAscii() argument
340 bool sign; TEST() local
397 bool sign; TEST() local
426 bool sign; TEST() local
446 bool sign; TEST() local
466 bool sign; TEST() local
489 bool sign; TEST() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java44 private final int sign; field in ICUDurationTest.ICUTestDuration
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java47 private final int sign; field in ICUDurationTest.ICUTestDuration
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_utils.cpp141 bool sign; // unused; always positive in setTo() local
H A Dnumber_microprops.h82 UNumberSignDisplay sign; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c96 nir_ssa_def *sign = nir_iand(b, src, nir_imm_int(b, 0x80000000)); in float_to_half_impl() local
69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, nir_ssa_def *sign, nir_rounding_mode mode) half_rounded() argument
[all...]
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dfloatscan.c63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() argument
314 hexfloat(FILE *f, int bits, int emin, int sign, int pok) hexfloat() argument
428 int sign = 1; __floatscan() local
[all...]
/third_party/musl/porting/linux/user/src/time/
H A Dstrptime.c83 int sign = 1; in __getgmtoff() local
/third_party/musl/src/math/
H A D__tanl.c103 int big, sign; in __tanl() local
H A Dj1.c65 static double common(uint32_t ix, double x, int y1, int sign) in common() argument
117 int sign; in j1() local
H A Dj1f.c25 static float common(uint32_t ix, float x, int y1, int sign) in common() argument
68 int sign; in j1f() local
H A Dpowl.c465 int n, e, sign, lx; in powil() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowl.c457 int n, e, sign, lx; in powil() local
H A Dj1.c65 static double common(uint32_t ix, double x, int y1, int sign) in common() argument
117 int sign; in j1() local
H A Dj1f.c25 static float common(uint32_t ix, float x, int y1, int sign) in common() argument
68 int sign; in j1f() local
H A D__tanl.c103 int big, sign; in __tanl() local
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dfloatscan.c63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() argument
314 hexfloat(FILE *f, int bits, int emin, int sign, int pok) hexfloat() argument
428 int sign = 1; __floatscan() local
[all...]
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dfloatscan.c63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() argument
314 hexfloat(FILE *f, int bits, int emin, int sign, int pok) hexfloat() argument
428 int sign = 1; __floatscan() local
[all...]
/third_party/musl/src/internal/
H A Dfloatscan.c63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() argument
314 hexfloat(FILE *f, int bits, int emin, int sign, int pok) hexfloat() argument
428 int sign = 1; __floatscan() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_utils.cpp141 bool sign; // unused; always positive in setTo() local
H A Dnumber_simple.cpp109 void SimpleNumber::setSign(USimpleNumberSign sign, UErrorCode& status) { in setSign() argument
222 void SimpleNumberFormatter::formatImpl(UFormattedNumberData* data, USimpleNumberSign sign, UErrorCode &status) const { in formatImpl() argument
H A Dnumber_microprops.h94 UNumberSignDisplay sign; member

Completed in 14 milliseconds

12345678910>>...31