| /third_party/python/Modules/_decimal/tests/ |
| D | randdec.py | 151 def un_close_to_pow10(prec, maxexp, itr=None): argument 168 def bin_close_to_pow10(prec, maxexp, itr=None): argument 191 def close_to_one_greater(prec, emax, emin): argument 196 def close_to_one_less(prec, emax, emin): argument 202 def close_to_zero_greater(prec, emax, emin): argument 207 def close_to_zero_less(prec, emax, emin): argument 213 def close_to_emax_less(prec, emax, emin): argument 218 def close_to_emax_greater(prec, emax, emin): argument 224 def close_to_emin_greater(prec, emax, emin): argument 229 def close_to_emin_less(prec, emax, emin): argument [all …]
|
| D | deccheck.py | 255 prec = property(getprec, setprec) variable in Context 408 def standard_ulp(self, dec, prec): argument 963 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument 988 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument 1013 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument 1038 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument 1067 def test_round(method, prec, exprange, restricted_range, itr, stat): argument 1081 def test_from_float(method, prec, exprange, restricted_range, itr, stat): argument 1107 def test_quantize_api(method, prec, exprange, restricted_range, itr, stat): argument 1221 prec = random.randrange(1, 6) variable
|
| /third_party/lzma/CPP/Windows/ |
| D | PropVariant.h | 32 inline void PropVarEm_Set_FileTime64_Prec(PROPVARIANT *p, UInt64 v, unsigned prec) throw() in PropVarEm_Set_FileTime64_Prec() 71 void Set_FtPrec(unsigned prec) in Set_FtPrec() 78 void SetAsTimeFrom_FT_Prec(const FILETIME &ft, unsigned prec) in SetAsTimeFrom_FT_Prec() 84 void SetAsTimeFrom_Ft64_Prec(UInt64 v, unsigned prec) in SetAsTimeFrom_Ft64_Prec() 93 void SetAsTimeFrom_FT_Prec_Ns100(const FILETIME &ft, unsigned prec, unsigned ns100) in SetAsTimeFrom_FT_Prec_Ns100() 103 const unsigned prec = wReserved1; in Get_Ns100() local
|
| /third_party/mksh/ |
| D | exprtok.h | 25 #define FN(name,len,prec,enum) /* nothing */ argument 28 #define F0(name,len,prec,enum) enum = 0, argument 29 #define FN(name,len,prec,enum) enum, argument 34 #define FN(name,len,prec,enum) name, argument 37 #define FN(name,len,prec,enum) len, argument 40 #define FN(name,len,prec,enum) prec, argument
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuTexLookupVerifier.cpp | 77 static inline bool isColorValid (const LookupPrecision& prec, const Vec4& ref, const Vec4& result) in isColorValid() 83 static inline bool isColorValid (const IntLookupPrecision& prec, const IVec4& ref, const IVec4& res… in isColorValid() 88 static inline bool isColorValid (const IntLookupPrecision& prec, const UVec4& ref, const UVec4& res… in isColorValid() 139 static float computeBilinearSearchStepFromFloatLine (const LookupPrecision& prec, in computeBilinearSearchStepFromFloatLine() 153 static float computeBilinearSearchStepFromFloatQuad (const LookupPrecision& prec, in computeBilinearSearchStepFromFloatQuad() 171 static float computeBilinearSearchStepForUnorm (const LookupPrecision& prec) in computeBilinearSearchStepForUnorm() 182 static float computeBilinearSearchStepForSnorm (const LookupPrecision& prec) in computeBilinearSearchStepForSnorm() 213 static bool isInColorBounds (const LookupPrecision& prec, const ColorQuad& quad, const Vec4& result) in isInColorBounds() 220 static bool isInColorBounds (const LookupPrecision& prec, const ColorQuad& quad0, const ColorQuad& … in isInColorBounds() 227 static bool isInColorBounds (const LookupPrecision& prec, const ColorLine& line0, const ColorLine& … in isInColorBounds() [all …]
|
| D | tcuTexCompareVerifier.cpp | 199 const TexComparePrecision& prec, in isLinearCompareValid() 264 const TexComparePrecision& prec, in isBilinearAnyCompareValid() 294 const TexComparePrecision& prec, in isBilinearPCFCompareValid() 367 const TexComparePrecision& prec, in isBilinearCompareValid() 382 const TexComparePrecision& prec, in isTrilinearAnyCompareValid() 427 const TexComparePrecision& prec, in isTrilinearPCFCompareValid() 528 const TexComparePrecision& prec, in isTrilinearCompareValid() 548 const TexComparePrecision& prec, in isNearestCompareResultValid() 583 const TexComparePrecision& prec, in isLinearCompareResultValid() 636 const TexComparePrecision& prec, in isLevelCompareResultValid() [all …]
|
| /third_party/musl/porting/linux/user/src/stdlib/ |
| D | strtod.c | 7 static long double strtox(const char *s, char **p, int prec) in strtox()
|
| /third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
| D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox()
|
| /third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
| D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox()
|
| /third_party/musl/porting/uniproton/kernel/src/stdlib/ |
| D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox()
|
| /third_party/musl/src/stdlib/ |
| D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox()
|
| D | wcstod.c | 30 static long double wcstox(const wchar_t *s, wchar_t **p, int prec) in wcstox()
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| D | context.c | 68 mpd_init(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_init() 198 mpd_qsetprec(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_qsetprec()
|
| D | bench.c | 103 uint32_t prec = 19; in main() local
|
| D | bench_full.c | 119 mpd_ssize_t prec = 19; in main() local
|
| /third_party/backends/backend/genesys/ |
| D | settings.cpp | 39 auto prec = out.precision(); in operator <<() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_format_test.cc | 395 auto fmt_A = [](const std::string& prec) { return "%E" + prec + "S"; }; in TEST() 396 auto fmt_B = [](const std::string& prec) { return "%S.%E" + prec + "f"; }; in TEST() 408 for (int prec = 1; prec <= 15; ++prec) { in TEST() local 424 for (int prec = 1; prec <= 15; ++prec) { in TEST() local 1138 for (const std::string prec : precisions) { in TEST() local 1220 for (const std::string prec : precisions) { in TEST() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | jpeg2000.c | 280 Jpeg2000Prec *prec = band->prec + precno; in init_prec() local 584 Jpeg2000Prec *prec = band->prec + precno; in ff_jpeg2000_reinit() local 618 Jpeg2000Prec *prec = band->prec + precno; in ff_jpeg2000_cleanup() local
|
| D | j2kenc.c | 803 Jpeg2000Prec *prec = band->prec + precno; in encode_packet() local 833 Jpeg2000Prec *prec = band->prec + precno; in encode_packet() local 858 Jpeg2000Prec *prec = band->prec + precno; in encode_packet() local 916 Jpeg2000Prec *prec = band->prec + precno; in encode_packet() local 1197 Jpeg2000Prec *prec = band->prec + precno; in makelayer() local 1285 Jpeg2000Prec *prec = band->prec + precno; in makelayers() local 1382 Jpeg2000Prec *prec = band->prec + precno; in truncpasses() local 1421 … Jpeg2000Prec *prec = band->prec; // we support only 1 precinct per band ATM in the encoder in encode_tile() local
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | __rem_pio2_large.c | 273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
|
| /third_party/python/PC/ |
| D | _testconsole.c | 66 INPUT_RECORD *prec = rec; in _testconsole_write_input_impl() local
|
| /third_party/musl/src/math/ |
| D | __rem_pio2_large.c | 273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | acelp_filters_mips.c | 66 int prec = precision * 4; in ff_acelp_interpolatef_mips() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFragmentOutputTests.cpp | 1172 glu::Precision prec = precisions[precNdx]; in init() local 1195 glu::Precision prec = precisions[precNdx]; in init() local 1218 glu::Precision prec = precisions[precNdx]; in init() local 1241 glu::Precision prec = precisions[precNdx]; in init() local 1276 glu::Precision prec = precisions[precNdx]; in init() local 1300 glu::Precision prec = precisions[precNdx]; in init() local 1324 glu::Precision prec = precisions[precNdx]; in init() local 1348 glu::Precision prec = precisions[precNdx]; in init() local
|
| /third_party/musl/src/locale/ |
| D | pleval.c | 112 static const char prec[14] = {1,2,3,3,4,4,4,4,5,5,6,6,6,0}; in evalbinop() local
|