/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
MultistepIntegrator.java | 291 /** Compute step grow/shrink factor according to normalized error. 292 * @param error normalized error of the current step
|
/external/clang/include/clang/Sema/ |
SemaInternal.h | 149 unsigned getBestEditDistance(bool Normalized) { 154 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
|
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
esextcTextureBorderClampSamplingTexture.hpp | 195 * * Normalized fixed-point: (0, 0, 0, 0); 204 * * Normalized fixed-point: (255, 255, 255, 255);
|
/external/deqp/modules/gles2/functional/ |
es2fFlushFinishTests.cpp | 378 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef) 379 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateTimeGeneratorTest.java | 287 String normalized = pp.setStart(0).normalize(); local 288 logln("input:\t<" + patternTest + ">" + "\tnormalized:\t<" + normalized + ">"); 289 String doubleNormalized = pp.setPattern(normalized).normalize(); 290 if (!normalized.equals(doubleNormalized)) { 291 errln("Normalization not idempotent:\t" + patternTest + "\tnormalized: " + normalized + "\tnormalized2: " + doubleNormalized); 295 normalized = pp.setStart(0).normalize(); 296 pp.setPattern(normalized); 297 showItems(buffer, pp, normalized); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tstnorm.cpp | 548 dataerrln(UnicodeString("ERROR: case ") + i + " normalized " + hex(input) + "\n" 583 dataerrln(errPrefix + "normalized " + hex(input) + "\n" [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateTimeGeneratorTest.java | 284 String normalized = pp.setStart(0).normalize(); local 285 logln("input:\t<" + patternTest + ">" + "\tnormalized:\t<" + normalized + ">"); 286 String doubleNormalized = pp.setPattern(normalized).normalize(); 287 if (!normalized.equals(doubleNormalized)) { 288 errln("Normalization not idempotent:\t" + patternTest + "\tnormalized: " + normalized + "\tnormalized2: " + doubleNormalized); 292 normalized = pp.setStart(0).normalize(); 293 pp.setPattern(normalized); 294 showItems(buffer, pp, normalized); [all...] |
/external/libopus/silk/ |
main.h | 334 opus_int16 pNLSF_Q15[ MAX_LPC_ORDER ], /* I/O Normalized LSFs (quant out) (0 - (2^15-1)) */ 335 const opus_int16 prev_NLSFq_Q15[ MAX_LPC_ORDER ] /* I Previous Normalized LSFs (0 - (2^15-1)) */
|
/external/llvm/lib/Analysis/ |
IVUsers.cpp | 219 // If we normalized the expression, but denormalization doesn't give the 229 dbgs() << " NORMALIZED TO: " << *ISE << '\n');
|
/external/mesa3d/src/mesa/math/ |
m_translate.c | 700 * Translate vector of values to GLfloat[4], normalized to [-1, 1]. 714 * Translate vector of values to GLfloat[3], normalized to [-1, 1].
|
/external/smali/util/src/main/java/org/jf/util/ |
ClassFileNameHandler.java | 292 // maps a normalized (but not suffixed) entry name to 1 or more FileSystemEntries. 293 // Each FileSystemEntry asociated with a normalized entry name must have a distinct
|
/external/swiftshader/src/OpenGL/libGL/ |
Context.h | 44 void APIENTRY glVertexAttribArray(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr); 585 bool normalized, GLsizei stride, const void *pointer);
|
/external/syslinux/com32/lib/libpng/ |
pngmem.c | 216 "Farmalloc didn't return normalized pointer"); 219 "Farmalloc didn't return normalized pointer");
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
poisson_lognormal.py | 241 representing the LogNormal grid and corresponding normalized weight. 242 normalized) weight.
|
/external/tensorflow/tensorflow/contrib/ffmpeg/default/ |
ffmpeg_lib.cc | 155 const double normalized = local 157 samples.push_back(normalized);
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/ |
StylizeActivity.java | 75 // to be 1.0. The actual style input tensor will be normalized to sum to 1.0 regardless. 435 // equally. Otherwise everything is normalized to sum to 1.0.
|
/external/tensorflow/tensorflow/examples/label_image/ |
main.cc | 122 string output_name = "normalized"; 331 // Get the image from disk as a float array of numbers, resized and normalized
|
/external/tensorflow/tensorflow/examples/multibox_detector/ |
main.cc | 81 string output_name = "normalized"; 395 // Get the image from disk as a float array of numbers, resized and normalized
|
/external/tensorflow/tensorflow/python/ops/ |
image_grad_test.py | 314 mapped to image pixels, i.e., the normalized y coordinates in 315 np.linspace(0, 1, image_height) and normalized x coordinates in
|
/external/tremolo/Tremolo/ |
floor0.c | 249 /* pi,qi normalized collectively, both tracked using qexp */ 295 however, for the lookup, things must be normalized again. We
|
/external/v8/tools/ |
generate-ten-powers.scm | 98 ;; normalized (start with a 1). -> we have to shift the number. 108 ;; hence normalized now.
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
matrix_transform.hpp | 93 /// @param axis Rotation axis, recommanded to be normalized. 280 /// @param up Normalized up vector, how the camera is oriented. Typically (0, 0, 1)
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
resample.c | 418 // input: int32_t (normalized, not saturated) :: size 16 * K 460 // input: int32_t (normalized, not saturated) :: size 16 * K
|
/external/webrtc/webrtc/common_audio/vad/ |
vad_filterbank.c | 159 // The |energy| will be normalized to 15 bits. We use unsigned integer because 198 // We know by construction that |energy| is normalized to 15 bits. Hence,
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
lsp_lsf.h | 101 Word16 lsf[], /* (i) : lsf[m] normalized (range: 0.0<=val<=0.5) */ 108 Word16 lsf[], /* (o) : lsf[m] normalized (range: 0.0<=val<=0.5) */
|