Searched
full:fraction (Results
701 -
725 of
1336) sorted by null
<<21222324252627282930>>
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 214 // fraction of time to avoid busy looping.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/ |
PolynomialsUtils.java | 21 import org.apache.commons.math.fraction.BigFraction;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
PoissonDistributionImpl.java | 63 * Gamma#regularizedGammaP or continued fraction approximation of Gamma#regularizedGammaQ.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
BigFractionFormat.java | 18 package org.apache.commons.math.fraction;
|
/external/clang/docs/ |
PTHInternals.rst | 117 PTH files can be generated in a small fraction
|
/external/deqp/framework/delibs/debase/ |
deMath.h | 112 /* Like frexp, except the returned fraction is in range [1.0, 2.0) */
|
/external/deqp/modules/gles2/functional/ |
es2fVertexTextureTests.cpp | 91 static inline float safeCoord (float raw, int scale, float fraction) 94 return moveTowardsFraction(raw*scaleFloat, fraction) / scaleFloat; 98 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction) 102 result[i] = safeCoord(raw[i], scale[i], fraction[i]); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 33 private static final double RATIO= 0.6; // fraction of width reserved for bar graph; needs tweaking
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
RandomSetter.h | 275 // small fraction of them have to be sorted, whence the following simple procedure:
|
/external/freetype/src/sfnt/ |
ttpost.c | 127 "lozenge", "ydieresis", "Ydieresis", "fraction", "currency",
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 31 * fraction of row key / column key pairs possessing a corresponding value.
|
/external/jemalloc/test/include/test/ |
math.h | 87 /* Calculation by continued fraction. */
|
/external/libxml2/ |
triostr.c | 978 trio_long_double_t fraction = 0.0; 1003 fraction += fracdiv * (isdigit((int)*source) 1049 fraction += (*source - '0') * fracdiv; 1074 value = integer + fraction; [all...] |
/external/libyuv/files/include/libyuv/ |
planar_functions.h | 305 // 'interpolation' is specified as 8 bit fraction where 0 means 100% src_argb0
|
/external/llvm/docs/ |
HowToUseInstrMappings.rst | 19 some support from the .td files for a fraction of maintenance cost.
|
/external/ltrace/ |
TODO | 179 binary digits of fraction).
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_texstate.c | 184 /* We get one field with fraction bits for the maximum addressable
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.c | 480 /* fraction of destination pixel in the next source pixel */ 483 /* fraction of destination pixel in the current source pixel */ 773 /* fraction of destination pixel in the next source pixel */ 776 /* fraction of destination pixel in the current source pixel */
|
/external/pdfium/third_party/freetype/src/sfnt/ |
ttpost.c | 127 "lozenge", "ydieresis", "Ydieresis", "fraction", "currency",
|
/external/skia/src/gpu/effects/ |
GrConvexPolyEffect.cpp | 135 // Now compute coverage in x and y and multiply them to get the fraction of the pixel
|
/external/skia/tools/ |
skdiff_image.cpp | 110 "\nIf no sort is specified, it will sort by fraction of pixels mismatching."
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorusdata.h | 117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
|
eas_math.c | 34 /* anything less than this converts to a fraction too small to represent in 32-bits */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorusdata.h | 117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
|
eas_math.c | 34 /* anything less than this converts to a fraction too small to represent in 32-bits */
|
Completed in 288 milliseconds
<<21222324252627282930>>