/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle_func.hpp | 6 #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/ |
D | test-dtoa.cc | 47 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/ |
D | vf_idet.c | 54 #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/ |
D | double-conversion-double-to-string.cpp | 286 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()
|
D | double-conversion-double-to-string.h | 367 PRECISION enumerator
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | double-to-string.cc | 271 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()
|
D | double-to-string.h | 351 PRECISION enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-double-to-string.cpp | 286 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()
|
D | double-conversion-double-to-string.h | 367 PRECISION enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-double-to-string.cpp | 286 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()
|
D | double-conversion-double-to-string.h | 367 PRECISION enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion.cpp | 274 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()
|
D | double-conversion.h | 302 PRECISION enumerator
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLLexer.h | 96 #undef PRECISION 97 PRECISION, enumerator
|
/third_party/iowow/src/utils/ |
D | iwconv.c | 108 static double PRECISION = 0.00000000000001; in iwftoa() local 142 while (n > PRECISION || m >= 0) { in iwftoa()
|
/third_party/flutter/skia/src/sksl/lex/ |
D | sksl.lex | 39 PRECISION = "precision"
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 59 PRECISION = 262, enumerator
|
D | glslang.l | 106 "precision" { return(PRECISION); }
|
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 51 #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/ |
D | rsgShader.cpp | 97 …str << Token::PRECISION << Token::MEDIUM_PRECISION << Token::FLOAT << Token::SEMICOLON << Token::N… in tokenize()
|
D | rsgToken.hpp | 41 PRECISION, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 62 PRECISION = 263, enumerator
|
/third_party/jerryscript/tools/ |
D | run-perf-test.sh | 100 PRECISION=$4
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang_tab.cpp.h | 390 PRECISION = 600, enumerator
|
/third_party/python/Lib/test/ |
D | test_long.py | 46 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
|