Home
last modified time | relevance | path

Searched refs:specifics (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/optimized-routines/math/test/rtest/
Ddotest.c820 static uint32 *specifics = NULL; in float32_case() local
823 if (specifics) in float32_case()
824 free(specifics); in float32_case()
825 specifics = NULL; in float32_case()
830 if (!specifics) { in float32_case()
851 specifics = malloc(4400 * sizeof(*specifics)); in float32_case()
859 specifics[preptr++] = se | 0; in float32_case()
863 specifics[preptr++] = se | 0x7FFFFF; in float32_case()
868 specifics[preptr++] = se | j; in float32_case()
873 specifics[preptr++] = se | (0x7FFFFF ^ j); in float32_case()
[all …]
/third_party/node/deps/histogram/src/
Dhdr_histogram.c848 struct hdr_iter_percentiles* percentiles = &iter->specifics.percentiles; in percentile_iter_next()
896 iter->specifics.percentiles.seen_last_value = false; in hdr_iter_percentile_init()
897 iter->specifics.percentiles.ticks_per_half_distance = ticks_per_half_distance; in hdr_iter_percentile_init()
898 iter->specifics.percentiles.percentile_to_iterate_to = 0.0; in hdr_iter_percentile_init()
899 iter->specifics.percentiles.percentile = 0.0; in hdr_iter_percentile_init()
948 iter->specifics.recorded.count_added_in_this_iteration_step = iter->count; in recorded_iter_next()
960 iter->specifics.recorded.count_added_in_this_iteration_step = 0; in hdr_iter_recorded_init()
976 struct hdr_iter_linear* linear = &iter->specifics.linear; in iter_linear_next()
1015 iter->specifics.linear.count_added_in_this_iteration_step = 0; in hdr_iter_linear_init()
1016 iter->specifics.linear.value_units_per_bucket = value_units_per_bucket; in hdr_iter_linear_init()
[all …]
Dhdr_histogram.h391 } specifics; member
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.2.rst32 * keep cygwin specifics with i386/x86-64 specifics
33 * keep BSD & Darwin specifics with i386/x86-64 specifics
/third_party/node/src/
Dhistogram-inl.h53 double key = iter.specifics.percentiles.percentile; in Percentiles()
/third_party/benchmark/docs/
Dperf_counters.md29 mapped by libpfm to platform-specifics - see libpfm
/third_party/boost/libs/bimap/doc/
Dcompiler_specifics.qbk15 [section Compiler specifics]
Dintroduction.qbk89 * [^[*c]] - Compiler specifics
/third_party/googletest/googlemock/
DREADME.md14 It is designed with C++'s specifics in mind.
/third_party/grpc/doc/
Dinternationalization.md5 This document describes gRPC API and behavior specifics when used in a non-english environment.
Dload-balancing.md19 Prior to any gRPC specifics, we explore some usual ways to approach load
/third_party/python/Doc/library/
Dindex.rst21 away platform-specifics into platform-neutral APIs.
/third_party/boost/libs/test/doc/testing_tools/
Dassertions_severity_levels.qbk34 …[footnote in some cases log message can be slightly different to reflect failed tool specifics, se…
/third_party/boost/libs/spirit/doc/karma/
Dtutorial_intro.qbk22 casting the specifics of their domain (parsing and generating) into a simple
/third_party/flutter/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake129 # Windows specifics
/third_party/curl/docs/
DBUG-BOUNTY.md67 above, and based on that level we set an amount depending on the specifics of
/third_party/skia/third_party/externals/libwebp/cmake/
Ddeps.cmake139 # Windows specifics
/third_party/libcoap/man/
Dcoap_logging.txt.in152 for the DTLS library specifics.
/third_party/flatbuffers/docs/source/
DWhitePaper.md24 platform specifics like endianness and alignment.
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dmeson.build1123 description : 'Streaming media framework, OpenGL plugins libraries (X11 specifics)',
1159 description : 'Streaming media framework, OpenGL plugins libraries (Wayland specifics)',
1195 description : 'Streaming media framework, OpenGL plugins libraries (EGL specifics)',
/third_party/boost/libs/spirit/doc/lex/
Dlexer_quickstart3.qbk19 an abstraction layer hiding implementation specifics of the used lexer
/third_party/gstreamer/gstreamer/docs/random/wingo/
Dpro-audio-with-gstreamer57 Of course you still have to know some specifics about the plugins you
/third_party/libxml2/
DREADME.zOS38 xmlschemastypes.c files and use specifics targets rather than existing
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_filter_anisotropic.txt131 to control the specifics of the anisotropic filtering scheme used.
/third_party/weston/doc/sphinx/toc/libweston/
Dlog.rst98 implicitly using wayland protocol specifics.

1234