Home
last modified time | relevance | path

Searched refs:PRECISION (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle_func.hpp6 #define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ argument
7 SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B() CONST \
9 return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B); \
12 #define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C)… argument
13 SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B ## C() CONST \
15 return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C); \
18 #define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C,… argument
19 SWIZZLED_TYPE<TMPL_TYPE, PRECISION> A ## B ## C ## D() CONST \
21 return SWIZZLED_TYPE<TMPL_TYPE, PRECISION>(this->A, this->B, this->C, this->D); \
24 #define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
[all …]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-dtoa.cc47 PRECISION enumerator
60 case PRECISION: mode = DoubleToStringConverter::PRECISION; break; in DoubleToAscii()
101 DoubleToAscii(0.0, PRECISION, 3, buffer, &sign, &length, &point); in TEST()
120 DoubleToAscii(1.0, PRECISION, 3, buffer, &sign, &length, &point); in TEST()
140 DoubleToAscii(1.5, PRECISION, 10, buffer, &sign, &length, &point); in TEST()
162 DoubleToAscii(min_double, PRECISION, 5, buffer, &sign, &length, &point); in TEST()
179 DoubleToAscii(max_double, PRECISION, 7, buffer, &sign, &length, &point); in TEST()
199 DoubleToAscii(4294967272.0, PRECISION, 14, in TEST()
211 DoubleToAscii(4.1855804968213567e298, PRECISION, 20, in TEST()
223 DoubleToAscii(5.5626846462680035e-309, PRECISION, 1, in TEST()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_idet.c54 #define PRECISION 1048576 macro
69 value = av_rescale(value, print_precision, PRECISION); in av_dict_set_fxp()
197 idet->repeats[i] = av_rescale(idet->repeats [i], idet->decay_coefficient, PRECISION); in filter()
200 idet->prestat [i] = av_rescale(idet->prestat [i], idet->decay_coefficient, PRECISION); in filter()
201 idet->poststat[i] = av_rescale(idet->poststat[i], idet->decay_coefficient, PRECISION); in filter()
205 idet->repeats [ repeat] += PRECISION; in filter()
208 idet->prestat [ type] += PRECISION; in filter()
211 idet->poststat [idet->last_type] += PRECISION; in filter()
414 idet->decay_coefficient = lrint( PRECISION * exp2(-1.0 / idet->half_life) ); in init()
416 idet->decay_coefficient = PRECISION; in init()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp286 DoubleToAscii(value, PRECISION, requested_digits + 1,
330 DoubleToAscii(value, PRECISION, precision,
388 case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION; in DtoaToBignumDtoaMode()
414 if (mode == PRECISION && requested_digits == 0) { in DoubleToAscii()
441 case PRECISION: in DoubleToAscii()
Ddouble-conversion-double-to-string.h367 PRECISION enumerator
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc271 DoubleToAscii(value, PRECISION, requested_digits + 1, in ToExponential()
315 DoubleToAscii(value, PRECISION, precision, in ToPrecision()
372 case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION; in DtoaToBignumDtoaMode()
398 if (mode == PRECISION && requested_digits == 0) { in DoubleToAscii()
424 case PRECISION: in DoubleToAscii()
Ddouble-to-string.h351 PRECISION enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp286 DoubleToAscii(value, PRECISION, requested_digits + 1,
330 DoubleToAscii(value, PRECISION, precision,
388 case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION; in DtoaToBignumDtoaMode()
414 if (mode == PRECISION && requested_digits == 0) { in DoubleToAscii()
441 case PRECISION: in DoubleToAscii()
Ddouble-conversion-double-to-string.h367 PRECISION enumerator
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp286 DoubleToAscii(value, PRECISION, requested_digits + 1,
330 DoubleToAscii(value, PRECISION, precision,
388 case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION; in DtoaToBignumDtoaMode()
414 if (mode == PRECISION && requested_digits == 0) { in DoubleToAscii()
441 case PRECISION: in DoubleToAscii()
Ddouble-conversion-double-to-string.h367 PRECISION enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp274 DoubleToAscii(value, PRECISION, requested_digits + 1,
318 DoubleToAscii(value, PRECISION, precision,
364 case DoubleToStringConverter::PRECISION: return BIGNUM_DTOA_PRECISION; in DtoaToBignumDtoaMode()
390 if (mode == PRECISION && requested_digits == 0) { in DoubleToAscii()
417 case PRECISION: in DoubleToAscii()
Ddouble-conversion.h302 PRECISION enumerator
/third_party/flutter/skia/src/sksl/
DSkSLLexer.h96 #undef PRECISION
97 PRECISION, enumerator
/third_party/iowow/src/utils/
Diwconv.c108 static double PRECISION = 0.00000000000001; in iwftoa() local
142 while (n > PRECISION || m >= 0) { in iwftoa()
/third_party/flutter/skia/src/sksl/lex/
Dsksl.lex39 PRECISION = "precision"
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h59 PRECISION = 262, enumerator
Dglslang.l106 "precision" { return(PRECISION); }
/third_party/ffmpeg/libavcodec/
Dwavpack.c51 #define PRECISION 20 macro
52 #define VALUE_ONE (1 << PRECISION)
464 sp->fltr1 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); in wv_unpack_dsd_high()
465 sp->fltr2 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); in wv_unpack_dsd_high()
466 sp->fltr3 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); in wv_unpack_dsd_high()
467 sp->fltr4 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); in wv_unpack_dsd_high()
468 sp->fltr5 = bytestream2_get_byte(&s->gbyte) << (PRECISION - 8); in wv_unpack_dsd_high()
488 int32_t *pp = s->ptable + ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()
523 pp = s->ptable + ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK); in wv_unpack_dsd_high()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgShader.cpp97 …str << Token::PRECISION << Token::MEDIUM_PRECISION << Token::FLOAT << Token::SEMICOLON << Token::N… in tokenize()
DrsgToken.hpp41 PRECISION, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h62 PRECISION = 263, enumerator
/third_party/jerryscript/tools/
Drun-perf-test.sh100 PRECISION=$4
/third_party/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h390 PRECISION = 600, enumerator
/third_party/python/Lib/test/
Dtest_long.py46 PRECISION = sys.float_info.mant_dig + 2
47 SHIFT_MAX = sys.float_info.max_exp - PRECISION
48 Q_MAX = 1 << PRECISION
62 shift = n.bit_length() - PRECISION

12