HomeSort by relevance Sort by last modified time
    Searched full:half (Results 176 - 200 of 1531) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 51 #include <OpenEXR/half.h>
55 #pragma comment(lib, "Half.lib")
63 #undef HALF
64 #define HALF ((Imf::PixelType)1)
135 // the type HALF is converted to 32 bit float
600 type = HALF;
642 buffer = (char *)new half[width * channels];
704 half *buf = (half *)buffer;
  /external/proguard/src/proguard/obfuscate/
NameAndTypeShrinker.java 91 // Don't update the flag if this is the second half of a long entry.
Utf8Shrinker.java 89 // Don't update the flag if this is the second half of a long entry.
  /external/valgrind/main/memcheck/tests/
overlap.c 34 // zeroes in the second half to stop them eventually
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 62 // Divide by 2.0 here since API is entire angle (not half-angle)
  /external/webkit/Source/WebCore/platform/graphics/
Path.cpp 120 // If rx is greater than half of the width of the rectangle
121 // then set rx to half of the width (required in SVG spec)
125 // If ry is greater than half of the height of the rectangle
126 // then set ry to half of the height (required in SVG spec)
  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 65 // To make error of floating point less than 0.5, we use the half of the number of mantissa of float (1 << 22).
  /external/webkit/Source/WebCore/rendering/
RenderRubyText.cpp 74 // Inset the ruby text by half the inter-ideograph expansion amount, but no more than a full-width
  /external/webrtc/src/modules/audio_processing/ns/main/source/
defines.h 20 #define HALF_ANAL_BLOCKL 129 // half max analysis block length + 1
nsx_defines.h 15 #define HALF_ANAL_BLOCKL 129 // half max analysis block length + 1
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c 29 * be used in conjunction with half-pixel interpolation to obtain quarter
omxVCCOMM_Average_8x.c 29 * be used in conjunction with half-pixel interpolation to obtain quarter
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfDiag_Luma.c 12 * This functions will help to calculate Half Pel luma interpolation
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_8x8.c 31 * using half-pixel units, and therefore a shift left or right by 1 bit may be
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 99 /** Japanese 12-key keyboard [HALF-WIDTH KATAKANA MODE] */
101 /** Japanese 12-key keyboard [HALF-WIDTH NUMBER MODE] */
103 /** Japanese 12-key keyboard [HALF-WIDTH ALPHABET MODE] */
131 /** Japanese Qwerty keyboard [HALF-WIDTH KATAKANA MODE] */
221 /** Japanese key-mode (Half-width alphabet) */
223 /** Japanese key-mode (Half-width number) */
225 /** Japanese key-mode (Half-width Katakana) */
227 /** Japanese key-mode (Half-width phone number) */
239 /** Chinese key-mode (Half-width number) */
  /bionic/libm/src/
e_rem_pio2f.c 56 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
74 n = (int32_t) (t*invpio2+half);
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 109 * account for the fact that the second half of a
164 * account for the fact that the second half of a
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/
CBCBlockCipherMac.java 27 * authentication code half the length of the block size of the cipher.
39 * authentication code half the length of the block size of the cipher.
  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 31 // Class that sets up half rounded rectangle (only the bottom corners are
65 // The rectangle will be intersected with the bounds, so the correct half
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 93 // Find the desired arrow height/half-width. The arrow area is
105 // half-width to be proportionally the same distance between its default and
  /external/chromium/net/test/
test_server_posix.cc 108 // Save the read half. The write half is sent to the child.
  /external/icu4c/i18n/
csr2022.cpp 87 // half or less good: quality = 0;
115 {0x1b, 0x28, 0x49, 0x00, 0x00}, // Half-width katakana
  /external/libgsm/man/
gsm_option.3 141 must keep track of one half-byte that is technically part of the first
143 This half-byte are the lowest four bits of the value returned by,
  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 38 // For the 2nd half of a v2f64, do not fail.
81 // For the 2nd half of a v2f64, do not just fail.
  /external/openssl/crypto/des/
ofb_enc.c 63 * the first 12 bits will be retrieved from the first byte and half
64 * the second. The second 12 bits will come from the 3rd and half the 4th

Completed in 184 milliseconds

1 2 3 4 5 6 78 91011>>