/external/vulkan-validation-layers/libs/glm/gtc/ |
quaternion.hpp | 85 /// Create a quaternion from two normalized axis 87 /// @param u A first normalized axis 88 /// @param v A second normalized axis 174 /// Returns the normalized quaternion. 327 /// Build a quaternion from an angle and a normalized axis. 330 /// @param axis Axis of the quaternion, must be normalized.
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
fetch_test.go | 224 "not normalized base is same as source", 231 "not normalized single source, multiple base (all profiles same)", 238 "not normalized, different base and source", 245 "normalized base is same as source", 252 "normalized single source, multiple base (all profiles same)", 259 "normalized different base and source",
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
fetch_test.go | 224 "not normalized base is same as source", 231 "not normalized single source, multiple base (all profiles same)", 238 "not normalized, different base and source", 245 "normalized base is same as source", 252 "normalized single source, multiple base (all profiles same)", 259 "normalized different base and source",
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/ |
quaternion.hpp | 85 /// Create a quaternion from two normalized axis 87 /// @param u A first normalized axis 88 /// @param v A second normalized axis 174 /// Returns the normalized quaternion. 327 /// Build a quaternion from an angle and a normalized axis. 330 /// @param axis Axis of the quaternion, must be normalized.
|
/external/deqp/framework/referencerenderer/ |
rrVertexAttrib.hpp | 41 // Can only be read as floats, will be normalized 59 // can only be read as float, will not be normalized 96 * includes signed & normalized bits as well.
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
quaternion.hpp | 183 /// Quaternion normalized linear interpolation. 193 /// param orig vector, needs to be normalized 194 /// param dest vector, needs to be normalized
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample_fractional.c | 40 // input: int32_t (normalized, not saturated) :: size 3 * K 85 // input: int32_t (normalized, not saturated) :: size 4 * K 193 // input: int32_t (normalized, not saturated) :: size 11 * K
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
decode.c | 159 /* Perceptual post-filtering (using normalized lattice filter). */ 227 /* Perceptual post-filtering (using normalized lattice filter). */ 293 /* perceptual post-filtering (using normalized lattice filter) */
|
/external/webrtc/webrtc/modules/video_processing/ |
content_analysis.cc | 147 // Motion metrics: only one is derived from normalized 153 // Normalized temporal difference (MAD): used as a motion level metric 275 // Motion metric: normalized temporal difference (MAD).
|
/external/webrtc/webrtc/modules/video_processing/test/ |
createTable.m | 9 % First, define the color enhancement in a normalized domain 51 xlabel('Normalized radius') 60 % Conversion matrix from normalized YUV to RGB
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
float.h | 54 /* Minimum normalized positive floating-point number, b**(emin - 1). */ 68 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */ 77 range of normalized floating-point numbers,
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
quaternion.hpp | 183 /// Quaternion normalized linear interpolation. 193 /// param orig vector, needs to be normalized 194 /// param dest vector, needs to be normalized
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
show_coverage_overview.jsp | 142 chart = new google.visualization.PieChart(document.getElementById('pie-chart-coverage-normalized')); 193 <h6 class='pie-chart-title'>Line Coverage (Normalized)</h6> 194 <div id='pie-chart-coverage-normalized' class='pie-chart-div'></div>
|
/cts/apps/CameraITS/tests/inprog/ |
test_crop_region.py | 26 # Regions specified here in x,y,w,h normalized form.
|
/cts/suite/audio_quality/test_description/ |
dut_playback_spectrum.xml | 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
dut_recording_spectrum.xml | 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/cts/suite/audio_quality/test_description/experimental/ |
dut_playback_spectrum_chirp.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
ref_playback_spectrum_chirp.xml | 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
|
/cts/suite/audio_quality/test_description/review/ |
review_dut_recording_spectrum.xml | 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
camera_response_fast.rsh | 13 // The difference here is that we use a normalized model such
|
/external/autotest/client/profilers/readprofile/ |
readprofile.py | 7 where those many ticks occurred, and the third is the normalized `load' of the
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
IssueHash.h | 26 /// The hash contains the normalized text of the location associated with the
|
/external/eigen/Eigen/src/Geometry/ |
Hyperplane.h | 65 * \warning the vector normal is assumed to be normalized. 76 * \warning the vector normal is assumed to be normalized. 165 * \warning the vector normal is assumed to be normalized. 193 // since the line equations ax+by=c are normalized with a^2+b^2=1, the following tests
|
/external/icu/icu4c/source/tools/gennorm2/ |
n2builder.h | 89 /** Returns TRUE if the mapping by itself recomposes, that is, it is not comp-normalized. */
|