/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
hypergeometric.tcc | 72 * @param __a The "numerator" parameter. 216 * @param __a The @a numerator parameter. 259 * @param __a The first @a numerator parameter. 260 * @param __a The second @a numerator parameter. 719 * @param __a The first @a numerator parameter. 720 * @param __a The second @a numerator parameter.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
hypergeometric.tcc | 71 * @param __a The "numerator" parameter. 215 * @param __a The @a numerator parameter. 258 * @param __a The first @a numerator parameter. 259 * @param __a The second @a numerator parameter. 715 * @param __a The first @a numerator parameter. 716 * @param __a The second @a numerator parameter.
|
/external/jhead/ |
exif.c | 467 static void float2urat(double value, unsigned int max, unsigned int *numerator, 470 *numerator = 0; 476 *numerator = max; 485 *numerator = 0; 488 *numerator = n; 494 // Try to use a denominator of 1e9, 1e8, ..., until the numerator fits 505 *numerator = n; 513 *numerator = 0; 517 static void ConvertDoubleToURational(double value, unsigned int *numerator, 519 float2urat(value, 0xFFFFFFFFU, numerator, denominator) 1241 unsigned int numerator; local 1255 int numerator; local [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 669 size_t numerator = mTableOfContents.size(); local 671 if (numerator > kMaxNumTOCEntries) { 672 size_t denom = numerator - kMaxNumTOCEntries; 677 if (accum >= numerator) { 679 accum -= numerator;
|
/external/aac/libFDK/include/ |
fixpoint_math.h | 284 * \param num numerator 292 * \param num numerator 301 * \param num numerator
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixExponential.h | 145 /** \brief Odd-degree terms in numerator of Padé approximant. */ 148 /** \brief Even-degree terms in numerator of Padé approximant. */ 192 m_tmp1 = m_U + m_V; // numerator of Pade approximant
|
/external/chromium-trace/trace-viewer/src/ui/ |
value_bar.js | 160 var numerator = Math.pow(this.exponentBase_, fractionOfRange) - 1; 161 return numerator / (this.exponentBase_ - 1);
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInts.java | 172 * @param dividend the dividend (numerator) 184 * @param dividend the dividend (numerator)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
ratio | 142 * numerator and denominator representable by compile-time constants of 186 // The new numerator may have common factors with the denominator,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
ratio | 142 * numerator and denominator representable by compile-time constants of 186 // The new numerator may have common factors with the denominator,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ratio | 142 * numerator and denominator representable by compile-time constants of 186 // The new numerator may have common factors with the denominator,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ratio | 142 * numerator and denominator representable by compile-time constants of 186 // The new numerator may have common factors with the denominator,
|
/external/chromium_org/chrome/browser/download/ |
download_item_model.h | 146 // MB" where the numerator is the transferred size and the denominator is the
|
/external/chromium_org/media/video/capture/linux/ |
video_capture_device_linux.cc | 189 if (frame_interval.discrete.numerator != 0) { 192 static_cast<float>(frame_interval.discrete.numerator); 393 streamparm.parm.capture.timeperframe.numerator = 1; 403 << streamparm.parm.capture.timeperframe.numerator;
|
/external/chromium_org/media/video/ |
video_encode_accelerator.h | 32 uint32 numerator; member in struct:media::VideoEncodeAccelerator::SupportedProfile::__anon8712
|
/external/chromium_org/third_party/opus/src/silk/ |
Inlines.h | 98 const opus_int32 a32, /* I numerator (Q0) */
|
/external/chromium_org/third_party/skia/src/effects/ |
SkEmbossMask.cpp | 53 // build it 0..127 x 0..127, so we use 2^15 - 1 in the numerator for our "fixed" table
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scheme.php | 86 'numerator',
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.h | 94 int numerator; member in struct:SDL_PrivateVideoData::__anon25192
|
/external/skia/src/effects/ |
SkEmbossMask.cpp | 53 // build it 0..127 x 0..127, so we use 2^15 - 1 in the numerator for our "fixed" table
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
lattice.c | 126 /* set the denominator and numerator of the Direct Form */
|
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.h | 97 float pinkNoiseNumerator; //pink noise parameter: numerator
|
nsx_core.h | 70 WebRtc_Word32 pinkNoiseNumerator; //pink noise parameter: numerator
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
RationalTest.java | 43 // Numerator negative
|
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | [all...] |